html,body {
	height: 100%;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	background-repeat: repeat-x;
	background-color: #393134;
}

a {
	color: #333333;
	text-decoration: none;
}
/*a:visited {
	color: #000000;
}*/
a:hover {
	color: #f78f1e;
	text-decoration: none;
}
/*a:active {
	color:#000000;
}*/

b {



}


h1 {
	font-size:22px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	text-transform: uppercase;
	line-height: 36px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-family: "Century Gothic", Verdana, Arial;
}

h2 {
	font-size:18px;
	font-weight: bold;
	color: #333333;
	margin: 0;
	padding: 0px;
	font-family: "Century Gothic", Verdana, Arial;
}

h3 {
	font-size:16px;
	font-weight: bold;
	margin: 0;
	color: #333;
	padding-bottom: 7px;
	text-transform: uppercase;
	font-family: "Century Gothic", Verdana, Arial;
/*	text-transform: lowercase;*/
}

h4 {
	font-weight: normal;
	color: #333333;
	font-size: 14px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	text-transform: uppercase;
	font-family: "Century Gothic", Verdana, Arial;
}

h5 {
	font-weight: bold;
	font-size: 12px;
	color: #333333;
	text-indent: 12px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 1px;
	font-family: "Century Gothic", Verdana, Arial;
}

h6{
	font-family: "Century Gothic", Verdana, Arial;


}

p {
	margin:0px;
	padding-right: 1px;
	padding-left: 1px;
	padding-top: 2px;
	padding-bottom: 3px;
	/*color: #666666;*/
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

img a {
border:none;
}

input {
	color: #393134;
	border: 1px solid #666;
	font-size: 12px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding: 1px;
}

input.button {
	color: #393134;
	font-weight: bold;
	background-color: #FFF;
	font-size: 11px;
	border: 1px solid #666;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
}

select {
	color: #333333;
	margin: 2px;
	padding: 1px;
	border: 1px solid #333333;
	font-size: 11px;
	font-weight: normal;
}

hr {
	height: 1px;
	width: 95%;
	padding: 0px;
	color:#CCCCCC;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
