Body
{
    background-color: #837e78;  
    font-family: Times;
    font-size:12px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}



A:link  {text-decoration:underline;color:#ee1c24;}
A:visited {text-decoration:underline;color:#ee1c24;}
A:active{text-decoration:underline;color:#ee1c24;}
A:hover{text-decoration:underline;color:#58595d;}

td {
	font-family: Times;
	font-size:12px;
}

img { border: none; }
form { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }

/* drop down menu */
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Times;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: white;
}

td.abc {
width: 575px;
height: 537px;  
background: url(./images/watermark.gif); 
background-color: #ffffff; 
background-repeat:no-repeat
} 

td.bordergradleft {
width: 11px;
height: 1px;
background: url(./images/bordergradleft.gif);
}

td.bordergradright {
width: 11px;
height: 1px;
background: url(./images/bordergradright.gif);
}

ul { list-style-image: url("./images/redarrow.gif"); }
li { list-style-image: url("./images/redarrow.gif"); }


.MainMenu_MenuItem 
{
    color: #ee1c24; 
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal; 
    text-decoration: none;	  
}
.MainMenu_MenuBar
 {
    height: 12px;
}