body {
	background-image: url(background.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	font-family : Verdana, Arial, sans-serif ;
	font-size : 9pt;
}

Red {
	color: #8B0000;
}

Box1 {
		float: right;

}

#POS1 {
	position: absolute;
	top: 70px;
	left: 200px;
	width: 200px;
	height: 400px;
	clear: both;
	float: right;
} 

#POS2 {
	position: absolute;
	top: 200px;
	left: 400px;
	width: 150px;
	height: 250px;
	clear: none;
	float: right;
	z-index: 3;
} 

.topbarbg {
	background: url(marble.jpg);
	background-repeat: repeat-x;
	height: 52px;
}

.tdspace1 {
	padding-left: 15px;
	margin-left: 15px;
	margin-right: 15px;
}

.menu {
height: 55px;
vertical-align: top;
}

H1 {
	font-size: small;
}

H2 {
	font-size: medium;
}

H3 {
	font-size: x-large;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}


a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
wow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: italic;
	color: #FF6600;
}
.bigred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: 880000;
}
