a:link {
	color: #000099;
	text-decoration: none
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
	text-weight: bold
}
a:active {
	color: #CC0000;
	text-decoration: underline
}
a:visited{
	color: #666666;
}

p {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}
h1 {
	font-family: times new roman;
	font-size: 16px;
	font-weight: bold; 
	font-style: normal;	
	color: #CC0000}

h2 {
	font-family: arial;
	font-size: 18px;
	font-weight: bold; 
	font-style: italic;	
	color: #cc0000
}

ul { 
    font-family: Verdana; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal 
}
ol { 
	font-family: Verdana;
	 font-size: 11px;
	  font-style: normal; 
	  font-weight: normal 
}
td {
	 font-family: Verdana; 
	 font-size: 11px; 
	 font-style: normal; 
	 font-weight: normal 
}

.but {
	 font-family: verdana;
	 color: #990066;
	 background-color: #EEEE99;
	 font-size: 7pt;
	 text-decoration:
	 none; cursor: hand
}

#popitmenu{
position: absolute;
background-color: #658498;
border: 1px solid #072F5B;
font: normal 11px Verdana;
line-height: 18px;
z-index: 100;
visibility: hidden;
}

#popitmenu a{
text-decoration: none;
padding-left: 5px;
color: #d1e4f0;
display: block;
}

#popitmenu a:hover{ /*hover background color*/
background-color: #2f4b60;
}
