/* begin with generic selectors so that they can be overridden if needed
 * by classes deeper in the stylesheet
 */

@import  url("boxes.css");
@import  url("table.css"); 
/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

a {
	color: #000080;
}

a img {
	border: none;
}

a:link {
	color: #800080;
	font-weight: bold;
}

a:visited {
	color: #800000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #F0139E;
}

body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Tahoma, sans-serif;
	font-size: medium;
}

body {
	background: url(../images/header-05.jpg);
	color: #000000;
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	text-align: left;
}

h1 {
	font-size: 220%;
}

h2 {
	font-size: 190%;
}

h3 {
	font-size: 160%;
}

h4 {
	font-size: 130%;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 70%;
}

ol.ualpha {
	list-style-type: upper-alpha;
}

p.bold {
	font-weight: bold;
}

p.heading1 {
	border-color: #0000FF;
	font: bold large Arial Helvetica sans-serif;
	text-align: center;
}

ul, ol, dl, p, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 14px;
	margin-top: 14px;
	padding-bottom: 0;
	padding-top: 0;
}

.blacktext {
	color: #000000;
	font-family: verdana, arial, helvetica;
	font-size: 14px;
	font-weight: bold;
}

.blurb {
	color: #000000;
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	font-weight: bold;
}

.body2 {
	color: #00008B;
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.body3 {
	color: #00008B;
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.clear {
	clear: both;
	height: 1px;
	margin-bottom: -1px; /* for Gecko-based browsers */
	overflow: hidden;
	padding-bottom: 1px; /* for Gecko-based browsers */
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* End hide from IE-mac */
.formtext {
	color: #000000;
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}

.hide {
	display: none !important;
}

.imgborder {
	border: none;
}

.inside {
	padding: 0 1em; /* glitch in IE caused by vertical padding in this class, so 0 padding is
	 * set here and those blocks that need the vertical padding must be 
	 * applied to the parent element. the purpose of this class is to provide
	 * horizontal padding without using hacks to get around IE's broken box 
	 * model. so it's okay to apply vertical padding to the parent element, 
	 * just not horizontal padding.
	 */
}

.linebrk {
	background-color: #F0FFF0;
}

.more {
	color: #0019D7;
	font-family: "times new roman", times;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

.redtext {
	color: #EE0000;
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	font-weight: bold;
}

.script {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.subhead {
	color: #0019D7;
	font-family: verdana, arial, helvetica;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.title {
	color: #0019D7;
	font-family: verdana, arial, helvetica;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

.title1 {
	color: #0019D7;
	font-family: verdana, arial, helvetica;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
