/* items for hovering menu */
all.clsMenuItemNS, .clsMenuItemIE {
	text-decoration : none;
	font : bold .7em Arial;
	color : #1a1a61;
	z-index : 100;
}
#MainTable A:hover {color : #ffff00;}
/* regular css stuff */
.blue {color : #1a1a61;}
.ednote {
	color : #1a1a61;
	font-size : smaller;
	font-style : italic;
}
.large {font-size : larger;}
.small {font-size : smaller;}
a.nodeco:link {color : #000000; text-decoration : none;}
a.nodeco:hover {color : #000000; text-decoration : none;}
a.nodeco:visited {color : #000000; text-decoration : none;}
body {
	color : #000000;
	background-color : #ffffff;
	font-family : "Century Schoolbook", Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top : 0px;
	margin-right : 0px;
	margin-left : 0px;
}
dl {
	margin-right : 20px;
	margin-left : 20px;
}
dt {font-weight : bold;}
em, i {font-style : italic;}
h1 {
	text-align : center;
	color : #1a1a61;
}
h2 {text-align : center; color : #1a1a61;}
h2.left {
	color : #1a1a61;
	margin-right : 10px;
	margin-left : 10px;	
	text-align : left;
}
hr {color : #1a1a61;}
p {
	margin-right : 10px;
	margin-left : 10px;
}
p.blockquote {
	font-style : italic;
	margin-right : 50px;
	margin-left : 50px;
}
p.indent {
	margin-right : 10px;
	margin-left : 10px;
	text-indent : 75px;
}
strong, b {font-weight : bold;}
td {font-family : "Century Schoolbook", Verdana, Geneva, Arial, Helvetica, sans-serif;}
td.award {
	font-family : "Century Schoolbook", Verdana, Geneva, Arial, Helvetica, sans-serif;
	vertical-align : top;
	text-align : center;
}
ul.indent {margin-left : 100px;}

