/* root level text style */

a:link {color: #ffd200;}
a:visited {color: #ffea00;}
a:active {color: #ffffff;}

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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background: #00294c URL('images/site_back.png') repeat-x;
	line-height: 1.3em;
	}
	
td {
	font-size: 12px;
	color: #ffffff;
	}
	
li {
	padding-bottom:5px;
	}
	
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #ffea00;
	margin: 0px;
	}
	
h1 {
	font-size: 15px;
	font-weight: bold;
	color: #ffd200;
	margin: 0px;
	}

.mod {
	font-size: 9px;
	font-weight: bold;
	line-height: 1.2em;
	padding: 2px 18px 0px 18px;
	}
