body {
	font-family: arial, sans-serif; 
	font-size: 10pt; 
	margin: 0pt;
	background-position: top left; 	background-image:url(images/left_bg.gif);
	background-repeat: repeat-y;
	
}
#headline{
	position: relative;
	background-position: top center;
	border: 0px solid red;
	width: 370px;
	height: 155px;
	margin:0 auto;
	padding: 0px;
	margin-top: 10px;
	
}

p {
	font-family: arial, sans-serif; 
	font-size:10pt;
	padding-right: 40px;
}
ul {
	font-family: arial, sans-serif; 
	font-size:10pt;
	list-style-type:square;
	padding-right: 40px;
}
h1 {
	font-family: arial, sans-serif; 
	color:#CC0000; 
	font-size:18pt
}
h2 {
	font-family: arial, sans-serif; 
	color:#053978; 
	font-size:14pt
}
h3 {
	font-family: arial, sans-serif; 
	color:#053978; 
	font-size:12pt
}
h4 {
	font-family: arial, sans-serif; 
	color:#053978; 
	font-size:10pt
}
a:link {
	font-family: arial, sans-serif; 
	color:#CC0000;
	font-weight:bold;
	text-decoration:none;
}
a:visited {
	font-family: arial, sans-serif; 
	color:#CC0000;font-weight:bold;
	text-decoration:none;
}
a:hover {
	font-family: arial, sans-serif; 
	color:#053978;
	font-weight:bold;
	text-decoration:underline;
}
