/* Doxcelerate Style Sheet of DOOM */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#FFFFFF
}
A:link {
	color: #0000AA;
	text-decoration: none;
}
A:visited {
	color: #0055CC;
	text-decoration: none;
}
A:active {
	color: #990000;
	text-decoration: underline;
}
A:hover {
	color: #990000;
	text-decoration: underline;
}
IMG {border: 0;}
UL {list-style-type: square;}
OL {list-style-type: decimal;}
H1 {
	font: 20px Verdana,sans-serif;
	font-weight: 500;
}
H2 {
	font: 15px Verdana,sans-serif;
	font-weight: 500;
}
#copyWrite {font: 8pt Verdana,sans-serif;}
#frontContent {
	position: absolute;
	top: 315px;
	left: 240px;
	width: 550px;
	font-size: 9pt;
	line-height: 135%;
}
#content {
	padding: 10px;
	padding-top: 0px;
	line-height: 125%;
	text-align: left;
}
#tourContent {
	padding: 7px;
	line-height: 125%;
	text-align: center;
}
#sideContent {
	width: 150px;
	position: absolute;
	top: 80px;
	left: 30px;
	text-align: center;
	font-weight: none;
	font-family: Arial, sans-serif;
	font-size: 15px;
}
DIV.greyBox {
	padding: 5px;
	line-height: 125%;
	background-color: #EEEEEE;
	border-style: solid;
	border-color: #777777;
	border-width: 1px;
}
