a:link,
a:visited { 
	color: #CB5C1E;
	font-weight: normal;
	text-decoration: underline;
	}

a:hover,
a:active { 
	color: #7D562C;
	font-weight: normal;
	text-decoration: none;
	}

.info a:link,
.info a:visited {
    color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
	border-bottom: 1px solid #F4C45B;
	}
	
.info a:hover,
.info a:active {
    color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
	border-bottom: 1px solid #FBE7BD;
	}
	
.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/background.gif);
   background-repeat: repeat;
   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;
   }

h1 {
    color: #CB5C1E;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	display: inline;	
	}

.dataTable {
	background: #CB5C1E;
	padding: 5px;
	border: 5px solid #F4C45B;
    }
	
.dataTable2 {
	background: #CB5C1E;
	padding: 5px;
    }	

.title {
    color: #000000;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	}

.subtitle {
    color: #CB5C1E;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;	
	}

.staff {
    color: #CB5C1E;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;	
	}
	
.white {
    color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;	
	}

.info {
    color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	line-height: 12px;
	}

.text {
    color: #7D562C;
	background: #FBE7BD;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	}

.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%;
	}

.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: #F4C45B;
	padding: 5px;
	text-align: center;
	}
	
.image_border {
	border: 5px solid #F4C45B;
    }
		
.special_border {
	background: #F4C45B;
	padding: 5px;
	}	
		
.image_container {
	display: block;
	float: right;
	padding-left: 10px;
	}