/* 
--- 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 : 18px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : black;
	}

H2	{
	font-size : 16px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : medium;
	color : black;
	}

H3	{
	font-size : 14px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : black;
	}
	
H4	{
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : black;
	}

body {
	font-size : 14px;
	font-family : "Times New Roman", Times, serif;
	font-weight : normal;
	color : black;
	
	}

td	{
	font-size : 14px;
	font-family : "Times New Roman", Times, serif;
	font-weight : normal;
	color : black;
	}
	
p	{
	font-size : 14px;
	font-family : "Times New Roman", Times, serif;
	font-weight : normal;
	color : black;
	}
	
.Paragraph	{
	font-size : 14px;
	font-family : "Times New Roman", Times, serif;
	font-weight : normal;
	color : black;
	}
	
.Title	{
	font-size : 18px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : #1B586F;
	}
	
.Subtitle	{
	font-size : 15px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : #1B586F;
	}

.blueText	{
	font-size : 13px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : #1B586F;
	}

.blueTextB	{
	font-size : 13px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : BOLD;
	color : #1B586F;
	}
	
a:hover {
	color: CC0000; 
	text-decoration: underline;
	}

a	{
	color: MidnightBlue; 
	text-decoration: none;
	}

.b	{
	font-weight : bold;
	}

.i	{		
	font-style : italic;
	}
	
.mini {
	font-size : 8px;
	font-weight : normal;
	}

.alert {
	color : red;
	}

.menu_topic {
	font-size : 9px;
	font-weight : bold;
	color : SlateGray;
	}

.menu_item {
	font-size : 8px;
	font-weight : normal;
	color : SlateBlue;
	text-decoration: none;
	}

.menuItem {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	text-decoration : none;
	}

.toprow {
	font-size : 10px;
	font-weight : bold;
	color : white;
	background-color : #999999;
	}
	
.toprowsort {
	font-size : 10px;
	font-weight : bold;
	color : white;
	background-color : #773EF1;
	text-decoration: underline;
	}
	
.altrow {
	font-size : 10px;
	background-color : #FFFF99;
	}



	
/* 
--- place your site specific classes here 
*/

