/* CSS Document */
a {
	color: #8B1A1A;
}

a:link {
	color: #8B1A1A;
}

a:visited {
	color: #8B1A1A;
}

a:hover {
	color: #1B3F8B;
}

a.footerlink,a.footerlink:link,a.footerlink:visited {
	font-size: xx-small; 
	text-decoration: none; 
	color: #1B3F8B;
} 
a.footerlink:hover {
	font-size: xx-small; 
	text-decoration: underline; 
	color: #1B3F8B;
}

body {font-family: Arial, Verdana, Helvetica, sans-serif;}

.copyright {
	font-size: xx-small; 
	text-decoration: none; 
	color: #1B3F8B;
} 

form {
	font-size: x-small;	
} 

table td {
	font-size: small;	
}

td.content {
	font-size: x-small;	
}

td.menu {
	background-color: #F0E68C;
}

table.smallMenu {
	padding: 10px 10px 10px 10px;
	background-color: #F0E68C;
}

table.smallMenu td {
	font-size: x-small;
	white-space: nowrap;
}

td.smallNews {
	font-size: xx-small;
	background-color: #CFCFCF;
}
