/* CSS definition file containing sitestyle stylesheets */

BODY {
	margins : 0;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	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;
}
.title {
	font-size : 14px;
	color : #c60f13;
	font-weight : bold;
}
.subtitle {
	color : #062369;
	font-weight : bold;
}
.instructions {
	font-size : 11px;
}
.formlabel {
	font-size : 10px;
	font-weight : bold;
}
.menu {
	font-size : 10px;
	color : #ffffff;
	background-color : #062369;
}
a.menu {
	font-size : 10px;
	color : #ffffff;
	text-decoration : none;
}
a:hover.menu {
	text-decoration : bold;
}
.menu_selected {
	font-size : 12px;
	color : #ffffff;
	background-color : #6F71B5;
	text-decoration : bold;
}
a.menu_selected {
	font-size : 12px;
	color : #ffffff;
	background-color : #6F71B5;
	text-decoration : bold;
}
a:hover.menu_selected {
	color : #B80200;
	background-color : #6F71B5;
	text-decoration : bold;
}
a {
	color : #001383;
	text-decoration : underline;
}
a:hover {
	color : #B80200;
	text-decoration : bold;
}
a.smalllink {
	font-size : 10px;
}
.copyright {
	font-size : 10px;
	color : #000000;
}
.tiny {
	font-size : 9px;
	color : #000000;
}
.note {
	font-size : 10px;
	color : #001383;
}
.footnote {
	font-size : 10px;
}
.codeexample {
	font-family : Courier;
}
