@charset "utf-8";
/* CSS Document */

body {
	width: 800px;
	margin: 0px auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: normal;
	text-align:left;
	background-image:url(images/back.gif);
	background-repeat:repeat;
}
table {
	background-color:#FFFFFF;
}
.title0 { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px; 
	font-weight: bold;
	padding: 10px;
}
.title1 { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; 
	font-weight: bold;
}
.body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: normal;
	text-align:left;
	padding: 3px;
}
.bodyCenter {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: normal;
	text-align:center;
}
.emph {
	font-weight: bold;
	font-style:italic;
	text-align:left;
}
.emphCenter {
	font-weight: bold;
	font-style:italic;
	text-align:center;
}
.emphExtreme {
	font-weight: bold; color: #FF0000
}
.rowDarker {
	background-color:#DDDDDD;
}
.lightFrame {
	border: 1px solid black;
	background-color:#eeeeee;
	padding: 10px;
}
.lightEmph {
	font-weight: bold;
}
.lightPictFrame {
	border: 1px solid black;
	background-color:#eeeeee;
	padding-bottom: 10px;
	text-align:center;
	font-size:10px;
}
a:link, a:visited, a:active {
	font-weight: bold;
	text-decoration:none;
	color: #00005a;
}
a:hover {
	font-weight: bold;
	text-decoration:underline;
	color: #00005a; background-color:#FFFFFF;
}
/*
yellow: fffe05   
blue: 00005a
*/

