/* CSS Document */

body {
	background:#E8E8E8;
	margin:0;
	font-size:0.8em;
}

table tr td {
	font-family:Arial, Tahoma, Verdana;
	background:#FFF;
}

a:link {color:#4E91DA; text-decoration:underline;}
a:visited {color:#4E91DA; text-decoration:underline;}
a:hover {color:#4E91DA; text-decoration:none;}
a:active {color:#000; text-decoration:none;}

.nav-bg {
	background:#FFFFCA;
	height:25px;
	padding:5px 0 0 0;
}
.nav-bg table tr td {
	font-size:0.8em;
	color:#000;
	background:#FFFFCA;
}

.nav-bg a:link {color:#000; text-decoration:none; padding:0 4px;}
.nav-bg a:visited {color:#000; text-decoration:none; padding:0 4px;}
.nav-bg a:hover {color:#FFF; text-decoration:none; background:#94BDE9; padding:0 4px;}
.nav-bg a:active {color:#000; text-decoration:none; background:#94BDE9; padding:0 4px;}



.content {
	height:400px;
	padding: 10px;
}

.footer {
	height:40px;
	font-size:0.7em;
	padding: 10px;
	color:#666;
}
.footer a:link {color:#666; text-decoration:underline;}
.footer a:visited {color:#666; text-decoration:underline;}
.footer a:hover {color:#666; text-decoration:none;}
.footer a:active {color:#000; text-decoration:none;}

.header {color:#4E91DA; font-size:2em; font-weight:bold;}