body {
	color: #ffffff;
	background-color: #005da8;
	font-family: Courier New, tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding:0px;
}

/* texts */

div, td {
	font-family: Courier New, tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
}

.title {
	font-size: 18px;
	font-weight: bold;
}

/* links */

a {
	color: #ffffff;
	padding: 2px 5px 2px 5px;
	text-decoration: underline;
}

a:hover {
	color: #13ce00;
	background-color: #ffffff;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
}

a.white {
	color: #ffffff;
	padding: 0px 2px 0px 2px;
	text-decoration: none;
}

a.white:hover {
	color: #13ce00;
	background-color: #ffffff;
	padding: 0px 2px 0px 2px;
	text-decoration: none;
}

a.nav {
	color: #ffffff;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
}

a.nav:hover {
	color: #13ce00;
	background-color: #ffffff;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
}

a.nav_active, a.nav_active:hover {
	color: #13ce00;
	background-color: #ffffff;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
}

.copyright {
	font-size: 9px;
	color: #a6a6a6;
	text-decoration: none;
}

.copyright:hover {
	font-size: 9px;
	color: #a6a6a6;
	text-decoration: none;
}

/* forms */

/* backgrounds */

/* colors */

/* borders */

/* ids */

/* navigation */

/* subnavigation */

/* tables */
