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


h1 {
	color:#666600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size: 16px;
	font-style: normal;
	line-height: 130%;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	}
	
h2 {
	color:#3F0A00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size: 15px;
	font-style: normal;
	line-height: 130%;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	margin-bottom: -6px;
	}
	
h3 {
	color:#3F0A00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size: 14px;
	font-style: normal;
	line-height: 130%;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	}	
	
p, li, td, .articles	{
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size: 12px;
	font-style: normal;
	line-height: 145%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	}
	
.highlight {
	color:#666600;
	font-weight: bold;
	}

.uppercase {text-transform:uppercase}
.lowercase {text-transform:lowercase}
.capitalize {text-transform:capitalize}


a {
	color: #3F0A00;
	text-decoration: underline;
	}

ul	{
	list-style-position:outside;
	list-style-type:square;
	padding-top:-10px;
	}
	
li {
	line-height: 165%;
	}
	
ul.circle {list-style-type:circle}
ul.square {list-style-type:square}
ol.upper-roman {list-style-type:upper-roman}
ol.lower-alpha {list-style-type:lower-alpha}	
	
.caption {
	color:#3F0A00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size: 9px;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: right;
}

