body {
	margin:0 auto;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:90%;
	background-color:#000033;
}


h1 {

}

h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:120%;

}

h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:110%;
}

h4 {
	font-size:105%;
	font-weight:bold;
}

object {
	margin-left:4px;
	
}


/*		nav 		*/

a:link {
	color:#990000;
	text-decoration:none;
}

a:visited {
	color:#660000;
	text-decoration:none;
}

a:hover {
	color:#CC0000;
	text-decoration:none;
}

#footer a:link {
	color:#333333;
	text-decoration:none;
}

#footer a:visited {
	color:#666666;
	text-decoration:underline;
}

#footer a:hover {
	color:#000000;
	text-decoration:none;
}

.line a {
	padding:8px;
}

.line a:link {
	color:#990000;
	text-decoration:none;
}

.line a:visited {
	color:#660000;
	text-decoration:none;
}

.line a:hover {
	color:#CC0000;
	text-decoration:underline;
}


/*		content 		*/


#header {
	background-color:#E4E4E4;
	width:821px;
	white-space:nowrap;
	text-align:center;
	border-top:#E4E4E4 solid 6px;
	border-left:#E4E4E4 solid 6px;
	border-right:#E4E4E4 solid 4px;
}

#content {
	padding:8px;
	background-color:#FFFFFF;
	border:#E4E4E4 solid 4px;
	width:807px;
}



#footer {
	background-color:#E4E4E4;
	color:#333333;
	font-size:85%;
	text-align:center;
	height:30px;
	line-height:30px;
}




/*		classes		*/


.yo {
	color:#990000;
	font-weight:bold;
}

.title {
	font-size:100%;
	font-weight:bold;
	text-align:right;
}

.line {
	background-color:#E4E4E4;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#FFFFFF;
}

.super-title {
	font-size:105%;
	font-weight:bold;
	border-bottom:#990000 solid 1px;
	width:150px;
	text-align:left;
}

.details {
	font-size:85%;
}

.reminder {
	font-style:italic;
	font-size:85%;
}
