/* CSS Document */

/* Global Styles */
html, body
{
    margin: 5px;
    padding: 0;
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #000000;
	background-color: #BFC0C2;
	text-align: left; 
}

a           
{
    text-decoration: none;
    color: #AC0533;
    font-weight: normal;
}

a:hover     
{
    text-decoration: underline;
} 
	   
img { border-width: 0; }

.drkGreyBG { background: #656368; }
.lhtGreyBG { background: #919296; }
.blkBG { background: #000000; }
.whtBG { background: #FFFFFF; }
.welcomeBG { background: url(images/welcomeBG.jpg) repeat-y; }
.leftTabBG { background: url(images/leftTabBG.jpg) repeat-y; }
.tabBG { background: url(images/tabBG.jpg) no-repeat center bottom; }
.vrSpacer { background: url(images/vrSpacer.jpg) repeat-y center top; }
.newsletterBG { background: #A80216 url(images/newsletterTop.jpg) no-repeat center top; }

.topLink
{
	font-family: arial, verdana;
	font-size: 9px;
	color: #A2A1A6;
	font-weight: normal;
	padding: 0px 5px;
	text-decoration: none;
}
.topLink a:hover
{
	font-family: arial, verdana;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: normal;
	padding: 0px 5px;
	text-decoration: none;
}

.welcomeTitle
{
	color: #FFFFFF;
	font-size: 17px;	
	font-weight: normal;
	margin: 10px 15px;
	text-align: left;
}
.welcomeText
{
	color: #FFFFFF;
	font-size: 11px;	
	font-weight: normal;
	margin: 10px 15px;
	text-align: left;
	line-height: 12px;
}
.noScript
{
	color: #FF0000;
	font-weight: bold;
	margin: 10px 30px;
	font-size: 13px;
	text-align: left;
}
.titleText
{
	color: #878789;
	font-size: 12px;	
	font-weight: normal;
	margin: 10px 30px;
	text-align: left;
}
.subTitleText
{
	color: #000000;
	font-size: 14px;	
	font-weight: bold;
	margin: 10px 30px;
	text-align: left;
}
.subTitleTextRed
{
	color: #E30F17;
	font-size: 14px;	
	font-weight: bold;
	margin: 10px 30px;
	text-align: left;
}
.tabText
{
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px 0px;
	font-size: 10px;
	text-align: center;
}
.leftTabText
{
	color: #FFFFFF;
	font-weight: normal;
	margin: 20px 15px;
	font-size: 11px;
	text-align: left;
}
.leftTabLinks
{
	color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	text-align: left;
}
.mainText12
{
	font-weight: normal;
	margin: 10px 30px;
	text-align: left;
	font-size: 12px;
}
.mainText
{
	font-weight: normal;
	margin: 10px 30px;
	text-align: left;
}
.newsletterText
{
	color: #FFFFFF;
	font-weight: bold;
	margin: 10px 10px 5px;
	font-size: 11px;
	text-align: left;
}
.newsletterInput
{
	color: #000000;
	font-weight: normal;
	font-size: 10px;
	text-align: left;
}
.bottomText, .bottomText a
{
	font-weight: bold;
	font-size: 14px;
	color: #BEBFC3;
	margin: 0px 10px;
	text-decoration: none;
}
.bottomText a:hover
{
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	margin: 0px 10px;
	text-decoration: none;
}
.copyrightText
{
	font-weight: bold;
	font-size: 8px;
	color: #848587;
	margin: 5px 20px;
	text-align: right;
	text-decoration: none;
}








