/* CSS Document */
body{
margin-top:85px;

}
img{
border:0px;
margin:0px;
}
.bg-color{
background-color:#AA182D;
}
.bg-image{
background:url(../images/head-image.gif) no-repeat;
}
.inner-bg-image{
background:url(../images/inner-head-image.gif) no-repeat;
}
.input-bg{
background:url(../images/input-bg.gif) no-repeat;
}
html {
scrollbar-base-color: #AA182D;
scrollbar-arrow-color: white;
scrollbar-track-color: #E099A3;

scrollbar-shadow-color: #f2f2f2;
scrollbar-lightshadow-color: black;
scrollbar-darkshadow-color: gray;

scrollbar-highlight-color: white;
scrollbar-3dlight-color: black;
} 
.title{
font-family:Tahoma;
font-size:20px;
font-weight:normal;
color:#C0C0C0;
}
.wt-title{
font-family:Tahoma;
font-size:20px;
font-weight:normal;
color:#FFFFFF;
}
.sub-txt{
font-family:"Times New Roman", Times, serif;
font-size:14px;
font-weight:bold;
color:#C0C0C0;
}
.body-txt{
font-family:"Times New Roman", Times, serif;
font-size:14px;
font-weight:normal;
color:#FFFFFF;
}
.links{
      font-family:Tahoma;
		font-size:11px;
		text-decoration:none;
		color:#C0C0C0;
		font-weight:none;
}

a.links:active,a.links:visited,a.links:link{
      font-family:Tahoma;
		font-size:11px;
		text-decoration:none;
		color:#C0C0C0;
		font-weight:none;
}

a.links:hover{
      font-family:Tahoma;
		font-size:11px;
		color:#FFFFFF;
		font-weight:none;
		text-decoration:underline;
}
.open-link{
      font-family:Tahoma;
		font-size:11px;
		color:#FFFFFF;
		font-weight:none;
		text-decoration:underline;
}
.seprator{
font-family:Tahoma;
		font-size:14px;
		text-decoration:none;
		color:#C0C0C0;
		font-weight:none;
}
.branding{
padding-left:45px;
}

.inputbox
{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	color:#333333;
	text-decoration:none;
	border:1px solid #ffffff;
	height:14px;
}
.input
{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	color:#333333;
	text-decoration:none;
	border:1px solid #ffffff;
	height:20px;
}

.inputarea
{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	color:#333333;
	text-decoration:none;
	border:1px solid #ffffff;
	height:65px;
}
.folio-bg{
background-color:#6E1A26;
}