body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:10px;
	color: #FFFFFF;
}

a:link {
	color: #FF0000;
	text-decoration: none;
}     /* unvisited link */
a:visited {
	color: #FF9900;
	text-decoration: none;
}  /* visited link */
a:hover {
	color: #FFcc00;
	text-decoration: underline;
}   /* mouse over link */
a:active {
	color: #FFccff;
	text-decoration: none;
}   /* selected link */

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:10px;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:10px;
}

/*div.hr {
  height: 8px;
  background:url(../images/hr_01.jpg)
}*/
p.bold {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #FFFFFF;
}
div.hr {
	height: 1px;
	width: 80%;
	text-align: right;/*this will align it for IE*/
    margin: 0 0 0 auto; /*this will align it right for Mozilla*/
	color:#CCCCCC;
}

p.title {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color: #FFFFFF;
}

p.small {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:8px;
	color: #FFFFFF;
}