/* Default Styles */
body,
td {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #5E6D77;
	line-height:1.54em;
}
em {
	font-style:italic;
}

.pageHeading {
	color:#0C2E82;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font: normal 23px Arial;
}

h2, .heading {
	color:#729FD1;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font: bold 17px Arial;
}

h3, .subHeading {
	color:#FA9D10;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font: normal 13px Arial;
}

h4, .subHeading1 {
	color:#1A25A0;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font: normal 18px Arial;
}

h5, .subHeading2 {
	color:#3A6A9A;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font: normal 15px Arial;
}

h6, .subHeading3 {
	color:#3A6A9A;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font: normal 12px Arial;
}

/*
ul {
	padding: 0 10px;
	margin: 10px 0;
}

li {
	font-weight: bold;
	list-style-type: square;
}
*/
hr {
	height: 1px;
	border-top: 1px solid #2D6495;
}

a,
a:link,
a:visited,
a:active {
	color: #1A25A0;
	text-decoration:none;
}

a:hover {
	color: #0C124E;
}

div#NewsAndEvents #NewsAndEventsFooter a,
#PageEditorFooter a {
	font: bold 10.5px Arial, Helvetica, sans-serif;
	color:#1A25A0;
	text-decoration:none;
}

div#NewsAndEvents #NewsAndEventsContentWpr .item .Title,
div#NewsAndEvents #NewsAndEventsContentWpr .item .title a {
	font: normal 12px Arial, Helvetica, sans-serif;
	color:#6972B9;
	cursor: pointer;
	cursor: hand;
}

div#NewsAndEvents #NewsAndEventsContentWpr .item .summary {
	font-size:11px;
	line-height:normal;
}


div#HomeFooterLinks a {
	font: normal 12.5px Arial, Helvetica, sans-serif;
	color:#1A25A0;
}

input {
	border: 1px solid #74633D;
	font: normal 9pt Arial;
	color:#457CB4;
	background-color:transparent;
}

p {
	margin: 10px 0;
}

.altcolor {
	color:#3A6A9A;
	font-size:12px;
}

.cfdebug {
	text-align:left;
	font-size:7pt;
}