/* CSS Document */
body{
	margin:0px;
	font-size:12px;
	color:#252525;
	background-image: url(../images/top_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-weight: normal;
	line-height: 21px;
	background-color: #000000;
}
form{
margin:0px;
padding:0px;
}

a{
color:#333333;
text-decoration:none;
}
a:hover{
color:red;
text-decoration:none;
}
h1 {
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
