h1 
{  font-family: Arial, Helvetica, sans-serif; 
   font-size: 24px; font-style: normal; 
   line-height: normal; 
   color: #000000;
}

h2 
{  font-family: Arial, Helvetica, sans-serif; 
   font-size: 14px; font-style: normal; 
   line-height: normal; 
   color: #000000;
}

.dotted
{
	border: 1px dotted "#BFE0F4";
}

td 
{  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
   font-size: x-small; font-style: normal; 
   line-height: normal; 
   color: #595959;
}

ul 
{  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
   font-size: x-small; font-style: normal; 
   line-height: normal;
   color: #595959; list-style-image:url('pics/bullet.gif')
}


#upper 
{  font-family: Arial, Helvetica, sans-serif; 
   font-size: 11px; font-weight: bold;
   line-height: normal; 
   color: #FFFFFF;
}

#menu
{  font-family: Arial, Helvetica, sans-serif; 
   font-size: 14px; font-weight: bold;
   line-height: normal; 
   color: #FFFFFF;
}

#menu2
{  font-family: Arial, Helvetica, sans-serif; 
   font-size: 12px; font-weight: bold;
   line-height: normal; 
   color: #FFFFFF;
}


#white
{
   color: #FFFFFF;
}

.small
{  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
   font-size: 11px; font-style: normal; 
   line-height: normal; 
   color: #595959;
}

#blue {
   color: #0B75E1;
}

p 
{  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
   font-size: x-small; font-style: normal; 
   line-height: normal; 
   color: #595959;
}

INPUT, SELECT, TEXTAREA
{  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
   font-size: 10px; font-style: normal; 
   line-height: normal; 
   color: #3F4A5C;
}

A:VISITED {
    color : #207EB4;
	text-decoration : none;
}

A:HOVER {
	text-decoration : underline;
	color : #1790D6;
}

A:ACTIVE {
	text-decoration : none;
	color : #1790D6;
}

A:LINK {
	text-decoration : none;
	color : #1790D6;
}


