/* LINKS */

a.search:link{
	color: #FFFFFF;
	font-family: arial,helvetica,sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
a.search:visited{
	color: #FFFFFF;
	font-family: arial,helvetica,sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
a.search:hover{
	color: #FFFFFF;
	font-family: arial,helvetica,sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
}
a.search:active{
	color: #FFFFFF;
	font-family: arial,helvetica,sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

a.normal:link{
	color: #000000;
	font-family: arial,helvetica,sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
a.normal:visited{
	color: #000000;
	font-family: arial,helvetica,sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
a.normal:hover{
	color: #912322;
	font-family: arial,helvetica,sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
}
a.normal:active{
	color: #000000;
	font-family: arial,helvetica,sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}


td        { font-size: 12px; font-family: arial,helvetica,sans-serif; }
input     { font-size: 10px; font-family: verdana, arial; }
select    { font-size: 10px; font-family: verdana, arial; }
textarea  { font-size: 10px; font-family: verdana, arial; }

/* CLASSES */
.body           { color: #ffffff; font-size: 12px; font-family: arial,helvetica,sans-serif; }
.button_submit  { font-size: 10px; font-family: verdana, arial; font-weight: bold; background-color: #009999;
                  color: #ffffff; }
.button_reset   { font-size: 10px; font-family: verdana, arial; font-weight: bold; background-color: #afafaf;
                  color: #ffffff; }
.title          { font-size: 16px; font-family: verdana, arial; font-weight: bold; color: #009999; }
.page_no        { font-size: 12px; font-family: verdana, arial; font-weight: bold; color: #eeeeee; }


