/* 
--- you must keep this file in the skin folder!
--- modify these base attributes to change the site
--- add you own classes to the end of the file
*/

H1	{
	font-size : 16pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : black;
	}

.H1	{
	font-size : 16pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : black;
	}
	
H2	{
	font-size : 15pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : black;
	}

.H2	{
	font-size : 15pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : black;
	}

H3	{
	font-size : 13pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : black;
	}

.H3	{
	font-size : 13pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : black;
	}
		
H4	{
	font-size : 11pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : black;
	}

.H4	{
	font-size : 11pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : black;
	}

body {
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : black;
	
	}

td	{
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : black;
	}
	
p	{
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : black;
	}

.p	{
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : black;
	}
	
a	{
	color: 009900; 
	text-decoration: none;
	}
	
a:hover {
	color: 33CC33; 
	text-decoration: underline;
	}

.b	{
	font-weight : bold;
	}

.i	{		
	font-style : italic;
	}
	
.mini {
	font-size : 8pt;
	font-weight : normal;
	}

.form {
	font-size : 11pt;
	font-weight : normal;
	}

.subset_selector {
	font-size : 8pt;
	font-weight : normal;
	}
	
.alert {
	color : red;
	}
	
.active {
	color : blue;
	}

.menu_topic {
	font-size : 9pt;
	font-weight : normal;
	color : Black;
	}

.menu_item {
	font-size : 8pt;
	font-weight : normal;
	color : 009900;
	}

.copyright {
	font-size : 8pt;
	font-weight : normal;
	color : white;
	}

.toprow {
	font-size : 10pt;
	font-weight : bold;
	color : white;
	background-color : 666666;
	}
	
.toprowsort {
	font-size : 10pt;
	font-weight : bold;
	color : white;
	background-color : 666666;
	text-decoration: underline;
	}

.altrow {
	background-color : Gainsboro;
	}
	
.source {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	}

/* 
--- place your site specific classes here 
*/

