/* CSS definition file containing sitestyle stylesheets */

BODY {
	margins : 0;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	background-color : #ffffff;
}
INPUT {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
}
TEXTAREA {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
}
SELECT {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
}
TD {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
}
.white {
	background-color : #ffffff;
}
.yellowtab {
	font-style : italic;
	background-color : #F7F731;
	color : #000000;
}
a.yellowtab {
	font-style : italic;
	background-color : #F7F731;
	color : #000000;
	text-decoration : none;
}
a:hover.yellowtab {
	font-style : italic;
	background-color : #F7F731;
	color : #000000;
	text-decoration : underline;
}
.blacktab {
	font-style : italic;
	background-color : #000000;
	color : #F7F731;
}
a.blacktab {
	font-style : italic;
	background-color : #000000;
	color : #F7F731;
	text-decoration : none;
}
a:hover.blacktab {
	font-style : italic;
	background-color : #000000;
	color : #F7F731;
	text-decoration : underline;
}
.title {
	font-size : 13px;
	color : #000000;
	font-weight : bold;
}
.instructions {
	font-size : 10px;
}
.formlabel {
	font-size : 10px;
	font-weight : bold;
}
.menu {
	font-size : 12px;
	color : #000000;
	font-weight : bold;
}
a.menu {
	text-decoration : none;
	font-weight : bold;
}
a:hover.menu {
	color : #A98C67;
	text-decoration : underline;
}
.menu_selected {
	font-size : 12px;
	color : #A98C67;
	font-weight : bold;
}
a.menu_selected {
	color : #A98C67;
	text-decoration : none;
	font-weight : bold;
}
a:hover.menu_selected {
	color : #A98C67;
	text-decoration : underline;
}
a {
	color : #001383;
	text-decoration : underline;
}
a:hover {
	color : #B80200;
	text-decoration : underline;
}
a.smalllink {
	font-size : 11px;
}
.copyright {
	font-size : 10px;
	color : #000000;
	background-color : #FCEFB1;
}
.note {
	font-size : 12px;
	color : #001383;
	background-color : #DFE2F0;
}
.footnote {
	font-size : 11px;
}
.codeexample {
	font-family : Courier;
}
