.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC0000;
}

.menubottom {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AD1419;
}

#list-menu {
width: 189px;
}

#list-menu ul {
margin: 0;
padding: 0;
list-style-type: none;
font-family: arial, verdana, sanf-serif;
font-size: 12px;
}

#list-menu li {
margin: 0;
}

#list-menu a {
background: url(images/red_button.gif);
background-repeat: no-repeat;
display: block;
width:189px;
padding: 4px 0px 0px 7px;
border: none;
height:25px;
text-decoration: none; /*lets remove the link underlines*/
}

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #FFFFFF;
}

#list-menu a:hover {
background: url(images/dark_button.gif);
background-repeat: no-repeat;
width:189px;
height:25px;
padding: opx;
text-decoration: none; /*lets remove the link underlines*/
}

#list-menu a.dark {
background: url(images/dark_button.gif);
background-repeat: no-repeat;
display: block;
width:189px;
padding: 4px 0px 0px 7px;
border: none;
height:25px;
text-decoration: none; /*lets remove the link underlines*/
}

#list-menu a.dark:link, #list-menu a.dark:active, #list-menu a.dark:visited {
color: #FFFFFF;
}

#list-menu a.dark:hover {
background: url(images/dark_button.gif);
background-repeat: no-repeat;
width:189px;
height:25px;
padding: opx;
text-decoration: none; /*lets remove the link underlines*/
}

#list-menu a.white {
background: #ffffff;
display: block;
width:189px;
padding: 4px 0px 0px 7px;
border: none;
height:25px;
text-decoration: none; /*lets remove the link underlines*/
}

#list-menu a.white:link, #list-menu a.white:active, #list-menu a.white:visited {
color: #990000;
}

#list-menu a.white:hover {
color: #CC0000;
background: #ffffff;
width:189px;
height:25px;
padding: opx;
text-decoration: none; /*lets remove the link underlines*/
}

a.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	text-decoration: none; /*lets remove the link underlines*/
}

a.red:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9999;
	text-decoration: none; /*lets remove the link underlines*/
}

a.orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC6600;
	text-decoration: none; /*lets remove the link underlines*/
}

a.orange:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9966;
	text-decoration: none; /*lets remove the link underlines*/
}.h2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
}