/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	background-color:#CCCCCC;
	text-align: left;
}

/*links inside body*/
a{
	color: #999999;
	text-decoration: none;
	font-size: 11px;
	font-weight:bold;
	text-align:left;
}

a:link{
	color: #999999;
	text-decoration: none;
}


a:visited{
	color: #999999;
	text-decoration: none;
}

a:hover{
	color: #0033FF;
	text-decoration:none;
}
/*end of links inside body*/


/*menu links*/
a.menubar{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}

a.menubar:link{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;	
}


a.menubar:visited{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}

a.menubar:hover{
	color: #0033FF;
	text-decoration:none;
	font-weight: bold;
	font-size: 16px;
}
/*end of menu links*/

/*second level menulinks*/
a.menubar_next{
	color: #666666;
	text-decoration: none;
	font-weight:normal
	font-size: 14px;
}

a.menubar_next:link{
	color: #666666;
	text-decoration: none;
	font-weight:normal
	font-size: 14px;	
}

a.menubar_next:visited{
	color: #666666;
	text-decoration: none;
	font-weight:normal;
	font-size: 14px;
}

a.menubar_next:hover{
	color: #0033FF;
	text-decoration:none;
	font-weight:normal
	font-size: 14px;
}
/*second level menulinks*/

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	font-size: 18px;
	text-align:left
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	text-align:justify;
}

label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	font-size: 18px;
	text-align:left
}
