@import url(./main8.css);
/*@import url(./style.css);*/

a:link, a:visited {
	color: Blue;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	margin: 0px;
/*	font-family: "Franklin Gothic Medium", Arial, Helvetica, sans-serif;*/
/*	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;*/
	background-color: #dbdbdb;
	font-size:11px; 
	font-family: tahoma, arial;
}

p {
	margin-top: 0px;
	margin-bottom: 12px;
}

form, input, select, textarea, form div, form p {

}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
}

h1 {

}

h2 {
	margin-top: 16px;
}

h3 {

}

h4 {

}

h5 {

}

h6 {
	margin-bottom: 6px;
}

h1 { 
	font-family: arial, tahoma, times new roman; 
	color:#ca7218;
	font-size:30px;
	font-weight:normal;
	line-height:1.11em;
	/* padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;  */
}
h2 { 
	color:##a23b33;
	font-size:1.01em; 
	text-transform:uppercase;
	/* padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px; */
} 
h3 { 
	color:#ca7218;
	font-size:1.01em; 
	text-transform:uppercase;
	/* padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px; */
} 
body  {
	color:#464646;
}
a {
	color:#A23B33;
	text-decoration:underline;
}
a:hover {
	color:#A23B33;
	text-decoration:none
}

hr {
    border: 0;
    border-top: 1px solid Black;
    height: 1px;
}

img {

}

ul {
	list-style-position: inside;
	list-style-type: square;
	margin-left: 8px;
	margin-top: 8px;
	padding-left: 8px;
}