P, SPAN, DIV, LI, TD
{
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}

A
{
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1fb0ff;
	font-weight: bold;
	text-decoration: none;
}

A:hover
{
	color: silver;
}

H1
{
	font-family: Algerian;
	font-size: 30px;
	color: #81D0F4;
	font-weight: normal;
}

H2 {
	font-family: arial, Helvetica, sans-serif;
	font-size : 20px;
	font-weight : bold;
}

H3 {
	font-family: arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
}
H4 {
	font-family: arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
}
H5 {
	font-family: arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
}

H6 {
	font-family: arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}

.HTML4
{
	border-top: 1px solid #323232;
	background-color: #B9E6FA;
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
	padding-bottom: 3px;
}

.menuItem
{
	background-color: #C9C9C9;

	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;

}

.menuItem A
{	
	border-top: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
	border-bottom: 1px solid #8E8E8E;
	border-right: 1px solid #8E8E8E;
	padding-left:10px;
	padding-right: 10px;
	padding-top:4px;
	padding-bottom: 3px;	
	color: Black;
	font-weight: bold;
	text-decoration: none;
	display:block;
}

.menuItem A:hover
{
	background-color: #DCDCDC;
	border-top: 1px solid #8E8E8E;
	border-left: 1px solid #8E8E8E;
	border-bottom: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;	
	color: Black;
}

.submenuItem A
{

	padding-left:10px;
	padding-right: 10px;
	padding-top:4px;
	padding-bottom: 3px;	
	color: Black;
	font-weight: bold;
	text-decoration: none;
	display:block;	
	background-color: #DCDCDC;	
}
.menuItemSel
{
	background-color: #DCDCDC;
	border-top: 1px solid #8E8E8E;
	border-left: 1px solid #8E8E8E;
	border-bottom: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;	
}

.menuItemSel A, .menuItemSel A:hover
{

	padding-left:10px;
	padding-right: 10px;
	padding-top:4px;
	padding-bottom: 3px;	
	color: Black;
	font-weight: bold;
	text-decoration: none;
	display:block;
}

