body {
	color: #666666;
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-style: normal;
	text-align: left;
	margin-left: 40px;
	margin-right: 120px;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-position:top;
	background-color:#000000;
	margin-top: 26px;
}

h1 {
	color: #0076c0;
	font-size: 32px;
	font-family: Arial, sans-serif;
	margin-left: 40px;
	margin-top: 30px;
	margin-bottom: -20px;
	text-align: left;
}

h2 {
	color: #333333;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	margin-left: 70px;
	margin-bottom: -5px;	
	text-align: left;
}

h5 {
	color: #0076c0;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	margin-left: 70px;
	margin-bottom: -5px;	
	margin-right: 40px;
	text-align: left;
}

h3 {
	color: #333333;
	font-size: 18px;
	font-weight: normal;
	margin-left: 40px;
	margin-bottom: -5px;		
	text-align: left;
	
}

h4 {
	color: #0076c0;
	font-size: 16px;
	font-weight: normal;
	margin-left: 40px;
	margin-bottom: -5px;
	text-align: left;
	
}


p {
	color: #666666;
	font-size: 12px;
	line-height: 120%;
	margin-left: 70px;
	margin-right: 40px;
	text-align: left;

}

pullout {
	color: #0076c0;
	font-size: 14px;
	line-height: 120%;
	margin-left: 70px;
	font-style: italic;
}


.small {
	font-size: 9px;
}

.indent {
	margin-left: 220px;
}

subhead {
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	margin-left: 40px;
	margin-bottom: -10px;
	line-height: 150%;
	text-align: left;
	
}

.strong {
	color: #666666;
	font-weight: bolder;
	line-height: inherit;
}

.blue {
	color: #0076c0;
	}


div.figure {
	float: left;
	width: 228px;
	margin-bottom: 20px;	
	margin-top: 20px;
	margin-left: 40px;
	margin-right: 40px;
	position: relative;
	display: inline;
}


.figure img {
	float: left;
	padding: 5px;
	border: 1px solid;
	border-color: #0076c0;
	clear: left;
	margin-bottom: 10px;
	display: inline;
}

.figure p {
	font-size: 9px;
	line-height: 150%;
	font-color: #333333;
	margin: 10px 20px 20px 20px;
	text-align:center;
	clear: left;
}

div.login {
	float: right;
	clear: right;
	width: 228px;
	margin-bottom: 20px;	
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	border-color: #ff8400;
	border-style:solid;
	border-width:thin;
}


.login p {
	font-size: 9px;
	line-height: 150%;
	font-color: #333333;
	margin: 10px 20px 20px 20px;
	text-align:center;
	clear: right;
}

a: link {color:#0076c0; }
a: visited {color: #666666;}
a: hover {color: #ff8400; }
