body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000
	}

body {
	background-color: #333333;
}	


#photo_frame {
	border: 5px solid #FFFFFF;
}

.black9_font {font-size: 9px; color: #000000;}
.black12_font {font-size: 12px; color: #000000;}
.black12bold_font {	font-size: 12px;font-weight: bold; color: #000000;}
.black14_font {	font-size: 14px; color: #000000;}
.black14bold_font {	font-size: 14px;font-weight: bold; color: #000000;}
.black14plus_font {	font-size: 14px; font-style: italic; color: #000000;}
.black16_font {font-size: 16px; color: #000000;}
.black16bold_font {	font-size: 16px;font-weight: bold; color: #000000;}
.black18_font {	font-size: 18px;font-weight: bold; color: #000000;}
.black18bold_font {	font-size: 18px;font-weight: bold; color: #000000;}

.blue12_font {font-size: 12px; color: #0000FF;}
.blue12bold_font {	font-size: 12px;font-weight: bold; color: #0000FF;}
.blue14_font {	font-size: 14px; color: #0000FF;}
.blue14bold_font {	font-size: 14px;font-weight: bold; color: #0000FF;}
.blue16_font {font-size: 16px; color: #0000FF;}
.blue16_plus_font {	font-size: 16px; font-style: italic;	font-weight: bold; color: #0000FF;}

.white12_font {font-size: 12px;color: #FFFFFF}
.white14_font {	font-size: 14px;color: #FFFFFF;}
.white14bold_font {	font-size: 14px;font-weight: bold;color: #FFFFFF;}
.white16_font {	font-size: 16px;color: #FFFFFF;}
.white18_font {	font-size: 18px;font-weight: bold;	color: #FFFFFF;}
.white24_plus_font {font-size: 24px;font-weight: bold;font-style: italic;color: #FFFFFF;}

.gray12_font {font-size: 12px;color: #545655;}
.gray14_font {	font-size: 14px;color: #545655;}
.gray14bold_font {	font-size: 14px;font-weight: bold;color: #545655;}
.gray16_font {	font-size: 16px;color: #545655;}
.gray18bold_font {	font-size: 18px;font-weight: bold;color: #545655;}
.gray24_plus_font {font-size: 24px;font-weight: bold;font-style: italic;color: #545655;}



.menu_style {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #00009D;
}
a:active {
	color: #000000;
}



.copyrt {
	color: #FFFFFF;
	font-size: 9px;
	
}

div.copyrt a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
div.copyrt a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
div.copyrt a:hover {
	color: #98012E;
	text-decoration: underline;
}


	
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	font-size: 14px;
	font-style: italic;
}

#nav.a:link {
	color: #FFFFFF;
	width: 10em;
}
#nav.a:visited {
	color: #FFFFFF;
	width: 10em;
}
#nav.a:hover {
	color: #00009D;
}
#nav.a:active {
	color: #FFFFFF;
	width: 10em;
}


#nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
}

nav li:hover ul { 
	left: auto;
}
#content {
	clear: left;
	color: #ccc;
}
	


