body  {
	color : #000000;
	font-size : 11px;
	font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
	}

td  {
	/* color : black; */
	font-size : 11px;
	font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
}
p  {
	/* color : black; */
	font-size : 11px;
	font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
	padding-left : 3px;
	padding-right : 3px;
}
a {
	color: #003366;
	text-decoration : none;
}
a:hover {
	color: #CC0000;
	text-decoration : underline;
}

.up {
	text-transform : uppercase;
}

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

.sm { font-size: 9 px; }
.md { font-size: 10 px; }
.big { font-size: 11 px; }

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: 1em; 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;
}

