* html .HtmlRightMargin
{
	margin-right: 1px; 
}

* html .HtmlWidth
{
	width: 100%;
}
/* TAGS */
a:link { 
	color: #800000;
	background-color: transparent;
}
a:visited {
	color: #800000;
	font-weight: normal;
	background-color: transparent;
}
a:hover {
	color: red;
	background-color: transparent;
}

a.subhead	{
}

a.secondary {
	padding-right:5px;
}
a.secondary:link { 
	color : #BE5D00;
	background-color : transparent;
	text-decoration:none;
}
a.secondary:visited {
	color : #BE5D00;
	font-weight : normal;
	background-color : transparent;
	text-decoration:none;
}
a.secondary:hover {
	color : #BE5D00;
	background-color : transparent;
	text-decoration:underline;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	margin-top:0px;
	margin-right:0px;
	margin-left:0px;
}


p {
	font-size: 10pt;
	margin: 5px 0px;
}

p.leading {
	font-size: 10pt;
	margin: 0px 17px 10px 10px;
	line-height: 1.4;
}

td {
	font-size: 10pt;
}

ul {
	margin-top:2px;
	font-size: 10pt;
}

li {
	font-size: 10pt;
}

h1 {
	font-size: 12pt;
	color: #881100;
	font-weight:bold;
	margin: 1px;
}

/*#########*/
/* CLASSES */
/*#########*/

.main_body {
	padding: 16px 5px;
}

/* Headers */
.hDarkOrange {
	color: #CC6600;
	background-color: #FFCC66;
	font-weight:bold;
	font-size: 10pt;
	padding: 2px 4px;
}

.hDarkGreen {
	background-color:#BBCC99;
	color: #336611;
	font-weight:bold;
	font-size: 10pt;
	padding: 2px 4px;
}

.hDarkBlue {
	color: #003399;
	background-color: #88BBEE;
	font-weight:bold;
	font-size: 10pt;
	padding: 2px 4px;
}

.hDarkRed {
	color: #881100;
	background-color: #EE8566;
	font-weight:bold;
	font-size: 10pt;
	padding: 2px 4px;
}

.subHeader1 {
	font-size: 12pt;
	color: #881100;
	font-weight:bold;
	margin: 1px;
}
.subHeader2 {
	font-size: 10pt;
	background-color:#BBCC99;
	color: #336611;
	font-weight:bold;
	margin: 1px;
}
.subHeader3 {
	font-size: 10pt;
	color: ;
	font-weight:bold;
}

.smallBlueH {
	color:white;
	font-weight:bold;
	font-size: 10pt;
	background-color: #000099;
	margin-bottom: 2px;
	padding:2px;
}

.smallOrangeH {
	color: white;
	background-color: #CC6600;
	font-size: 10pt;
	font-weight:bold;
	padding: 2px;
}

.smallOrangeFont {
	color: #CC6600;
	font-size: 8pt;
	font-weight:bold;
}

/* Table Outlines */
.form  {
	background-color:white;
	border-color : #660000;
	padding : 1px 3px;
	border: 1px solid #660000;
	margin:  3px;

}
.tableoutline  {
	background-color:#EEDDAA;
	border-color : #660000;
	padding : 1px 3px;
	border: 2px solid #660000;
	margin:  5px 0px;

}

.tOutlineBlue  {
	font-size: 10pt;
	background-image: url("../images/bluefade.gif");
	border-color : #660000;
	padding : 1px 3px;
	border: 1px solid #660000;
	margin:  5px 0px;

}



/* Table Body */
.subBody {
	background-color: #FFFEDD;
}


.row1 {
	background-color: #FFEEBB;
}

.row2 {
	background-color: #DDDDDD;
}


/* Misc. */

.lineDarkOrange	{
	margin: 2px 5px;
	border: thin solid #CC6600;
}

.body10pt {
	font-size: 10pt;
}

.body9pt {
	font-size: 9pt;
}

.body8pt {
	font-size: 8pt;
}


.smallText {
	font-size: 10px;
	font-family : Arial, Helvetica, Helv, Sans Serif;
}

.copyright {
	font-size: 8pt;
	color: gray;
}