body
{
    font-family: Times, Arial, Helvetical, Verdana, Sans-serif;
}

ul
{ 	
	font-family: Times, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #993333;
	text-decoration: none;
	background-color: #FFFFFF;
	list-style-position: outside;
	list-style-type: disc;
	line-height: 19px;
	
} 

h1
{
	font-family: Times, Arial, Helvetical, Verdana, Sans-serif;
	font-weight: bold;
	font-size: 30px;
}

h2
{
	font-family: Times, Arial, Helvetical, Verdana, Sans-serif;
	font-weight: bold;
	font-size: 14px;
}

p
{
	font-family: Times, Arial, Helvetical, Verdana, Sans-serif;
	font-size: 10px;
}


.body
{
	font-family: Times, Arial, Helvetical, Verdana, Sans-serif;
	font-size: 12px;
}

.head
{
	font-family: Times, Arial, Helvetical, Verdana, Sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #309;
}

.subhead
{
	font-weight: bold;
	font-size: 14px;
}

.copy
{
	font-size: 12px;
}

.caption
{
	font-size: 12px;
	color: #660000;
}

.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}

.underline
{
	text-decoration: underline;
}

.code
{
	font-family: Monaco, Courier, Courier New Roman, Mono;
}

.highlight
{
	background: #FFFF00;
}

.nowrap
{
	white-space: wrap;
}

.preformatted
{
	white-space: pre;
}

.red
{
	color: #CC0000;
}

.orange
{
	color: #FF3300;
}

.green
{
	color: #009933;
}

.blue
{
	color: #003399;
}

.white
{
	color: #FFFFFF;
}

.grey
{
	color: #999999;
}

#box {
	height:45px; /* set the size to whatever you want */
	width:400px;
	position:absolute;
	top:0px; /* decide where you want the box located on the page */
	left:360px;
	z-index:5; /* sets it on top of everything else */
	border:0px inset #aaa; /* hide it by default */
	font-size:24px;
	font-weight:bold;
	background-color:#FFFFFF;
	padding:5px;
	text-align:center;
	color:#660000;
	visibility: hidden;
}

A:link {
	text-decoration:none;
	font-size: none;
}
A:visited {text-decoration: none}

.style1 {
	color: #000000;
	font-weight: bold;
}

