body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p	
{	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10pt;
	}
.text-TOC1 {
font-size: 10pt; 
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
}

.text-TOC2 {
font-size: 10pt;
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
}

.text-filenumber {
font-size: 8pt; 
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.text-caption {
font-size: 8pt; 
font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 
{	font-family: Georgia, "Times New Roman", Times, serif ;
	color: #cc0000;
	font-size: 14pt;
	
}

h2
{	font-family: Georgia, "Times New Roman", Times, serif ;
	color: #cc0000;
	font-size: 12pt;
}

h3
{	font-family: Georgia, "Times New Roman", Times, serif ;
	color: #cc0000;
	font-size: 10pt;
}

h4
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}				

h5
{	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

h6
{	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-size: 8pt;
}

li
{   font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#TOC a:link, #TOC a:visited
{   color: #ffffff
}

#header
{	margin: auto;
	padding: 10px 0px;
	width: 955px;
	background-color: white
}
#bar
{	margin: auto;
	position: relative; top: 0px; left: 0; right: 0; bottom: 0; z-index: 1;
	width: 955px;
	background-color: red;
	padding: 5px;
	}
#main
{	margin: auto;
	position: absolute; top: 175px; left: 10; right: 0; bottom: 0; z-index: 1;
	width: 984px;
	background-color: silver
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#sidebar{
	position: relative; top: 50px; left: 0px; right: 0; bottom: 0; z-index: 1;
	width: 200px;
	padding: 0px;
	background-color: #ccffcc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#leftcontent
{  	position: absolute; top: 50px; left: 205px; right: 0; bottom: 0; z-index: 1;
	float: right;
	width: 332px;
	margin: 0 0 0 10px;
	padding: 5 5 5 5;
	background-color: green;
}

#rightcontent
{  	position: absolute; top: 50px; left: 580px; right: 0; bottom: 0; z-index: 1;
	float: right;
	width: 365px;
	margin: 0 0 0 10px;
	padding: 5 5 5 5;
	background-color: #ffffcc;
}

