html, body {
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #454545;
 height:100%;
 margin:0%;
 padding:0%;
 text-align:center;
 background: url(images/bg.jpg);
 background-repeat: repeat-x;
 background-attachment: fixed;
}

P {
	color: #454545;
/*	text-align: justify; */
	font-size: 10px;	
	margin: 0px 0px 0px 0px;
		
}
PRE {
	font-family: Verdana, Arial, Helvetica;	
	font-size: 10px;
}

H1 {	
		font-size: 16px;
		text-align: left;
		color: #454545;
}
H2 {	
		font-size: 13px;
		text-align: left;
		color: #454545;
}
H3 {	
		font-size: 12px;
		text-align: left;
		color: #454545;
		margin: 5px 0px 0px 0px;
}
H4 {	
		font-size: 11px;
		text-align: left;
		color: #454545;
}
H5 {	
		font-size: 12px;
		text-align: left;
		color: #454545;
}

hr {
	color: #454545;
	height: 1px;
	clear: both;
}

ul {
	margin-top: 0px;
	list-style: circle;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 	font-size: 10px;
 	color: #454545;
}

li {
	line-height: 14px;
}

a:link, a:visited {
	font-weight: bold;
	color: #1F5997;
}

a:hover  {
	font-weight: bold;
	color: #5B8AC5;
}


img {
		border: 0px;
	}
	
