body, select, input, td, p, ul, li, div  {
	font-family: Arial, Helvetica, serif;
	color : #000000;
	font-size : 12px;
}

a, a:link, a:visited  {
	text-decoration: none;
	color: #990000;
}

a:hover, a:active  {
	text-decoration: underline;
	color: #cc0000;
}

a.navw, a.navw:link, a.navw:visited  {
	text-decoration: none;
	color: #ffffff;
}

a.navw:hover, a.navw:active  {
	text-decoration: underline;
	color: #ffffff;
}

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

I, EM {
	font-family: Times New Roman, serif;
}
a.zr, a.zr:link, a.zr:visited {color: #000000;}
a.zr:hover, a.zr:active {color: #222200;} 

/* table cells decoration */
.tab { border-top: 1px solid #316279; border-bottom: 1px solid #316279; }
.trsol { border-top: 1px solid #316279; border-right: 1px solid #316279; }
.tsol { border-top: 1px solid #316279; }
.rsol { border-right: 1px solid #316279; }
.trdot { border-top: 1px dotted #e0e0e0; border-right: 1px solid #e0e0e0; }
.tdot { border-top: 1px dotted #e0e0e0; }

.sm { font-size: 0.8em; }
.md { font-size: 0.9em; }
.big { font-size: 1.1em; }

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;
}

