/* CSS Document */

body {
	background-color:#DCDCB8;
	}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:xx-large;
	color:#FFFFFF;
	font-variant: small-caps;
	}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:large;
	color:#003366	
	}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:medium;
	color:#003366	
	}
.firstletter { font-size:48px; }
.byline { 
	font-family:"Times New Roman", Times, serif;
	font-style: italic;
	color:#CC0000;
	}
.maincontent {
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	color:#822B00;
	margin-left:30px;
	text-align: justify;
	}
.dividingline {
	border-bottom:1px solid #DCDCB8;
	}
.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color: #000066;
	}
ol li { margin-bottom:12px; }
.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color:#6666FF;
	}
.global {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight: bold;
	color:#6666FF;
	text-decoration:none;
	}
a:link { color:#6666FF; }
a:visited { color:#999999; }
a:hover { color:#990000; }

a.global:link {
	color: #6666FF;
	}
a.global:visited {
	color: #6666FF;
}
a.global:hover {
	color: #990000;
	}
a.h2:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size:large;
	color: #6666FF;
	}
a.h2:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:large;
	color: #6666FF;
}
a.h2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:large;
	color: #990000;
	}
