@import "scroll-index.css";

html {
     overflow: -moz-scrollbars-vertical;
}
body
{
	background-color:#DDDFE5;
	margin:0px;
	padding:0px;
}
td
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#4A4949;
}
a{color:#4A4949;}
td.toptd
{
	background-image:url(images/tp_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}
td.menutd
{
	background-image:url(images/menu_div.gif);
	background-position:right;
	background-repeat:no-repeat;
}
a.menulink
{
	color:#225AA4;
	font-size:14px;
	font-weight:bold;
}
a.menulink:hover
{
	color:#000000;
}
a.menulinkhere
{
	color:#000000;
	font-size:14px;
	font-weight:bold;
}	
td.phonebg
{
	background-image:url(images/phone_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}
td.scrollerback
{
	background-image:url(images/scroller_bk.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#969EA6;
}
td.contenttd
{
	background-image:url(images/content_bk.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}
td.innercontent
{
	padding:30px;
	padding-left:40px;
	padding-right:40px;
}
td.footer
{
	background-image:url(images/footer_bk.gif);
	background-position:left;
	background-repeat:no-repeat;
	height:56px;
	background-color:#2E3B65;
	color:#BABECC;
}
.lightblue
{
	color:#BABECC;
}
h1
{
	font-size:24px;
	color:#071648;
}
td.submenutd
{
	background-image:url(images/arrow_menu.gif);
	background-position:left;
	background-repeat:no-repeat;
	height:31px;
	border-bottom:1px dotted #C4C4C4;
	padding-left:20px;
}
td.submenutd2
{
	border-bottom:1px dotted #C4C4C4;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
}
a.submenulink
{
	color:#555353;
	font-weight: bold;
	text-decoration:none;
}
a.submenulink:hover
{
	text-decoration:underline;
}
td.centerpictd
{
	background-color:#FFFFFF;
	background-position:center;
	background-repeat:no-repeat;
}
.black
{
	color:#000000;
}
.imgborder
{
	border: 1px solid #AFA6AF;
}
.bigttyl
{
	color:#9FA6AC;
	font-size:24px;
	margin:0px;
	padding:0px;
}
td.scrollerttyltd
{
	height:25px;
	width:200px;
}
.whitelink
{
	color:#FFFFFF;
}
.input
{
	width:95%;
	border:1px solid #666666;
}
form
{
	margin:0px;
	padding:0px;
}