/* This style sheet is for use with older browsers... */

a {
	color : #FFFF99;
	/*background-color : #336699;*/
	font-size : 11px;
}

a.menu {
	color : #003399;
	display : block;
	font-family : Verdana, "Arial Black", Helvetica, sans-serif;
	font-size : 14px;
	line-height : 18pt;
	text-decoration : none;
}

a:hover {
	text-decoration : underline;
}

body {
	background-color : #003366;
	color : #CCFFCC;
}

h2 {
	background : #6699CC;
	color : #FFFF99;
	font-size : 18px;
}

td {
	background-color : #336699;
	color : #CCFFCC;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}

.headerbar {
	background : #6699CC;
	color : #CCFFCC;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

.leftcolumn {
	background-color : #336699;
	color : #CCFFCC;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	width : 22%;
}

.main {
	background-color : #CEE0D4;
	color : #003399;
}

.rightcolumn {
	background-color : #336699;
	color : #CCFFCC;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	width : 22%;
}

.subheading {
	font-size : 14px;
	font-style : italic;
	margin : 0;
	padding-bottom : 10;
}
