a:link,
a:visited { 
	color: #D8242B;
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
	text-decoration: underline;
	}

a:hover,
a:active { 
	color: #005A9B;
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
	text-decoration: none;
	}

.faq a:link,
.faq a:visited {
    color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
	text-decoration: underline;
	}
	
.faq a:hover,
.faq a:active {
    color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
	text-decoration: none;
	}
	
.footer a:link,
.footer a:visited { 
	color: #D8242B;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	line-height: 14px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	letter-spacing: 1px;
	}

.footer a:hover,
.footer a:active {
	color: #D8242B;
	font-weight: bold;
	text-decoration: underline;
	font-size: 11px;
	line-height: 14px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	letter-spacing: 1px;
	}
	
body { 
   background: url(images/background2.jpg);
   background-repeat: repeat-y;
   background-position: top center;
   color: #005A9B;
   font-size: 11px;
   line-height: 14px;
   font-family: Arial, Helvetica, Verdana, sans-serif;
   margin-top: 0em;
   margin-right: 0em;
   margin-bottom: 0em;
   margin-left: 0em;
   }

.dataTable {
	background: #82AFCD;
	padding: 1px;
	border: 1px solid #005A9B;
    }

.title {
    color: #005A9B;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
}

.bracket {
    color: #D8242B;
	font-weight: normal;
	font-size: 15px;
	line-height: 18px;
}

.text {
    color: #666666;
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
	text-align: left;
}

.faq {
	background: #82AFCD;
    color: #005A9B;
	font-weight: normal;
	font-size: 11px;
	line-height: 15px;	
}
	
.footer { 
	color: #005A9B;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	text-align: justify;
	}

.copyright { 
	color: #005A9B;
	font-weight: normal;
	text-decoration: none;
	font-size: 9px;
	line-height: 12px;
	}

.tableHeader {
    background: #D8242B;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
    }

.formfield {
    color: #666666;
    background: #EEEEEE;
    font-weight: normal;
	font-size: 11px;
	line-height: 15px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
	padding: 1px;
	text-decoration: none;
    }

.formbutton {
    color: #FFFFFF;
	background: #005A9B;
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
	text-decoration: none;
    border-left: 2px solid #CCCCCC;
	border-right: 2px solid #666666;
	border-top: 2px solid #CCCCCC;
	border-bottom: 2px solid #666666;
	padding: 2px;
	}

.hr {
    border: 0;
    color: #82AFCD;
    background-color: #82AFCD;
    height: 3px;
    width: 100%;
	}
	
.hr2 {
    border: 0;
    color: #dddddd;
    background-color: #dddddd;
    height: 1px;
    width: 100%;
	}	

.trans_box {
	left: 0;
	top: 0;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/trans_back.png');
	}

.trans_box[class] {
	background-image:url(images/trans_back.png);
	}

.image {
	background: #FFFFFF;
	padding: 1px;
	border: 3px solid #82AFCD;
	text-align: center;
	}
	
.image_container {
	display: block;
	float: right;
	padding-left: 10px;
	}