/* CSS definition file containing sitestyle stylesheets */

BODY {
	margins : 0;
	font-family : Times New Roman, sans-serif;
	font-size : 16px;
	color : #ffffff;
	background-color : #000000;
	font-style : italic;
}
INPUT {
	font-family : Times New Roman, sans-serif;
	font-size : 16px;
	font-style : italic;
}
INPUT.black {
	font-family : Times New Roman, sans-serif;
	font-size : 16px;
	font-style : italic;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	background-color : black;
	color : white;
}
INPUT.checkbox {
	font-family : Times New Roman, sans-serif;
	font-size : 16px;
}
INPUT.button {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-style : normal;
}
TEXTAREA {
	font-family : Times New Roman, sans-serif;
	font-size : 15px;
	font-style : italic;
}
TEXTAREA.black {
	font-family : Times New Roman, sans-serif;
	font-size : 15px;
	font-style : italic;
	border: 1px solid white;
	background-color : black;
	color : white;
}
SELECT {
	font-family : Times New Roman, sans-serif;
	font-size : 15px;
	font-style : italic;
}
SELECT.black {
	font-family : Times New Roman, sans-serif;
	font-size : 15px;
	font-style : italic;
	background-color : black;
	color : white;
}
TD {
	font-family : Times New Roman, sans-serif;
	font-size : 15px;
	font-style : italic;
}
.yellowtab {
	background-color : #FECB00;
}
.greytab {
	background-color : #D2D2D2;
}
.title {
	font-size : 17px;
	color : #FECB00;
	font-weight : bold;
}
.instructions {
	font-size : 17px;
}
.yellowinstructions {
	font-size : 17px;
	color : #FECB00;
}
.formlabel {
	font-size : 16px;
	font-weight : bold;
	font-style : normal;
	color : #ffffff;
}
.formlabelnoitalic {
	font-size : 16px;
	font-weight : normal;
	font-style : normal;
	color : #ffffff;
}
.menu {
	font-size : 14px;
	color : #000000;
}
a.menu {
	text-decoration : none;
}
a:hover.menu {
	color : #000000;
	text-decoration : underline;
}
.webmenu {
	font-size : 18px;
	color : #D2D2D2;
}
a.webmenu {
	text-decoration : none;
}
a:hover.webmenu {
	color : #FECB00;
	text-decoration : none;
}
a {
	color : #D2D2D2;
	text-decoration : underline;
}
a:hover {
	color : #FECB00;
	text-decoration : underline;
}
a.smalllink {
	font-size : 15px;
	text-decoration : none;
}
.smalllink {
	font-size : 15px;
}
.copyright {
	font-size : 13px;
	color : #FECB00;
}
.note {
	font-size : 15px;
	color : #D2D2D2;
	background-color : #DFE2F0;
}
.footnote {
	font-size : 14px;
}
.codeexample {
	font-family : Courier;
}

