/* CSS Document */

/*Mass Reset*/
* { 
	padding: 0; 
	margin: 0; 
	}
html { 
	padding: 0; 
	margin: 0; 
	}
body { 
	padding: 0; 
	margin: 0; 
	}
h1, h2, h3, h4, h5, h6, p { 
	margin: 0; 
	padding: 0; 
	}
pre, blockquote, form, label, ul, ol, li, dl, fieldset { 	
	margin: 0; padding: 0; 
	}
fieldset { 	
	padding: 10px; 
	}
	
/*General*/
body	{
	background-color:#6C1B1B;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:14px;
	line-height:22px;
	}
a:link {
	color:#BE6D31;
	text-decoration:underline;
	}
a:visited {
	color:#BE6D31;
	text-decoration:underline;
	}
a:hover {
	color:#BE6D31;
	text-decoration:none;
	}
a:active {
	color:#BE6D31;
	text-decoration:none;
	}
#frame {
	width:800px;
	border:4px solid #BE6D31;
	padding:20px;
	width:800px;
	margin:0 auto;
	background-color:#FFFFFF;
	}
h1 {
	font-family:Georgia, Times New Roman, Times, serif; 
	font-size:16px;
	line-height:24px;
	padding-bottom:14px;
	color:#BE6D31; 
	font-weight:bold;
	}
h2 {
	font-family:Georgia, Times New Roman, Times, serif; 
	color:#BE6D31;
	font-size:12px;
	line-height:16px;
	padding-bottom:14px;
	font-weight:normal;
	}
h3 {
	font-family:Georgia, Times New Roman, Times, serif; 
	color:#BE6D31;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	padding-bottom:10px;
	}
p {
	padding-bottom:16px;
	}
p.caption {
	padding-bottom:16px;
	line-height:16px;
	font-size:11px; 
	color:#BE6D31; 
	font-family:Georgia, 'Times New Roman', Times, serif; 
	font-style:italic;
	}
p.home {
	text-align:center;
	border-top:2px solid #8D8D8D;
	clear:both;
	margin-top:16px;
	}
strong {
	color:#6C1B1B;
	}
ul {
	padding-bottom:16px;
	line-height:16px;
	font-size:11px; 
	color:#BE6D31; 
	font-family:Georgia, 'Times New Roman', Times, serif;
	list-style-type:none;
	}