/*----------
	Stylesheet for:
	By:
----------*/

/* universal fonts */
html, option, form, select, body, div, span, th, td, form, p, li, ul, ol, a, h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}

/* generic universal fonts -do not modify- */
.whitesm {
	font-family: verdana, arial, sans-serif;
	color: White;
	font-size: 10px;
}

a.whitesm {
	text-decoration: underline;
}

a.whitesm:hover {
	text-decoration: none;
}

a.title {
	font-size: 10px;
	color: #ffffff;
	text-decoration: underline;
}

a.title:hover {
	color: #000000;
}

.white {
	color: White;
	font-size: 11px;
}

a.white {
	text-decoration: underline;
}

a.white:hover {
	text-decoration: none;
}

.whitemedium {
	color: White;
	font-size: 12px;
}

a.whitemedium {
	text-decoration: underline;
}

a.whitemedium:hover {
	text-decoration: none;
}

.whitelarge {
	color: White;
	font-size: 18px;
}

a.whitelarge {
	text-decoration: underline;
}

a.whitelarge:hover {
	text-decoration: none;
}

.blacksm {
	color: Black;
	font-size: 10px;
}

a.blacksm {
	text-decoration: underline;
}

a.blacksm:hover {
	text-decoration: none;
}

.black {
	color: Black;
	font-size: 11px;
}

a.black {
	text-decoration: underline;
}

.blue {
	color: #0C7A91;
	font-size: 11px;
}

.bluesm {
	color: #0C7A91;
	font-size: 10px;
}

a.blue {
	color: #0A5388;
	font-size: 11px;
	text-decoration: underline;
}

a.red {
	color: #810000;
	font-size: 11px;
	text-decoration: underline;
}

a.blue:hover {
	text-decoration: none;
}

a.black:hover {
	text-decoration: none;
}

.blackmedium {
	color: Black;
	font-size: 13px;
	font-weight: bold;
}

a.blackmedium {
	text-decoration: underline;
}

a.blackmedium:hover {
	text-decoration: none;
}

.blacklarge {
	color: Black;
	font-size: 18px;
}

a.blacklarge {
	text-decoration: underline;
}

a.blacklarge:hover {
	text-decoration: none;
}

.orange {
	color: #FF9900;
	font-size: 11px;
}

.orangesm {
	color: #FF9900;
	font-size: 10px;
}

.orangemedium {
	color: #F07421;
	font-size: 13px;
	font-weight: bold;
}

.graysm {
	color: Gray;
	font-size: 10px;
}

a.graysm {
	text-decoration: underline;
}

a.graysm:hover {
	text-decoration: none;
}

.gray {
	color: #CCCBCC;
	font-size: 11px;
}

a.gray {
	text-decoration: underline;
}

a.gray:hover {
	text-decoration: none;
}

.graymedium {
	color: Gray;
	font-size: 12px;
}

a.graymedium {
	text-decoration: underline;
}

a.graymedium:hover {
	text-decoration: none;
}

.graylarge {
	color: Gray;
	font-size: 18px;
}

a.graylarge {
	text-decoration: underline;
}

a.graylarge:hover {
	text-decoration: none;
}

/* page title font (used for good SEO) fill out your color and size */
h1 {
	color: #;
	size: px;
}

.absDiv {
	position: absolute;
	visibility: hidden;
	overflow: hidden
}

.gray2 {
	color: #808080;
	font-size: 11px;
}

a.gray2 {
	text-decoration: none;
}

a.gray2:hover {
	text-decoration: none;
}

.link2 {
	color: #D35D79;
	font-size: 11px;
}

a.link2 {
	text-decoration: none;
}

a.link2:hover {
	text-decoration: none;
}

.textbox {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #7F7F7F;
}

.box {
	border: solid 1px #D0D4BB;
	color: Black;
	font-size: 11px;
}

.mainbody {
	border-right: solid 1px #D40000;
	border-left: solid 1px #D40000;
}

.dropshadow {
	background: url('../images/shadow.gif') no-repeat bottom right; 
	clear: right; 
	float: right; 
	margin: 0 0 0 0; 
	padding: 0; 
	position: relative; 
}

.dropshadow img {
	background-color: #fff; 
	display: block; 
	margin: -2px 3px 2px -3px; 
	padding: 0px; 
	position: relative; 
}

.promoborder {
	border: solid 1px #0C7A91;
}