@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, ol, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family:"Century Gothic";
	text-align: left;
	
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td{
	border: none;
	line-height:1.6em;
}
ol, ul {
	list-style: none;
}
a{
	text-decoration:none;
	border:none;
	color:inherit;
	font-weight:inherit;
}
/*--- h1, h2, h3, h4, h5, h6---*/
h1, h2, h3, h4, h5, h6{
	font-weight:bold;
}
h1 {
	font-size: 2.2em;
	margin-bottom: 10px;
	color: #e97860;
}
h2 {
	font-size: 18px;
	color:#05abe3;
}
h3 {
	font-size: 1.5em;
	margin-bottom:8px;
	color: #bc8f43;
}
h4 {
	font-size: 1.2em;
	margin-bottom:6px;
	color: #bc8f43;
}
h5 {
	font-size: 1.3em;
	margin-bottom:5px;
	color: #a4a4a4;
}
h6 {
	font-size: 0.8em;
	margin-bottom:5px;
	color: #a4a4a4;
}
p {
    color: #FFFFFF;
    font-size: 0.8em;
    line-height: 1.4em;
    margin-bottom: 20px;
    padding-right: 10px;
}
p img {
	padding-top:2px;
	padding-right:20px;
	}
hr {
	margin:15px 0px;
	height:5px;
	border:none;
}
td{
    font-size: 0.8em;
    color:#ffffff;
    padding:5px !important;
}
input,textarea{
    color:#6A6B6B !important;
    padding:5px !important;
    width:200px;
    resize: none;
}