html{ 
scrollbar-face-color:#3954a4; 
scrollbar-arrow-color:#FFFFFF; 
scrollbar-track-color:#DDDDFF; 
scrollbar-shadow-color:#DDDDFF; 
scrollbar-highlight-color:''; 
scrollbar-3dlight-color:''; 
scrollbar-darkshadow-Color:''; 
} 

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	font-family: Helvetica;
	font-size: 12px;
	color: #8A8A8A;
}

.table_border{
border:1px solid #666666;
}

.table_border_right{
border-right:2px solid #666666;
}

.content{
	font-family: Helvetica;
	text-decoration: none;
	font-size: 12px;
	color: #8A8A8A;
	padding-left:10px;
	padding-right:15px;
}

.letsWork {
	font-size: 12px;
	font-weight: bold;
}

.askUs{
	font-family: Helvetica;
	text-decoration: none;
	font-size: 12px;
	color: #8A8A8A;
	height: 25px;
}

.textField{
	border-style: solid;
	border-width: 1px;
	border-color: #8A8A8A;
	font-family: Helvetica;
	font-size: 12px;
	padding-left: 0px;
	height: 20px;
}

.textArea{
	border-style: solid;
	border-width: 1px;
	border-color: #8A8A8A;
	font-family: Helvetica;
	font-size: 12px;
	padding-left: 0px;
}
.buttonStyle{
	border-style: solid;
	border-width: 1px;
	border-color: #8A8A8A;
	font-family: Helvetica;
	font-size: 12px;
	height: 20px;
	width:50px;
}

.footer{
	font-family: Helvetica;
	text-decoration: none;
	font-size: 12px;
	color: #8A8A8A;
	height: 20px;
}

a {
	color: #8A8A8A;
	text-decoration: none;
}

a:hover {
	color: #8A8A8A;
	text-decoration: underline;
}

.sme_top_right {
	font-family: Verdana;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

.sme_content {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.sme_header {
	font-family: Verdana;
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
	padding-left:5px;
}

.sme_title {
	font-family: Verdana;
	font-size: 55px;
	color: #000000;
	font-weight: bold;
}

.sme_tableborder{border: 1px solid #000000; }

.sme_question {
	color:#000000; 
	font-family:Verdana; 
	font-variant: normal; 
	font-weight:bolder; 
	font-size:12px;
}

.sme_answer {
	color:#000000; 
	font-family:Verdana; 
	font-variant: normal; 
	font-style: italic; 
	font-size:12px;
}





#mycustomscroll {
/* percentage width without the fix*/
	width: 98%;
	height: 100px;
	font-family: Helvetica;
	font-size: 11px;
	color: #8A8A8A;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0.3em auto 0.3em -2px;
	padding: 5px;
}
/*<font face="Helvetica, Helvetica Rounded, Helvetica Neue">*/
#mycustomscroll2 {
/*percantage width: make it 100% to match container*/
	width: 98%;
	height: 260px;
	font-family: Helvetica;
	font-size: 11px;
	color: #8A8A8A;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0.3em auto 0.3em -2px;
	/* negative left margin to compensate for the padding,
	not related to fleXcroll, and may not be needed elsewhere */
	padding: 5px;
}

#fixedtipdiv{
position:absolute;
padding: 2px;
border:1px solid black;
font:normal 11px Helvetica;
color:#000000;
line-height:18px;
z-index:100;
}