/* CSS Document */



h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #755755;
	font-weight: normal;
}


h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	color: #486973;
	font-weight: normal;
	letter-spacing: 2px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	color: #486973;
	font-weight: normal;	
}


.contentLeft {
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #94b3bc;
	border-right-color: #94b3bc;
	border-bottom-color: #94b3bc;
	border-left-color: #94b3bc;
	background-color: #FFFFFF;
}
.contentRight {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #94b3bc;
	border-right-color: #94b3bc;
	border-bottom-color: #94b3bc;
	border-left-color: #94b3bc;
	padding-top: 60px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
}


body, td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #486973;
}



.outerTable {
	border: 5px solid #94b3bc;
	background-color: #adc5cb;
	background-image: url(../_gfx_/tmplt/background-gradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
}


.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 10px;
	color: #755755;
}

.highlight {
	color: #755755;
}


a {
	color: #486973;
	text-decoration: underline;
}


a:hover {
	color: #6A4800;
	text-decoration: underline;
}

a:active {
	color: #996600;
	text-decoration: underline;
}



a.highlight {
	text-decoration: none;

}

a.highlight:hover,visited {
	color: #5E8895;
	text-decoration: underline;

}
.smallText {
	font-size: 10px;
}

hr {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #ADC5CB;
}
.accentHeader {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
}
h4 {
	font-size: 13px;
	font-weight: bold;
}
h5 {
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
}




