.PageHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #633;
}

a.PageHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #633;
	text-decoration: underline;
}


.PageSubHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color:#633;
}

a.PageSubHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color:#633;	
	text-decoration: underline;
}


.PageContext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}
.HomePageButtonLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006699;
	text-decoration: underline;
}
.MainBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
.QuickLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #660000;
}
.HomePageNewsHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #633;
	text-decoration: none;
}
.HomeHeaderCell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #003399;
	border-top: 1px none #666666;
	border-right: 1px none #666666;
	border-bottom: 1px none #BA8F8F;
	border-left: 1px none #666666;
	text-align: left;
	background-color: #EAEAEA;
	margin: 5px 0px 8px 0px;

}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a {
	color:#00F;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

a:hover {
	color:#600;
	text-decoration: underline; 
}

.HomeNewsCell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 30px;
	border-bottom-width: thin;


}
.WhiteSubtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

table.default_table_wide,  .default_table_wide td, .default_table_wide th {
	color: #000000;
	line-height: 15px;
	background-color : #F5F6F6;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #DFE0E0;
	border-collapse: collapse;
}
	
.default_table_wide th {
	background-color:#C5C6C6;
}
.default_table_wide p,  .default_table_narrow p, .default_table_wide ul, .default_table_narrow ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
}

table.default_table_narrow,  .default_table_narrow td, .default_table_narrow th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
	padding: 5px;
	background-color : #F5F6F6;
	border: 1px solid #DFE0E0;
	margin: 5px;
	border-collapse: collapse;
	}
.default_table_narrow th {
	background-color:#C5C6C6;
}

#inline_nav {
	padding-bottom:10px;
	padding-top:10px;
	border-bottom:#633 solid thin;
	border-top: #633 solid thin;
	
	}

#inline_nav ul {
	display: inline;
	margin: 0;
	padding: 0;
	-moz-padding-start: 0;
	}

#inline_nav ul li {
	display: inline;
	margin-left: 0;
	padding: 0 0px 0 5px;
	border-left: 1px solid #295683;
	}

#inline_nav ul li.first {
	padding-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}