@charset "UTF-8";
<!--* {margin:0;padding:0;}-->



html {
	
	overflow:auto;
	}

html, body {
height: 100%;
/*background-color:#DFD2B5;*/

}

/*@font-face {
font-family: TrajanPro-Regular;
src: url('TrajanPro-Regular.eot');
src: local("TrajanPro-Regular"), url("TrajanPro-Regular.ttf") format("truetype");


}*/

@font-face {
	font-family: TrajanPro-Regular;
	src: local("TrajanPro-Regular"), url("TrajanPro-Regular.ttf")  format("truetype"),
	url('TrajanPro-Regular.otf')   format('opentype'),
	url("TrajanPro-Regular.eot#") format("eot"),
	url("TrajanPro-Regular.woff") format("woff"),
	url("TrajanPro-Regular.svg#svgFontName") format("svg");
}




body:before {
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;
}

body {
	margin:0;
	background-color:#F8F0DF;
	height:100%;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	
	}



table
{
border-collapse:collapse;
}

p {
	
	font-size:10px;
	color:#666;
	margin-top:8px;
	text-align:justify;
	/*line-height:1.7em;*/
	
	
	}
	
h1 {
	font-size:12px;
	color:#6A0D2D;
	text-transform:uppercase;
	line-height:3em}
	
h2 {
	font-size:13px;
	color:#666;
	}
	
h3 {
	color:#fff;
	}
	
img {border:none}

a {
	
	color:#6A0D2D;
	text-decoration:none}
	
a:hover {
	
	color:#666}
	
.colorbody {
	background-color:#fff;
	border: #6d102f;
	overflow:hidden;
	height:100%;
	width:100%;
	float: right;
	}
	
#linehr {
	
	/*width:600px;*/
	height:2px;
	border-bottom: #fff 1px solid;}