A:link {
	color: #0086c5;
	text-decoration: none;
}

A:visited {
	color: #0086c5;
	text-decoration: none;
}

A:hover {
	color: #0086c5;
	text-decoration: underline;
}

BODY {
	font-family : arial, san-serif; font-size: 13px;
}

BODY.small { 
	font-family : arial, san-serif; font-size: 12px;
}

TABLE.highlight {
	background-color : #FFFFFF;
}

TR.status_bar {
	background-color: #0086c5;
	color: #ffffff;
}

TD.loginbar {
}

TR.status_bar TD a:link, TR.status_bar TD a:visited, TR.status_bar TD a:hover, TR.status_bar TD a:active {
	color: #ffffff;
}

TR.header {
	background-color : #0086c5;
	font-size: 13px;
	font-weight : bold;
	color:White;
}

TR.otherheader {
	background-color : #DDDDDD;
	font-weight : bold;
	color:Black;
}

TR.pageheader {
	font-weight : bold;
	text-decoration : underline;
}

TR.tableheader {
	font-size: 12px;
	font-weight : bold;
	text-decoration : underline;
}

TR.smallheader {
	background-color : #DDDDDD;
	font-size: 12px;
	font-weight : bold;
	color:White;
}

TR.emphasis {
	background-color : #CCCCCC;
}

TD { 
	font-family : arial, san-serif; font-size: 13px;
}
TD.info { 
	font-family : arial, san-serif; font-size: 13px;
	color: #2c749b;
}
TD.header {
	background-color : #0086c5;
	font-family : arial, san-serif; font-size: 12px;
	font-weight : bold;
	color:#FFFFFF;
}

TD.bigheader {
	background-color : #336699;
	font-family : arial, san-serif; font-size: 13px;
	font-weight : bold;
	color:Black;
}


TD.smallheader {
	background-color : #FFFFFF;
	font-family : arial, san-serif; font-size: 12px;
	font-weight : bold;
	color:#000000;
}

.warning { 
	font-family : arial, san-serif; font-size: 13px;
	font-weight: bold;
	color: red;
}
.smallwarning { 
	font-family : arial, san-serif; font-size: 12px;
	color: red;
}

TD.tableheader {
	font-size: 12px;
	font-weight : bold;
	text-decoration : underline;
}

TD.pageheader {
	font-size: 13px;
	font-weight : bold;
	text-decoration : underline;
}

.small { 
	font-family : arial, san-serif; font-size: 12px;
}

TD.otherheader {
	background-color : #2c749b;
	font-family : arial, san-serif; font-size: 13px;
	font-weight : bold;
	color:White;	
}

TD.othersmallheader {
	background-color : #ffffff;
	font-family : arial, san-serif; font-size: 12px;
	font-weight : bold;
	color: #000000;
}

SELECT {
	font-family : arial, san-serif; font-size: 13px;
}

INPUT {
	font-family : arial, san-serif; font-size: 13px;
}

SELECT.small 	{
	font-family : arial, san-serif; font-size: 12px;
}

TEXTAREA.small 	{
	font-family : arial, san-serif; font-size: 12px;
}

INPUT.small {
	font-family : arial, san-serif; font-size: 12px;
}
.button {
	font-family : arial, san-serif; font-size: 12px;
	font-size : 8pt;
	color : White;
	background : #0086c5;
	width : 85;
}
input.but, input.but_hover {
	width: 175px;
	font-family:tahoma,arial,helvetica,sans-serif; 
	font-size: 12px; 
	border: 1px solid #000000; 
	font-weight:bold;
}
input.but {
	background-color: #ffffff; 
	color: #0086c5;
}
input.but_hover {
	background-color: #0086c5;
	color: #ffffff;
}

input.but_small, input.but_small_hover {
	width:168px;
	font-family:tahoma,arial,helvetica,sans-serif; 
	font-size:12px; 
	border:1px solid #000000; 
	font-weight:bold;
}
input.but_small {
	background-color:#FFFFFF; 
	color:#0086c5;
}
input.but_small_hover {
	background-color:#0086c5;
	color:#FFFFFF; 
}
a.dir_button {
	width: 175px;
}
a.dir_button_small {
	width: 168px;
}
a.dir_button, a.dir_button_small, a.dir_button_small_hover {
	display: block;
	border: 1px solid black;
	font-family: tahoma, arial, helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
a.dir_button, a.dir_button_small {
	color: #0086c5;
	background-color: #ffffff;
}
a.dir_button_small_hover {
	color: #ffffff !important;
	background-color: #0086c5;
	width: 168px;
}

.incorrect {
	color: #ff0000;
}
.correct {
	color: #009900;
}
a.current_page {
	font-weight: bold;
}