body { /*Global font decloration*/
	font-family: "Arial", Helvetica, sans-serif;
	line-height: 1.8em;
	font-size: .8em;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

h1 {
	font-size: 1.8em;
	color: #252b69;
	margin-bottom: 9px;
	padding-bottom: 8px;
	border-bottom: 1px solid #c6c6c6;
}

h1.NoLine {
	border-bottom: none;
}
h1 span.CompColor {
	color: #335902;
}

h2 {
	font-size: 1.2em;
	margin-bottom: 8px;
	color: #252b69;
}

h2.UnderLineThis {
	padding-bottom: 8px;
	border-bottom: 1px solid #E0E0E0;
	}

span.IconThis {
	display: block;
	float: left;
	padding-left: 9px;
	width: 9px;
	height: 9px;
	background: url(../images/listarrow.gif) no-repeat;
	margin-top: 8px !important;
	margin-top /**/:7px;
	
}

h3, h4, h5 {
	font-size: 1.1em;
	color: #252b69;
	margin-bottom: 8px;
}
	

a {
	text-decoration: underline;
	color: #252b69;
}

a.ReadMore {
	display: block;
	width: 750px;
	text-align: right;

}

.hr {
	width: inherit;
	margin-top: 6px;
	margin-bottom: 6px;
	height: 1px;
	background: #c6c6c6;
}


a:hover {
	text-decoration: none;
}

p {
	margin-bottom: 20px;
}

b {
	color: #252b69;
}
	

.Underline {
	padding-bottom: 9px;
	border-bottom: 1px solid #E0E0E0;
}

p.boldThis {
	font-size: 1.1em;
}

p.IndentThis {
	font-size: 1.1em;
	font-weight: bold;
	color: #252b69;
	border-left: 5px solid #252b69;
	padding-left: 8px;
}

dl dt {
	font-size: 1.1em;
	font-weight: bold;
	color: #252b69;
	padding-bottom: 2px;
}

dl dd {
	line-height: 1.8em;
	margin-bottom: 20px;
}
	

#Content ul li {
	list-style-type: none;
	background: url(../images/listarrow.gif) no-repeat;
	background-position: 0 7px;
	padding-left: 15px;
}

#Content ul {
	padding: 0 0 15px 0;
	}

#Content li {
	margin-left: 11px;
	}
	
.note {
	display: block;
	float: left;
	padding-left: 10px;
	margin-top: 8px;
	width: 9px;
	height: 9px;
	background: url(../images/note.gif) no-repeat;
}

/*right collumn formats*/
.ColHeader {
	font-size: 1.1em;
	font-weight: bold;
	color: #335902;
}

.RightColData dt {
	font-size: 1.1em;
	margin-bottom: 6px;
	font-weight: bold;
	color: #335902;
}

.RightColData dt a {
	font-size: 1.1em;
	margin-bottom: 6px;
	font-weight: bold;
	text-decoration: none;
	color: #335902;
}

.RightColData dt a:hover {
	text-decoration: underline;
}

/* forms */
.formwrapper {
	padding: 12px;
	background: #EEEEEE;
	border: 1px solid #D4D4D4;
}

.formbottom {
margin-top: 12px;
}

#FormTable {
text-align: left;
font-size: .9em;
}

td .input {
border: 1px solid #D4D4D4;
}

