body {
	background-color: #CCCCCC;
	font-size: 1em;
	background-image: url(images/bgd.jpg);
	background-repeat: repeat-x;
}

.pviimenudiv a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: .75em;
	padding: 5px 5px 5px 0px;
}
.pviimenudiv a:link {
	color: #CC3300; 
	text-decoration: none
}
.pviimenudiv a:visited {
	color: #CC3300; 
	text-decoration: none
}
.pviimenudiv a:hover {
	color: #FF3300;
	text-decoration: none;
	font-style: italic;
}
.pviimenudiv a:active {
	color: #CC3300; 
	text-decoration: none
}

#main {
	padding: 5px 10px 5px 5px;
	border: 2px solid #003366;
	margin: 0px 20px 20px 190px;
	position: relative;
	top: -150px;
	background-color: #FFFFFF;
	background-image: url(images/red.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#main a {
	color: #CC3300;
	font-weight: bold;
	text-decoration: underline;
}

#main a:hover {
	text-decoration:none;
	color: #CC3300;
}
#main td {
	padding: 5px 10px;
}

.trALT {
	background-color: #B9E9FF;
}
.floatR {
	float: right;
	z-index: 150;
	margin: 5px;
	clear: none;
}

.floatL {
	float: left;
	z-index: 150;
	margin: 5px;
	clear: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 1.15em;
}
h2 {
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	color: #CC3300;
	font-style: italic;
	font-size: 0.9em;
	margin: 0px;
}
h4 {

	color: #003366;
	font-style: italic;
	font-size: 0.9em;
	margin: 0px;
}
#quick {
	text-align: right;
	vertical-align: bottom;
	padding: 0px;
	margin-top: 5px;
	margin-right: 20px;
	position: relative;
	top: -150px;
	margin-left: 190px;
	margin-bottom: 0px;
	color: #003366;
	font-weight: bold;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
#quick a {
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
#quick a:hover {
	font-weight: bold;
	color: #0099FF;
	text-decoration: none;
}
