.c:link {
	font-family: tahoma;
	font-size: 8pt;
	color: white;
	text-decoration:none;
}
.c:visited {
	color: white;
	text-decoration:none;
}
.c:hover {
	color: white;
	text-decoration:none;
}
.c:active {
	color: white;
	text-decoration:none;
}

.b:link {
	font-family: tahoma;
	font-size: 8pt;
	color: #444444;
	text-decoration:none;
}
.b:visited {
	color: #444444;
	text-decoration:none;
}
.b:hover {
	color: #444444;
	text-decoration:none;
}
.b:active {
	color: #444444;
	text-decoration:none;
}

a:link {
	font-family: tahoma;
	font-size: 8pt;
	color: #198ecb;
	text-decoration:none;
}
a:visited {
	color: #198ecb;
	text-decoration:none;
}
a:hover {
	color: #3a3a3a;
	text-decoration:none;
}
a:active {
	color: #198ecb;
	text-decoration:none;
}
#nav a:link {
	font-family: tahoma;
	font-size: 8pt;
	color: #fefbf1;
	text-decoration:none;
}
#nav a:visited {
	color: #fefbf1;
	text-decoration:none;
}
#nav a:hover {
	color: #1e4b8a;
	text-decoration:none;
}
#nav a:active {
	color: #fefbf1;
	text-decoration:none;
}

body { 
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: #2aa7ee;
}

td,tr{
	font-family: tahoma;
	font-size: 8pt;
	color: #232121;
}
.blue{
	font-family: tahoma;
	font-size: 8pt;
	color: #094896;
}

input,select,textarea{
	font-family: tahoma;
	font-size: 8pt;
	color: #3a3a3a;
	/*border: 1px solid #3a3a3a;*/
	padding-top: 2px;
	padding-left: 2px;
}
#button{
	font-family: tahoma;
	font-size: 8pt;
	color: #3a3a3a;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 2px;
	font-weight: bold;
}
#overview{
	line-height: 16px;
	color: #232121;
}
#overview strong{
	color: #09446e;
}

#data{
	background-image: url(images/tbl_title.gif);
	background-repeat:repeat-x;
	height: 20px;
	padding: 2px;
	color: #4C4C4C;
	border-bottom: 1px solid #d7f3ff;
	padding-left: 3px;
}
