body, select, input, td, p, ul, li, div  {
	font-family: Verdana, Tahoma, Arial, serif;
	color : #111111;
	font-size : 11px;
}

a	{ 	
	text-decoration : none;
	color: #194775; 
	}
a:hover 	{ 
	text-decoration : underline;
	 }

.pathnav {
	font-family: Tahoma, Verdana, Arial, serif;
	font-size : 12px;
	font-weight: bold;
	color : #194775;
}

.pathnav:hover, .pathnav:link {
	text-decoration : underline;
}
	
textarea {
	font-family: Courier New, monospace;
	font-size: 11px;
}

I, EM {
	font-family: Times New Roman, serif;
}

.t_sm  { font-family: Verdana; font-size: 10px; }

h1, .h1 { margin: 0em 0% 0em 0%; font-family: Arial; font-size: 17px; font-weight: bold; color : #194775}
h2, .h2 { margin: 0em 0% 0em 0%; font-family: Tahoma; font-size: 14px; font-weight: bold; color : #194775}
h3, .h3 { margin: 0em 0% 0em 0%; font-family: Tahoma; font-size: 12px; font-weight: bold; color : #194775}

.b1 {
	border: 1px solid #666666;
}
.bt {
	border-top : 1px solid #cccccc;
}
.bb {
	border-bottom : 1px solid #cccccc;
}
.bl {
	border-left : 1px solid #cccccc;
}
.br {
	border-right : 1px solid #cccccc;
}
.fw { width: 100%; }


/* needed part */
.usermenu {
	font-family : Arial, Geneva, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	color : #333333;
}
a.usermenu:link {
	color : #336699;
	font-size : 10px;
	text-decoration : none;
}
a.usermenu:hover {
	color : #ff6600;
	font-size : 10px;
	/* text-decoration : underline; */
}

