/* CSS Document */

body {
	background-color: #05a7dd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0465B5;
	font-size: 14px;
}
td {
	font-size: 14px;
}

a:link {color: #FF6600;}
a:visited {color: #FF6600;}
a:hover {color: #999999;}
a:active {color: #999999;}

td#menu a:link {color: #FFFFFF;}
td#menu a:visited {color: #FFFFFF;}
td#menu a:hover {color: #FFFFFF;}
td#menu a:active {color: #FFFFFF;}

h1 {
	font-size: 24px;
	font-weight: bold;
	display: inline;
	color: #05a7dd;
	margin-bottom: 0em;
	margin-top: 0em;
}

.smalltext {
	font-size: 11px;
	color: #0465B5;
}
.smalltextg {
	font-size: 10px;
	color: #999999;
}
.smalltexto {
	font-size: 10px;
	color: #FF6600;
}
.orangetext {
	color: #FF6600;
}
.smalltextol {
	font-size: 10px;
	color: #FF9900;
}
.smalltextmenu {
	font-size: 10px;
	color: #FFFFFF;
}
.normal12 {
	font-size: 12px;
}
.subtitle {font-weight: bold; font-size: 11px; color: #FF3300;}
