/* 
--- 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;
	}

H2	{
	font-size : 16pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : medium;
	color : black;
	}

H3	{
	font-size : 12pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : black;
	}
	
H4	{
	font-size : 12pt;
	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:hover {
	color: 347FA6; 
	text-decoration: underline;
	}

a	{
	color: MidnightBlue; 
	text-decoration: none;
	}

.b	{
	font-weight : bold;
	}

.i	{		
	font-style : italic;
	}
	
.mini {
	font-size : 8pt;
	font-weight : normal;
	}

.form {
	font-size : 11pt;
	font-weight : normal;
	}

.alert {
	color : red;
	}
	
.active {
	color : blue;
	}

.menu_topic {
	font-size : 9pt;
	font-weight : bold;
	color : SlateGray;
	}

.menu_item {
	font-size : 8pt;
	font-weight : normal;
	color : SlateBlue;
	}

.copyright {
	font-size : 8pt;
	font-weight : normal;
	color : SlateGray;
	}

.subset_selector {
	font-size : 8pt;
	font-weight : normal;
	}
	
.toprow {
	font-family : Arial, Helvetica, sans-serif;
        font-size : 9pt;
	font-weight : bold;
	color : white;
	background-color : #999999;
	}
	
.toprowsort {
	font-family : Arial, Helvetica, sans-serif;
        font-size : 9pt;
	font-weight : bold;
	color : white;
	background-color : #773EF1;
	text-decoration: underline;
	}
	
.altrow {
	font-size : 9pt;
	background-color : #C0C0C0;
	}

.source {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	}

/* 
--- place your site specific classes here 
*/

.adminText {
	font-size : 8pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : black;
	}
 

.adminAlphaMenu {
	font-size : 9pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : black;
	}
 
.copyRight {
	font-size : 8pt;
	font-weight : normal;
	color : 347FA6;
	}

.menuItemSelected {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color : 27458E;
	text-decoration : none;
	}

.menuItem {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color : 347FA6;
	text-decoration : none;
	}

.footerMenuItem {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : 347FA6;
	text-decoration : none;
	}
