/* CSS Document */
/* defaults*/
a:link { color: #3C5383; text-decoration: underline; }
a:active { color: #3C5383; text-decoration: underline;}
a:visited { color: #3C5383; text-decoration: underline;}
a:hover { color: #3C5383; text-decoration: underline;}
body { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000;}
td { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000;}
p { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; }
h1 { font-family: Arial, Helvetica, sans-serif; font-size: 18px; line-height: 18px; font-weight: bold; color: #6C8ACA; }
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	color: #6C8ACA;
	font-style: italic;
}
h3 { font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 18px; font-weight: bold; color: #6C8ACA; }
li {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-position: left;
}
ul {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-position: outside;
	}

.headline { font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 18px; font-weight: bold; color: #6C8ACA; }

a.headline:link { color: #6C8ACA; text-decoration: underline; }
a.headline:active { color: #6C8ACA; text-decoration: underline;}
a.headline:visited { color: #6C8ACA; text-decoration: underline;}
a.headline:hover { color: #6C8ACA; text-decoration: underline;}


ol { color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
blockquote { margin-left:20px; margin-right:20px; }
hr { color: #669966; }
u { text-decoration: underline; }
b { font-weight: bold; }
strong { font-weight: bold; }
i { font-style: italic; }

/* common custom classes*/
.normal { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; }

.headline1 { font-family: Arial, Helvetica, sans-serif; font-size: 18px; line-height: 18px; font-weight: bold; color: #5c5c5c; }
.headline2 { font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 16px; font-weight: bold; color: #5c5c5c; }
.headline3  { font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 14px; font-weight: bold; color: #5c5c5c; }

.footer { font-size: 10px; color: #ffffff; font-family: Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none; }
a.footer  { font-size: 10px; color: #ffffff; font-family: Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none; }
a.footer:active { font-size: 10px; color: #ffffff; font-family: Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: underline; }
a.footer:visited { font-size: 10px; color: #ffffff; font-family: Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none; }
a.footer:hover { font-size: 10px; color: #ffffff; font-family: Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: underline; }

.utilitynav { font-size: 10px; color: #6C8ACA; font-family: Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none; }
a.utilitynav { font-size: 10px; color: #6C8ACA; font-family: Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none; }
a.utilitynav:active { font-size: 10px; color: #6C8ACA; font-family: Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: underline; }
a.utilitynav:visited { font-size: 10px; color: #6C8ACA; font-family: Arial, Helvetica, sans-serif; text-decoration: none; }
a.utilitynav:hover { font-size: 10px; color: #6C8ACA; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; }

.small {font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 11px; color: #000000;}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
}

.readmore { color: #6C8ACA;}
a.readmore:link { color: #6C8ACA; text-decoration: underline; }
a.readmore:active { color: #6C8ACA; text-decoration: underline;}
a.readmore:visited { color: #6C8ACA; text-decoration: underline;}
a.readmore:hover { color: #6C8ACA; text-decoration: underline;}
