body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-color: #003300;
	background-color: #ffffcc;
}
h1 {
	font-size: 22px;
}

A  { color : #990000; }
A:Visited  { color : #CC6666; }
A:Active  { color : #ff0000; }
A:Hover  { color : #CC0033; }
A:Visited:Hover  { color : #ffcc66; }

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.xbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.expanded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
}

.justified {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #999999;
}

.box1 {
	padding: 3px;
	border-width: medium;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border: 1px solid;
}



.sidemenu {
	font-weight: bold;
	font-variant: normal;
	border: #FF9966;
	font-size: 12px;
}

.buttons {width: 90px;}

.buttons li {
	list-style-type: none;
	line-height: normal;
	margin: 1px 0 0;
	padding: 0px;
	height: auto;
} 

.buttons ul {
margin: 0; 
padding: 0;
list-style-type: none;
} 
.buttons a {
	color: #990000;
	background-color: #FFD52B;
	padding: 2px 2px 2px 10px;
	display: block;
	border-bottom: 1px solid #FFFFCC;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

.buttons a:visited {color: #770000;
background-color: #FFD52B;}

.buttons a:hover {background-color: #FEEB63;
color: #cc0000;
text-decoration: none;}

