A:link {color: #C44613; font-weight: normal; text-decoration: underline;}
A:visited, A:active {color: #C44613; font-weight: normal; text-decoration: underline;}
a:hover {color: #C44613; font-weight: normal; text-decoration: none;}

.LinkBlueBold a:link {color: #51678B; font-weight: bold; text-decoration:none;} 
.LinkBlueBold a:visited {color: #51678B; font-weight: bold; text-decoration:none;}
.LinkBlueBold a:hover {color: #51678B; font-weight: bold; text-decoration:underline;}
.LinkBlueBold a:active {color: #51678B; font-weight: bold; text-decoration:none;}

.LinkOrangeBold a:link {color: #C2460B; font-weight: bold; text-decoration:none;} 
.LinkOrangeBold a:visited {color: #C2460B; font-weight: bold; text-decoration:none;}
.LinkOrangeBold a:hover {color: #C2460B; font-weight: bold; text-decoration:underline;}
.LinkOrangeBold a:active {color: #C2460B; font-weight: bold; text-decoration:none;}

.LinkOrange a:link {color: #C2460B; text-decoration:none;} 
.LinkOrange a:visited {color: #C2460B; text-decoration:none;}
.LinkOrange a:hover {color: #C2460B; text-decoration:underline;}
.LinkOrange a:active {color: #C2460B; text-decoration:none;}


body {
  	margin: 0;
	padding: 0;
	background-color: #C7C8BA;
	background-image: url(../images/BackPage.jpg);
	background-repeat: repeat-x;
	}
	
.RightColBack {
	background-image: url(../images/RightColBack.jpg);
	background-repeat:no-repeat;
	}
	
.DashLine {
	border-bottom: 1px dashed #CFD1B8;
	padding-bottom: 12px;
	margin-bottom:12px;
}
	
.TextField {
	height: 10pt;
	padding: 2px;
	font-family: Arial;
	font-size: 8.5pt;
	border-top: 1px solid #6B6A5F;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #6B6A5F;
	background-color: #F6F6E9;
}

.TD2px {
	padding: 2px;
	background-color: #FFFFFF;
	}
	
.Div12px {
	padding-top:10px;
	padding-left:12px;
	padding-right:12px;
	padding-bottom:8px;
	}
	
#FooterTable {
    margin-top: 40px;
	width:100%;
	height:32px;
	background-image:url(../images/FooterBottom.gif);
	background-repeat:repeat-x;
	}
	
.RightNavCell {
	background-color: #F3F5DF;
	border-bottom: 3px solid #FFFFFF;
	padding-top:10px;
	padding-left:12px;
	padding-right:12px;
	padding-bottom:8px;
	}
	
.NavCell {
	border-bottom: 1px solid #D9DBC6;
	}

