/* basic elements */

body {
	font-size: 9px;
	font-family: arial;
	line-height: 17px;	
	color: #000;
}
p,ul,td,input,select,textarea {
	font-size: 9pt;
	font-family: arial;
	line-height: 17px;	
	color: #000;
}

/* Page Header and Logo */
#header {
	width: 780px;
	height: 120px;
	background: url(../images/Header2.jpg) no-repeat;	
	color: #fff;
	text-align: right;
}
#homeLink {
	position: absolute;
	display: block;
	width: 180px;
	height: 100px;	
	margin-left: 30px;
}
#homeLink b { display: none; }
#headerLinks {
	padding-right: 50px;
	padding-top: 90px;
}
/* Text Styles */
h1 {
	font-family: arial;
	color: #006666;
	font-size: 13pt;
}
h2 {
	font-family: arial;
	color: #336666;
	font-size: 10pt;
	font-weight: bold;
}

.rightCol {
	text-align: center;
	font-family: arial;
	color: #6b6b6b;
	font-size: 7.5pt;
}
.footer {
	font-family: arial;
	color: #000;
	font-size: 8pt;
}
/* End Text Styles */

/* Link Styles */
.rightCol a {
	font-family: arial;
	color: #006666;
	font-size: 7.5pt;
	text-decoration: underline;
}
.rightCol a:hover {
	font-family: arial;
	color: #006666;
	font-size: 7.5pt;
	text-decoration: underline;
}
.rightCol a:visited {
	font-family: arial;
	color: #006666;
	font-size: 7.5pt;
	text-decoration: underline;
}
.linkRed {
	font-family: arial;
	color: #96004b;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: underline;
}
.linkRed:hover {
	font-family: arial;
	color: #96004b;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: underline;
}
.linkRed:visited {
	font-family: arial;
	color: #96004b;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: underline;
}
a {
	font-family: arial;
	color: #003399;
	font-size: 9pt;
	text-decoration: underline;
}
a:hover {
	font-family: arial;
	color: #3366ff;
	font-size: 9pt;
	text-decoration: underline;
}
a:visited {
	font-family: arial;
	color: #3366ff;
	font-size: 9pt;
	text-decoration: underline;
}
#header a {
	font-family: arial;
	color: #fff;
	font-size: 8.5pt;
	font-weight: bold;
	text-decoration: none;
}
#header a:hover {
	font-family: arial;
	color: #fff;
	font-size: 8.5pt;
	font-weight: bold;
	text-decoration: none;
}
.footer a {
	font-family: arial;
	color: #006666;
	font-size: 8pt;
	text-decoration: underline;
}
.footer a:hover {
	font-family: arial;
	color: #006666;
	font-size: 8pt;
	text-decoration: underline;
}
.grayField {
	margin-top: 2;
	width: 100%;
	background: #eee;
	border: 1px solid #c0c0c0;
	padding: 2;
}