body, select, input, td, p, ul, li, div  {
	font-family: verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;

}

a, a:link, a:active, a:visited  {
	text-decoration: underline;
	color: Black;
}
a:hover  {
	text-decoration: none;
	color: #003366;
}

a.nav, a.nav:link, a.nav:active, a.nav:visited  {
	font-family : verdana,Arial,Helvetica,sans-serif;
	text-decoration: none;
	font-size: 11px;
	color: #003366;
}
a.nav:hover  {
	font-family : verdana,Arial,Helvetica,sans-serif;
	text-decoration: underline;
	font-size: 11px;
	color: Black;
}

textarea {
	font-family: Courier New, monospace;
	font-size: 14px;
}

.head {
        font-size : 14px;
        font-family : Arial,Helvetica,sans-serif;
}

I, EM {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}

.sm { font-size: 0.8em; }
.md { font-size: 11px; }
.big { font-size: 1.3em; }

h1, .h1 { margin: 0em 0% 0em 0%; font-family: Arial; font-size: 2em; font-weight: bold; }
h2, .h2 { margin: 0em 0% 0em 0%; font-family: Arial; font-size: 1.5em; font-weight: bold; }
h3, .h3 { margin: 0em 0% 0em 0%; font-family: Arial; font-size: 14px; font-weight: bold; }

/* needed part */
.usermenu {
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	/*font-weight : bold;*/
	color : #000000;
}
a.usermenu:link {
	color : #000066;
	font-size : 10px;
	text-decoration : none;
}
a.usermenu:hover {
	color : #0000CC;
	font-size : 10px;
	text-decoration : underline;
}


