html{
	margin:0;
	overflow:auto;
	width:100%;
}

@charset "UTF-8";
/* CSS Document */

@font-face {font-family:Verdana, Arial, Helvetica, sans-serif;}

.font6 {font-size:6pt;}
.font7 {font-size:7pt;}
.font8 {font-size:8pt;}
.font9 {font-size:9pt;}
.font10 {font-size:10pt;}
.font11 {font-size:11pt;}
.font12 {font-size:12pt;}
.font13 {font-size:13pt;}
.font14 {font-size:14pt;}
.font15 {font-size:15pt;}
.font16 {font-size:16pt;}

/******* TITLES *******/
.title {
	font-size: 20px;
	color: #db6000;
	font-family:Georgia, Verdana, Arial, Helvetica, sans-serif;
}
.smTitle {
	font-size: 15px;
	font-weight: bold;
	color: #db6000;
	font-family:Georgia, Verdana, Arial, Helvetica, sans-serif;
}

/******* BAR LINKS *******/
.bar {
	font-size: 9px;
	font-weight: bold;
	padding-right:20px;
}
.bar:link {
	font-size: 9px;
	font-weight: bold;
	padding-right:20px;
}
.bar:hover {
	font-size: 9px;
	font-weight: bold;
	padding-right:20px;
}

/******* COPY RIGHT *******/
.copy {
	font-size: 9px;
	color: #ffffff;
	font-weight: bold;
}

/******* FOOTER *******/
.footer:link {
	font-size: 9px;
	color: #ffffff;
	font-weight: bold;
	text-decoration:none;
}
.footer:visited {
	font-size: 9px;
	color: #ffffff;
	font-weight: bold;
	text-decoration:none;
}
.footer:active {
	font-size: 9px;
	color: #ffffff;
	font-weight: bold;
	text-decoration:none;
}
.footer:hover {
	color: #db6000;
	text-decoration:underline;
}

/******* MISC SETTINGS *******/

/* Use instead of the <pre></pre> tags */
.lineSpacer8 {line-height: 8px;}
.lineSpacer10 {line-height: 10px;}
	
/* Link Underlines */
.plain {text-decoration:none;}
.underlined {text-decoration:underline;}

/*---------- DEFAULTS FOR HTML TAGS -----------*/
/* Leave @ the bottom so it can be overridden */

body {font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#42210B;}
td {font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#42210B;}
table {empty-cells: show;}

/*Link behavior*/
a:link {color:#db6000; text-decoration:none;}
a:visited {color:#db6000; text-decoration:none;}
a:active {color:#db6000; text-decoration:none;}
a:hover {color: #db6000; text-decoration:underline;}

/* Works for IE only */
/*html
{
	scrollbar-arrow-color : #f1edcf;
	scrollbar-face-color : #42210b;
	scrollbar-shadow-color : #42210b;
	scrollbar-track-color : #f1edcf;
}*/