body {  
	background-image: url(images/bkgrndelement_1.png) repeat-xy;
	margin-align: 0px auto 0px auto;
	background-color: #ffffff;
}
div#content{
    width: 800px;
	height: auto;
	background-color: #ffffff;
	text-align: left;
	border: solid 1px;
}
div#footer{
    width: 800px;
	height: auto;
	background-color:#ffffff;
	text-align: center;
	border-top: dashed 1px #777777;
}
h1 {
	font-family: Arial;
	font-size: 24px;
	color: #CC0000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000;
}
h4{
    color: #FFFFFF; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 25px; 
	font-weight: bold; 
}
h5{
    color: #000; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: none; 
}
p {
	font-family: Arial;
	font-size: 14px;
}
a:link {
    color: #000;
    text-decoration: none;
	font-weight: bold;
	font-family: Arial;
	font-size: 14px;
}
a:visited { 
    color: #000;
    text-decoration: none;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px; 
}
a:hover { 
    color: #CC0000;
    text-decoration: none;
	font: Arial;
	font-weight: bold;
	font-size: 14px;
}
.style1{
    color:#CC0000;
	font-size: 14px;
	font-weight: bold;
	
}