/* CSS definition file containing sitestyle stylesheets */

BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
INPUT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
TEXTAREA {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
}
SELECT {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
}
TD {
	color:#000000; 
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
}

a {
	color : #A00433;
	text-decoration : none;
}
a:hover {
	color : #A00433;
	text-decoration : underline;
}

div.loginbox {
	border: 1px solid black;
}

.menu {
	color : #FFFFFF;
	text-decoration : none;
}
.adminmenu {
	color : #000000;
	text-decoration : none;
}
a.menu {
	color : #FFFFFF;
	text-decoration : none;
}
a:hover.menu {
	color : #FFFFFF;
	text-decoration : underline;
}
.menu_selected {
	color : #FFFFFF;
	text-decoration : underline;
}
a.menu_selected {
	color : #FFFFFF;
	text-decoration : underline;
}
a:hover.menu_selected {
	color : #FFFFFF;
	text-decoration : underline;
}

.submenu {
	color : #FFFFFF;
	font-size : 10px;
	text-decoration : none;
}
a.submenu {
	color : #FFFFFF;
	font-size : 10px;
	text-decoration : none;
}
a:hover.submenu {
	color : #FFFFFF;
	font-size : 10px;
	text-decoration : underline;
}
.submenu_selected {
	color : #FFFFFF;
	font-size : 10px;
	text-decoration : underline;
}
a.submenu_selected {
	color : #FFFFFF;
	font-size : 10px;
	text-decoration : underline;
}
a:hover.submenu_selected {
	color : #FFFFFF;
	font-size : 10px;
	text-decoration : underline;
}

.title {
	font-size : 15px;
	color : #000000;
	font-weight : bold;
}
.subtitle {
	color : #000000;
	font-weight : bold;
}
.instructions {
	font-size : 11px;
}

.copyright {
	font-size : 10px;
	color : #284B75;
}
.note {
	font-size : 12px;
	color : #001383;
	background-color : #DFE2F0;
}
.footnote {
	font-size : 11px;
}
.codeexample {
	font-family : Courier;
}
.small {
	font-size : 10px;
}

