body {
	background-color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
	margin: 10px;
}

.footertext {
	color: #CCCCCC;
}

#mainContainer {
	text-align: left;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.evautti {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 800;
	letter-spacing: .5em;
	padding-left: .5em;
}

A:LINK { color: #AA0E1B; font-weight: bold; text-decoration: none; }
A:VISITED { color : #AA0E1B; font-weight: bold; text-decoration: none; }
A:HOVER { color: #333333; font-weight: bold; text-decoration: underline; }
A:ACTIVE { color: #333333; font-weight: bold; text-decoration: none; }


A.catlink:LINK { color: #AA0E1B; font-size: 14px; font-weight: bold; text-decoration: none; }
A.catlink:VISITED { color : #AA0E1B; font-size: 14px; font-weight: bold; text-decoration: none; }
A.catlink:HOVER { color: #333333; font-size: 14px; font-weight: bold; text-decoration: underline; }
A.catlink:ACTIVE { color: #333333; font-size: 14px; font-weight: bold; text-decoration: none; }


H1 {
	font-size : 18px;
	color : #333333;
	font-weight : bold;
	margin: 0;
}

H2 {
	font-size: 14px;
	color: #AA0E1B;
	font-weight: bold;
	margin: 0;
}

H3 {
	font-size : 14px;
	color : #999999;
	font-weight : bold;
	margin: 0;
}

.imgborder {
	border: 1px solid #666666;
}

.form { 
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #AA0E1B;
	border-color: #333333;
	border-width: 1px; 
	background: #FFFFFF;

	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px; 
}

.addbutton { 
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	border-color: #333333;
	border-width: 1px; 
	background: #AA0E1B;

	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px; 
}

.tabletitle {
	color: #FFFFFF;
	font-weight: bold;
}




/* drop down menus */

#menu {
width: 100%;
background: #666666;
float: left;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;

float: left;
}

#menu a, #menu h2 {
font: bold 14px/18px Georgia, "Times New Roman", Times, serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #666666;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #fff;
background: #666666;
text-transform: uppercase;
}

#menu a {
color: #CCCCCC;
background: #666666;
text-decoration: none;
}

#menu a:hover {
color: #FFFFFF;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
width: 12em;
}

#menu ul ul ul {
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}