/* CSS Document */

.tabroundbox { background: url(../images/tabBox/simple_background.gif) repeat; }
.tabtop div  { background: url(../images/tabBox/simple_top_left.gif) no-repeat top left; }
.tabtop      { background: url(../images/tabBox/simple_top_right.gif) no-repeat top right; }
.tabbot div  { background: url(../images/tabBox/simple_bottom_left.gif) no-repeat bottom left; }
.tabbot      { background: url(../images/tabBox/simple_bottom_right.gif) no-repeat bottom right; }
 /* height and width details */
.tabtop div, .tabtop, .tabbot div, .tabbot, .tabcenter {
	width: 100%;
	height: 7px;
	font-size: 1px;
}
.tabcontent  { margin: 0px 5px; font-weight:bold; padding: 5px 5px 5px 5px; }
.tabroundbox { min-width: 480px; margin: auto; }
/* div.tabcontent a, a:link, a:active { color:#314160;	text-decoration:none; } */
div.tabcontent a:hover { color:#5e7ab2; text-decoration:underline; }
div.tabcontent a:visited { color:#314160; }



/* set background images for corners */
.rbroundbox { background: url(../images/formBox/simple_background.gif) repeat; }
.rbtop div  { background: url(../images/formBox/simple_top_left.gif) no-repeat top left; }
.rbtop      { background: url(../images/formBox/simple_top_right.gif) no-repeat top right; }
.rbbot div  { background: url(../images/formBox/simple_bottom_left.gif) no-repeat bottom left; }
.rbbot      { background: url(../images/formBox/simple_bottom_right.gif) no-repeat bottom right; }
 /* height and width details */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 14px;
	font-size: 1px;
}
.rbcontent  { margin: 0 14px; padding: 10px 5px 10px 5px; }
.rbroundbox { width: 780px; margin: auto; }


/* set background images for corners */
.inforoundbox { background: url(../images/infoBox/simple_background.gif) repeat; }
.infotop div  { background: url(../images/infoBox/simple_top_left.gif) no-repeat top left; }
.infotop      { background: url(../images/infoBox/simple_top_right.gif) no-repeat top right; }
.infobot div  { background: url(../images/infoBox/simple_bottom_left.gif) no-repeat bottom left; }
.infobot      { background: url(../images/infoBox/simple_bottom_right.gif) no-repeat bottom right; }
 /* height and width details */
.infotop div, .infotop, .infobot div, .infobot {
	width: 100%;
	height: 6px;
	font-size: 1px;
}
.infocontent  { margin: 0 0px; font-size:9px; color:#333333;}
.inforoundbox { width: 780px; margin: auto; }



table.bodyMain { 
	font:Arial, Helvetica, sans-serif;
}
table.bodyMain th { 
	font-size:12px;
	font-weight:bold;
	background-color:#CCCCCC;
	padding-top:2px;
	text-align:center;
}

.bodyInfo {
font:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
background-color:#990033;
padding-top:5px;
padding-left:1px;
}

.bodyQuery {
font:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
background-color:#0066FF;
padding-top:5px;
padding-left:2px;
}

.bodyQueryAddress {
font:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
background-color:#0066FF;
padding-top:5px;
padding-left:10px;
}