body, td {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 20px;
	color : #454545;
}

body {
	background-color : #2D617C;
}

H1 {
	font-size : 16px;
	color : #ED1D24;
}

H2 {
	font-size : 12px;
	color : #ED1D24;
}

H3 {
	font-size : 12px;
	color : #ED1D24;
}


a:link {
	color : #2D617C;
	text-decoration: underline;
}

a:visited {
	color : #2D617C;
	text-decoration: underline;
}

a:hover {
	color : #2D617C;
	text-decoration: none;
}

a:active {
	color : #2D617C;
	text-decoration: underline;
}

.otherlink {
	color : White;
}

.otherlink a:link {
	color : White;
	text-decoration: underline;
}

.otherlink a:visited {
	color : White;
	text-decoration: underline;
}

.otherlink a:hover {
	color : White;
	text-decoration: none;
}

.otherlink a:active {
	color : White;
	text-decoration: underline;
}

.altback {
	background-color : #ED1D24;
}

.altback2 {
	background-color : #8ED8F8;
}

.content {
	background-color : White;
}

.pictureframe {
	background-color : White;
	padding : 8px 2px 10px 2px;
	border-bottom: 1px solid #818181;
	border-right: 1px solid #B4B4B4;
	border-left: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
}

.mainframe {
	background-color : #008C8C;
	padding : 1px 1px 1px 1px;
}

.intro {
	color : White;
	font-size : 12px;
	line-height : 20px;
}

.lightext {
	color : #FFFFFF;
}

