html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
html, body, h1, h2, h3, h4, h5, h6, p, div, small, big, th, td, ul, ol, dl {
	font-family: arial, helvetica, sans-serif;
	color: #666666;
}
font, th, td, p {
	font-size: 11px;
}
a:link {
	color: #E02922;
	background-color: transparent;
}
a:visited {
	color: #E02922;
	background-color: transparent;
}
a:hover {
	color: #333333;
	background-color: transparent;
}
a:active {
	color: #333333;
	background-color: transparent;
}

ul {
	margin: 0em;
	padding: 0;
}
li {
	margin-left: 1.5em;
	padding: 0;
}

.copyright {
	font-size: 9px;
	color: #ffffff;
}
a.copyright:link, a.copyright:visited {
	font-size: 9px;
	color: #ffffff;
	text-decoration: none;
	background-color: transparent;
}
a.copyright:hover, a.copyright:active {
	font-size: 9px;
	color: #ffffff;
	text-decoration: underline;
	background-color: transparent;
}

.rhs {
	font-size: 9px;
	color: #ffffff;
}
a.rhs:link, a.rhs:visited {
	font-size: 9px;
	color: #EE3424;
	text-decoration: underline;
	background-color: transparent;
}
a.rhs:hover, a.rhs:active {
	font-size: 9px;
	color: #7D0B02;
	text-decoration: underline;
	background-color: transparent;
}

.pr_head {
	font-size: 24px;
	color: #0068A9;
	font-weight: lighter;
}
.pr_desc {
	font-size: 12px;
	color: #666666;
}
.pr_name {
	font-size: 10px;
	color: #0068A9;
}
.pr_text {
	font-size: 10px;
	color: #666666;
}
.pr_also {
	font-size: 10px;
	color: #666666;
}
.pr_tiny {
	font-size: 7px;
	color: #666666;
}

.sub_head {
	font-size: 10px;
	color: #0068A9;
}

.thumb {
	border: 1px solid #B2D1E5;
}
.hero {
	border: 1px solid #B0D2EF;
}

.legaltable {
	padding-right: 120px;
}

input.contact, textarea.contact, select.contact {
	border: #B2D1E5 1px solid;
	padding: 2px;
	background: #E8F0FA;
	color: #000000;
	font-family: verdana, geneva, sans-serif;
	font-size: 9px;
	width: 250px;
}

input.submit {
	border: #B2D1E5 1px solid;
	padding: 2px;
	background: #E8F0FA;
	color: #666666;
	font-family: verdana, geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
input.submitover {
	border: #B2D1E5 1px solid;
	padding: 2px;
	background: #E8F0FA;
	color: #000000;
	font-family: verdana, geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
