/* CSS definition file containing sitestyle stylesheets */
body {
	font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif;
	font-size: small;
	color: rgb(0,0,0);
	background-color: #480000;
	background-repeat: repeat-y;
}
 a:link { color: rgb(255,255,255); text-decoration: none ;}
 a:visited { color: rgb(128,128,128); text-decoration: none ;}
 
.footer {
	background-color: #1F1F1F;	
	text-align: center; color: #fff; font-size:12px; 
	padding:3px;
}

.footerSmall {
	
	color:#999;
	font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, Helvetica, Sans-serif; 
	font-size: xx-small;
}

.footerSmall a {
	color:#666;
}

.headerTop {
	background-color:#333333;
	font-size: 10px;
}
.headerTop a{
	color: #ffffff;
	font-size: 10px;
}

.menu {
	background-color:#333;
	color: #fff;
	font-weight:bold;
	font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, Helvetica, Sans-serif;
}

.menu a {
	color: #fff;	
}
.menu a:hover {
	text-decoration:underline;
}

h3 {
	margin:0;
	padding: 0;
	padding-bottom: 2px;
	border-bottom-color:#666;
	border-bottom-style:solid;
	border-bottom-width:2px;
	color:#640000;
}

td {
	font-size:small;
}

ul {
	margin-top: 3px;
}

.menuItem {
	font-weight: bold;
}

.menuAcart td{
	border-bottom-color:#CCC;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
