/* CSS Reset */
html{
	color: #381002;
}

	
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, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	line-height: 1.4;
	font-family: inherit;
	font-family:"Trebuchet MS";
	font-size: 14px;
	text-align: left;
	/*vertical-align: baseline;*/
	color:#381002;
}

body{
	background-image:url(../images/skin1/bkgBody.png);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#280702;
	margin:0px 0px;
	padding:0px;
	text-align:center;
}

a img, :link img, :visited img {
	border: 0;
}
		
table {
	border-collapse: collapse;
	border-spacing: 0;
}
		
ol, ul {
	list-style: none;
}
		
q:before, q:after,blockquote:before, blockquote:after {
	content: "";
}

strong{
	font-weight:bold;
	font-size:100%;
}

a{
	font-size:100%;
	text-decoration: underline;
	color:#381002;
	color:#a00;
}		

a:hover{
	text-decoration:none;
}

h1, h2, h3{
	font-family:verdana;
	font-size:140%;
	color:#381002;
}
h1{
	margin-bottom:20px;
}
p{
	font-size:100%;
	margin-bottom:15px;
	text-align:justify;
}
li{
	font-size:90%;
}
hr.clear{
	clear:both;
	visibility:hidden;
}
div.clear{
	clear:both;
}
hr.gap{
	clear:both;
	color: #fceece;
	background-color: #fceece;
	height:1px;
	border:0px;
	margin-top:20px;
	margin-bottom:20px;
}