body
{

font-family: Arial, Verdana, sans-serif;
font-size:14pt;
font-color: 006600;
font-weight: normal;
background: Black;
scrollbar-face-color: #c0c0c0;
scrollbar-base-color: 6666cc;;
}

h1, h2, h3, h4, h5, h6
{}

h1
{
font-size: 24px;
font-weight: bolder; 
}

h2
{
font-size:  18px;
font-color: 002200;
font-style: italic;
font-weight: bolder;
line-height: 1.5;
}

h3
{
font-size:  14px;
font-style: italic;
font-weight: bold;
}


p
{
font-family: verdana,arial helvetica, sans-serif;
color: 000099;
font-size:  11px;
font-weight: 400;
margin-left: 2.5%;
word-spacing: 2.5;
line-height: 18px;
text-align: left;
}

blockquote
{
font-family: verdana,arial helvetica, sans-serif;
color: "#002200";
font-size:  12px;
font-weight: 500;
word-spacing: 2;
line-height: 16px;
}

/*-------------------------------------------------------------------------
 standard links
-------------------------------------------------------------------------*/
A, A:Visited, A:link {
		color: Blue;
		font-weight: normal;
		font-family: "Times New Roman", Times, serif;
		font-size : medium;
		text-decoration : underline;
}
A:hover {
		color: Yellow;
		font-weight: bold;
		font-family: "Times New Roman", Times, serif;
		font-size : medium;
		text-decoration : underline;
		font-style : italic;
}
A:active {
		color: Yellow;
		font-weight: bold;
		font-family: "Times New Roman", Times, serif;
		font-size : medium;
		text-decoration : underline;
}
.ASidebar, .ASidebar:Visited, .ASidebar:link ,.ASidebar:active {
		color: #333333;		
		font-weight: bold;
		font-family: "Times New Roman", Times, serif;
		font-size : medium;
		text-decoration : none;
}
.ASidebar:hover {
		color: Black;
		font-weight: normal;
		font-family: "Times New Roman", Times, serif;
		font-size : medium;
		text-decoration : none;
		font-style : italic;
}

/*-------------------------------------------------------------------------
Tables
-------------------------------------------------------------------------*/
th

{
		font-family: Arial, Helvetiva, sans serif;
		color: white;
		background: 6666cc;
		font-size:  14px;
		font-weight: 600;
		
		
	}
	
	
td
	
	{
			font-family: Arial, Helvetiva, sans serif;
			color: black;
			
			font-size:  12px;
			font-weight: normal;
			
			
	}
/*-------------------------------------------------------------------------
 classes
-------------------------------------------------------------------------*/

.TextGreenMed {
	color: #336600;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size : medium;
}
.TextBodyMed {
	color: #2E2E2E;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size : 14px;
	padding-left : 6px;
	padding-right : 6px;
	padding-bottom : 6px;
	padding-top : 6px;
}
.TextBodyMed2 {
	color: #2E2E2E;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size : 12px;
	padding-left : 6px;
	padding-right : 6px;
	padding-bottom : 6px;
	padding-top : 6px;
}
.TextRedMed {
	color: red;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size : medium;
}
.TextMed {
	color: black;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size : medium;
}
.TextLg {
	color: black;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size : large;
}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

