body
{
	background-color:#ccddcc;
	font-family:verdana,swiss,arial;
	margin : 5px 0 0 0;
}

td,p,li
{
font-size:10pt;
}

table.main
{
margin-left:auto; margin-right:auto; width:760px;
height:100%;
}

td.menu
{
background-color:#7A0033;
width:140px;
padding:8px;
height:100%;
}

td.menuitem
{
	background-color:#7A0033;
	background-image: url(images/button.gif);
	height:36px;
	width:120px;
}

a.menu
{
	text-align:center;
	font-size:8pt;
	font-weight:bold;
	color:#7A0033;
	line-height : 12px;
	text-decoration:none;
}

a.menu:hover
{
text-align:center;
font-size:8pt;
font-weight:bold;
color:#ee0011;
line-height : 12px;
}

td.display
{
	background-color:#eeeeff;
	background-image: url(images/display-bg.gif);
	width:625px;
	background-repeat : no-repeat;
	background-position : top,center;
	padding:16px;
}

td.footer
 {
	background-color:#eeeeff;
	background-image: url(images/footer-bg.gif);
	width:625px;
	height:30px;
	background-repeat : repeat;
	background-position : bottom;
}
 
 td.bottom
{
	background-color:#7A0033;
}
 
 p.footer
 {
 color:#cecece;
 font-size:8pt;
 text-align:center;
 }
 
h1
{
text-align:center;
font-size:13pt;
}

a.footer
{
color:#ffffff;
}

a.footer:hover
{
color:#ffff00;
}

.form-label
{
font-size:8pt;
}

.button
{
background-color:#ffffff;
color:#000000;
border-color:#7A0033;
border-width:1px;
border-style:solid;
font-size:8pt;
}

input,textarea
{
background-color:#ffffff;
color:#000000;
border-color:#7A0033;
border-width:1px;
border-style:solid;
font-size:8pt;
}