body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EEEEEE;
}
#menu {
	background-color: #333333;
	background-image: url(images/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}

#menu ul{
	list-style-type: none;
	padding: 10px;
	margin: 15px 0 15px 0;
}

#menu li{
        background: url(images/menu_bullet.gif) no-repeat 0 .4em;
        margin: 14px 0 0 .2em;
        padding: 0 0 0 1em;
}

#menu li:hover{
        background: url(images/menu_bullet_over.gif) no-repeat 0 .4em;
        margin: 14px 0 0 .2em;
        padding: 0 0 0 1em;
}

#menu li a{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#PageTitle {
	font-size: 16pt;
	font-weight: bold;
	color: #CC0000;
}
#Content {
	font-size: 12px;
	color: #333333;
}
#Footer {
	font-size: 10px;
	color: #000000;
	background-color: #EEEEEE;
}
a:link {
	color: #990000;
}
a:visited {
	color: #660000;
}
#Content li { 	padding-top: 10px; }

.odd {
	background-color: #d6d6d6;
}
.subtitle {
	font-size: 12pt;
	font-weight: bold;
	color: #CC0000;
}
