
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #333;
	text-decoration:none;
}
a:visited {
	color: #333;
	text-decoration:none;
}
a:hover {
	color: #F60;
	text-decoration:underline;
}
a:active {
	color: #333;
	text-decoration:none;
}
a:link.newcolor {
	color: #FFF;
	text-decoration:none;
}
a:visited.newcolor {
	color: #FFF;
	text-decoration:none;
}
a:hover.newcolor {
	color: #F60;
	text-decoration:underline;
}
a:active.newcolor {
	color: #FFF;
	text-decoration:none;
}
/*top link*/
a:link.toplink {
	color: #FFF
	text-decoration:none;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
a:visited.toplink {
	color: #FFF;
	text-decoration:none;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
a:hover.toplink {
	color: #F60;
	text-decoration:underline;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
a:active.toplink {
	color: #FFF;
	text-decoration:none;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}








.linktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #982101;
}


.brdr {
	border: 1px solid #CCCCCC;
	
}
.spacer {
      margin-right: 1px;
      }
.border {
border:1px solid #ffaf59;
}

.button {
    border:0px;
	width: 120px;
	background-image: url(images/mainbutton.gif);
	color:#FFFFFF;
	height:24px;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
}


input.btn{
	border:1px solid #666666;
	color: #000000;
	background-image:url(images/buttonbg.gif);
	height: 20px;
}
.leftlinktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #369;
	padding-left: 5px;
}

.textfieldborder {
border:1px solid  #999999;
height: 20px;
}
.formheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #369;
}

.formtext {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
}
.desc_titletext {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #369;
}
.lightblueborder {
	border:1px solid  #afc2d6;
}
.navlist
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

.navlist li
{
padding-left: 10px;
background-image: url(images/bullet1.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
}


.bodytext {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.bodytextbold {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #006;
}
/*html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
.wrapper {
	background-color: #ccccff;
	margin: 0 auto;
	
}
*/
.box {
	background-color:#ffffff;
	border: 1px solid #f2f2f2;
}

.faqnormal {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	font-weight:normal;
}

.faqbold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	font-weight:bold;
}

.toplinks {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333;
	font-weight:normal;
}
/*added new by san*/
.loginbrdr {
	border: 4px solid #93b3cb;
}
.login {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color: #000
	font-weight:bold;
}
/*button css*/
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

.button
{
	background: url( '../images/bg_button_a.gif' ) no-repeat scroll top right;
	color: #444;
	display: block;
	float: left;
	font: normal 12px arial, sans-serif;
	height: 24px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
}

a.button span {
    background: transparent url('../images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 


 .newbutton
{
	font-weight: bolder;
	font-size: 12px;
	color:#ffffff;
	font-family: Arial, Verdana;
	background-color: #0099cc;
	font-variant: normal;
	border-right: #0033cc 1px solid;
	border-top: #0033cc 1px solid;
	border-left: #0033cc 1px solid;
	cursor: hand;
	border-bottom: #0033cc 1px solid;
}