/* CSS Document */
<style type="text/css">
<!--
a {
font-family: Arial;
font-size: 11px;
color: #1F6EC6
}

a.menu {
font-family: Arial;
font-size: 12px;
text-decoration: none;
color: #ffffff
}

body {
font-family: Arial;
font-size: 11px;
color: #ffffff
}

.content {
font-family: Arial;
font-size: 11px;
line-height: 17px;
font-style: normal;
color: #ffffff
}

.small {
font-family: Arial;
font-size: 11px;
line-height: 17px;
font-style: normal;
color: #ffffff
}

.smallmenu {
font-family: Arial;
font-size: 11px;
color: #ffffff
}

#regForm .regStep { font-family: arial; color: #1F6EC6; font-size: 16px; font-weight: bold; }
.formCaption { font-style: italic; }
#regForm td { font-size: 10px; }
#regForm td input[type="text"] { font-family: courier, monospace; font-size: 10px; border: 1px solid #D1D1D1; }
#regForm td input[type="password"] { font-family: courier, monospace; font-size: 10px; border: 1px solid #D1D1D1; }

-->


#menu a:link, #menu a:visited, #menu a:active {
	padding: 3px;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
}
#menu a:hover {
	padding: 3px;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: #00aff5;
}

#main a:link, #main a:visited, #menu a:active {
	padding: 3px;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: #00aff5;
}
#main a:hover {
	padding: 3px;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
}






</style>

