/* CSS Document */

.links_xsmall_red a:link, .links_xsmall_red a:visited, .links_xsmall_red a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:800000;
	text-decoration:none;
	background:transparent;
}
.links_xsmall_red a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#000000;
	text-decoration:underline;
	background:transparent;
}
/*links small red*/
.links_small_red a:link, .links_small_red a:visited, .links_small_red a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:800000;
	text-decoration:none;
	background:transparent;
}
.links_small_red a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:#666666;
	text-decoration:none;
	background:transparent;
}

/*xxsmall red*/
.links_xxsmall_red a:link, .links_xxsmall_red a:visited, .links_xxsmall_red a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:800000;
	text-decoration:none;
	background:transparent;
}
.links_xxsmall_red a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#000000;
	text-decoration:underline;
	background:transparent;
}

/*xsmall white*/
.links_xsmall_white a:link, .links_xsmall_white a:visited, .links_xsmall_white a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:FFFFFF;
	text-decoration:none;
	background:transparent;
	font-weight:bold;
}
.links_xsmall_white a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#FFFFFF;
	text-decoration:none;
	background:transparent;
	font-weight:bold;
}

/*javamenu links*/
.javalinks a:link, .javalinks a:visited, .javalinks a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:800000;
	text-decoration:none;
	background:transparent;
}
.javalinks a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#FFFFFF;
	text-decoration:none;
	background:transparent;
}
/*grey links*/
.links_xsmall_grey a:link, .links_xsmall_grey a:visited, .links_xsmall_grey a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:4C4C4C;
	text-decoration:none;
	background:transparent;
}
.links_xsmall_grey a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:800000;
	text-decoration:none;
	background:transparent;
}