@charset "utf-8";


a:link {
	text-decoration: none; 
}
a:visited {
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.header {
	background: #FFFFFF;
	color: #CE7019;
	font-size:10px;
	margin-left: 4px;
}
.header1 {
	background: #CE7019;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 200%;
	text-indent: 8px;
}
.header2 {
	background: #FFFFFF;
	font: Arial;
	font-size:20px;
	color: #CE7019;
	margin-left: 8px;
}

.header3 {
	background: #FFFFFF;
	font: Arial;
	color: #999;
	font-size:10px;
}

.header4 {
	background: #FFFFFF;
	font: Arial;
	color: #000000;
	font-size:10px;
	margin-left: 8px;
}

.content {
	background: #CE7019;
	color: #FFFFFF;
	padding: 10px 0;
	font-size: 12px;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	background: #FFFFFF;
}


body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	color: #000;
}


ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}
a img {
	border: none;
}

table { 

background-color:#FFFFFF;
}
td { 
color:#000000;
}
td div {
font-size: 10px;
color:#000000; 
padding:1px; 
height:400px; 
overflow:auto; 
}