/* CSS Document */
body{
	margin:0px;
	background-color:#CACACA;
}

body,td,th,tr,p,div{
	font-family:tahoma;
	font-size:11px;
	font-weight:normal;
	font-color:#ffffff;
	line-height:17px;
}

input,select{
	font-family:tahoma;
	font-size:11px;
}

a{
	color:#0170BA;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
form{
	margin:0px;
}

.lightgrayBg{
	background-color:#F5F5F5;
}

.footbar{
	background-color:#F5F5F5;
	color:#999999;
}
.dottedLineLeft {
	background-image: url(../images/dotted_line.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.dottedLineRight {
	background-image: url(../images/dotted_line.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

.blueborder{
	border:1px solid #0284DB;
}.headingbg {
	background-image: url(../images/our_service_heading_02.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.formlineDraw td {
	border-bottom:1px solid #D3D3D3;
}
.formlineDrawTB td {
	border-top:1px solid #D3D3D3;
	border-bottom:1px solid #D3D3D3;
}
.dotteLineHor {
	background-image: url(../images/dotted_line_hor.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.grayBg{
	background-color:#F5F5F5;
}

.invisible{
	display:none;
}

.menuBg{
	background-color:#f5fafe;
}

.tipHeadingBg{
	background:url(../images/tip_heading_bg.gif);
	background-repeat:repeat-x;
	color:white;
	height:25px;
	padding-left:5px;
}

.tipTable .row1 td {
	background-image: url(../images/dotted_line_hor.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color:#F7F7F7;
	font-size:0.91em;
	
}
.tipTable .row2 td {
	background-image: url(../images/dotted_line_hor.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size:0.91em;

}
