body {
	background:black;
	margin-left:auto;
	margin-right:auto;
	font-size: 100%;
	color: #CCCCCC;
	
}

.hr{
	background:url(../images/rule.gif) repeat-x top center;
	border:0px;
	height:8px;
	width:100%;
	margin:0px;
	padding-bottom:5px;
	padding-top:5px;
}

.content{
	background:url(../images/background.gif) repeat top left;
	margin-bottom:5px;
	border:thin solid #025483;
	min-height:1150px;
}
p{
	padding:10px;
}

h2{
	padding:5px;
	text-align:center;
}
h3{
	padding:5px;
	text-align:center;
	font-size: 95%;

}
h4{
    padding:5px;
	text-align:center;
	font-size: 90%;

}
h5{   
    padding:1px;
    padding-bottom:1px;
	padding-top:1px;
font-size: 90%;
}
img{
	border: 0px;
	margin-left:auto;
	margin-right:auto;
	padding:4px;
}
.image{
	text-align:center;
}
table{
	width:100%;
}
a:link {
	color: #999999;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #0099CC;
}
a:active {
	text-decoration: underline;
}

