BODY {
	color: Black;
	font-family: Arial, sans-serif;
	font-size: 14px; margin:0px; background-color:#FFF;
}

A {
	color: Navy;
	text-decoration: none;
}

A:HOVER {
	color: #000033;
	text-decoration: underline;
}

.menu {
color: RED;
text-decoration: none;
font-size: 22px;
}

.menu:hover {
color: #FF9900;
text-decoration: none;
}
.verticaltext {
	color: #CC0000;
	font: 12px Arial;
	position: relative;
	top: 650px;
	left: 0px;
	height: 10px;
	width: 770px;
	margin: 0 auto;
}


.menu a:link
{
text-decoration:none;
color:#993300;
background:#FF9900;
font-weight : bold;
width: 180px;
display:block;
border-style:solid;
border-color:red;
border-width:1px;
}

.menu a:active
{
text-decoration:none;
color:#FFFFFF;
background: red;
font-weight:bold;
width: 180px;
display:block;
}

.menu a:visited 
{
text-decoration:none;
color:#993300;
background:#FF9900;
font-weight:bold;
width: 180px;
display:block;	  
border-style:solid;
border-color:#993300;
border-width:1px;
}

.menu a:hover
{
text-decoration:none;
color:#FFFFFF;
font-weight:bold;
width: 180px;
background: red;
display:block;	  
}

.menu
{
background:navy;
border-style:solid;
border-color: red;
border-width:2px;
width:180px;
font-size:12pt;
 }


/* rounded buttons */
.round {
	cursor:pointer; 
	cursor:hand;
	line-height:27px;
	background:url(images/button.gif) no-repeat right top; 
	padding-right:15px; 
	vertical-align:middle;
	display:block; /*opera*/
	display:inline-block; /*ie*/
	display:-moz-inline-box;  /*ff*/
}

.round span {  text-align:right;
	background:url(images/button.gif) no-repeat left top; 
	height:27px;
	display:block;
	display:inline-block; font-weight:bold; color:#333;
	padding-left:15px; line-height:27px;
}

	a.round:hover {background-position:right -155px;}
	a.round:hover span {background-position:left -155px;}
	
/* end rounded buttons */
