/* CSS Document */
body,td,th {
	color: #0000cc;
}

body {
	background-color: #ffffff;
	font-family: Georgia, Times New Roman, Times, serif; 
	font-size : 12px;
}

a:link {
	color: #0000CC;
	font-size: large;
}

a:visited {
	color: #ffcc00;
	font-size: large;
}

a:hover {
	color: #ff9900;
	font-size: large;
}

a:active {
	color: #0000CC;
	font-size: large;
}

.style1 {
	font-size: large;
	color: #000099;
}
.style2 {
	font-size: medium;
	color: #CC0033;
}
.style3 {
	font-size: large;
	color: #000000;
}
.style4 {
	font-size: small;
	color: #000000;
}
.style5 {
	font-size: medium;
	color: #000099;
}
.required	{ 
			font-family: Georgia, Times New Roman, Times, serif; 
			font-size: 12px;
			line-height: 18px;
			color: #0000CC;
			font-style: normal; 
			}

.pageheader	{  
			font-family: Georgia, Times New Roman, Times, serif; 
			font-size: 10pt; 
			font-weight: bold; 
			color: #000099;
			}

.pageheader2	{  
			font-family: Georgia, Times New Roman, Times, serif; 
			font-size: 10pt; 
			font-weight: bold; 
			color: #cc0033;
			}
.paragraph  {
			font-family: Georgia, Times New Roman, Times, serif; 
			font-size: 14pt; 
			font-weight: bold; 
			color: #cc0033;
			}

#dropmenudiv{
border-left:1px solid black; border-right:1px solid black; border-top:1px solid black; border-bottom:0px solid black; position:absolute;
line-height:18px;
z-index:100; font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family:Verdana
}

#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: yellow;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.bevelmenu{
font: Arial, Helvetica, sans-serif; size: 13px;
font-style: oblique;
padding: 6px 0;
margin: 0;
width: 100%;
background-color: red;
text-align: center; /*set value to "right" for example to align menu to the right of page*/
border: 2px solid #990000;
}

.bevelmenu li{
list-style: none;
display: inline;
}

.bevelmenu li a{
padding: 3px 0.5em;
text-decoration: none;
color: #990000;
background-color: #ff0000;
border: 2px solid #990000;
}

.bevelmenu li a:hover{
color: #CC0000;
background-color: #0000CC;
border-style: outset;
}

html>body .bevelmenu li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}

