﻿html {
	margin: 0px;
	width: auto;
}
body {
	margin: 0px 20px 10px 20px;
	background-image: url(images/main_bg.gif);
	background-repeat: repeat-x;
	background-color: #efebe2;
	
	font-family: Tahoma;
	font-size: 12px;
	width: auto;
}
p {
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size:13px;
}
a {
	color:#3e6aac;
	text-decoration: none;
}
a:hover {
	color:#bc0305;
	text-decoration: none;
}
font {
	font-family: Tahoma;
	font-size: 12px;
}
p {
	font-family: Tahoma;
	font-size: 12px;
}