a:link
{
	color: rgb(200,200,200);
	text-decoration: none;
}
a:visited
{
	color: rgb(200,200,200); 
	text-decoration: none;
} 

a:active 
{
	color: rgb(200,200,200);
	text-decoration: none;
}

a:hover
{
	color: rgb(50,50,50); 
	text-decoration: none;
} 

body
{
	font-family: Arial, Bookman Old Style;
	font-size: 9 pt;
   background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	height: 100%;
	margin:0;
	scrollbar-face-color: #999999; 
	scrollbar-arrow-color: #141414; 
	scrollbar-track-color: #444444; 
	scrollbar-shadow-color: #444444; 
	scrollbar-highlight-color: #444444; 
	scrollbar-3dlight-color: #141414; 
	scrollbar-darkshadow-Color: #444444; 
}

table
{
	table-border-color-light: rgb(102,153,255);
	table-border-color-dark: rgb(0,0,102); 
	font-family: Arial, Bookman Old Style;
	font-size: 10 pt
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Bookman Old Style, Times New Roman, Times;
}

h1
{
	font-size: 20 pt;
	/*border-top-style: solid;*/
   /*border-bottom-style: solid;*/
   /*border-left-style: solid;*/
   /*border-right-style: solid;*/
   border-right-color: rgb(0,0,0);
   border-left-color: rgb(0,0,0);
   border-top-color: rgb(0,0,0);
   border-bottom-color: rgb(0,0,0);
	color: rgb(0,0,0);
	/*background-color: rgb(250,250,200);*/
	text-align: left;
	margin-left:240;
	margin-right:10;
	margin-top:-20;
}

h2
{
	font-size: 14 pt;
	/*border-top-style: solid;*/
   /*border-bottom-style: solid;*/
   /*border-left-style: solid;*/
   /*border-right-style: solid;*/
   border-right-color: rgb(0,0,0);
   border-left-color: rgb(0,0,0);
   border-top-color: rgb(0,0,0);
   border-bottom-color: rgb(0,0,0);
	color: rgb(0,0,0);
	/*background-color: rgb(250,250,200);*/
	text-align: left;
	margin-left:240;
	margin-right:10;
	margin-top:-20;
}

h3
{
	font-size: 9 pt;
	font-weight: bold;
	color: rgb(0,0,0);
	margin-left: 240;
	margin-right: 20;
	margin-bottom: -18px
}

h4
{
	color: rgb(51,0,204);
}
h5           { font-size: 10 pt; color: #000000; 
               line-height: 70%; font-weight: bold; margin-top: 0; 
               margin-bottom: 8 }
h6           { font-size: 8 pt; line-height: 0%; margin-left: 10; 
               margin-right: 0; margin-top: 10; font-color: #000000;}
p
{
	margin-left: 240;
	font-size: 9 pt;
	margin-right: 20;
	margin-bottom: 10;
}

li
{
	margin-left: 200;
	font-size: 9 pt;
	margin-right: 20;
}

.mainmenu{
	font-family: Arial;
	color=rgb(255,255,255);
	font-size: 10 pt;
	/*background-image: url("MenuBack.jpg");*/
}

.mainmenu_active{
	font-family: Arial;
	color=rgb(0,255,0);
	font-size: 10 pt;
	font-weight: bold;
}

.mainmenu_over{
	font-family: Arial;
	color=rgb(255,0,0);
	font-size: 10 pt;
	font-weight: bold;
}

.submenu{
	font-family: Arial;
	color=rgb(214,214,214);
	font-size: 10 pt;
	/*font-weight: bold;*/
	/*line-height: 15 pt;*/
	/*margin-left: 15 pt;*/
}

.submenu_active{
	font-family: Arial;
	color=rgb(0,230,0);
	font-size: 10 pt;
	/*font-weight: bold;*/
	/*line-height: 9 pt;*/
	/*margin-left: 15 pt;*/
}

.submenu_over{
	font-family: Arial;
	color=rgb(255,0,0);
	font-size: 10 pt;
	/*font-weight: bold;*/
	/*line-height: 9 pt;*/
	/*margin-left: 15 pt;*/
}
