*{
	border:0;
}

html,body{
	margin:0;
	padding:0;
}

body{
	background:#e1e1e1;
	background-image:url('../images/bg_main.gif');
	background-repeat: repeat;
	font-family: Georgia, serif, "Times New Roman", Times;
 	font-size: 10pt;
}

a{
	color:#0da1ff;
	font-size:10pt;
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}

a:active {
	text-decoration: none;
}  

form {
	margin-top: 0;
	margin-bottom: 0;
	padding:0;
}

p{
	margin: 0 0 1em 0;
	line-height:1.3em;
}

hr{
	color: white;
	background:white;
	height: 1px;
	border-top: solid 1px #ccc;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	width: 100%;
	text-align: left;
}

input,select{
	margin: 0;
}

h1, h2, h3, h4, h5 {
	font-family:Georgia, serif, "Times New Roman", Times;
	font-weight: bold;
	margin: 0 auto .5em auto;
	padding-top: 0;
}

.clear{
 clear:both;	
}


