body {
	background: #CCCCCC;
	font-family: arial,tahoma, verdana;
	font-size: 11px;
	font-weight: normal;
}

/* -- navigation -- */
a:link.nav {font-family: arial,tahoma, verdana; font-size: 12px; font-weight: bold; color: #666666; text-decoration: none;} /* unvisited link */
a:hover.nav {font-family: arial,tahoma, verdana; font-size: 12px; font-weight: bold; color: #B02332; text-decoration: none;} /* mouse over link */
a:visited.nav {font-family: arial,tahoma, verdana; font-size: 12px; font-weight: bold; color: #666666; text-decoration: none;} /* visited link */
a:active.nav {font-family: arial,tahoma, verdana; font-size: 12px; font-weight: bold; color: #B02332; text-decoration: none;}   /* selected link */ 

/* -- normal link -- */
a:link {font-family: arial,tahoma, verdana; font-size: 11px; font-weight: normal; color: #B02332; text-decoration: none;} /* unvisited link */
a:hover {font-family: arial,tahoma, verdana; font-size: 11px; font-weight: normal; color: #B02332; text-decoration: none;} /* mouse over link */
a:visited {font-family: arial,tahoma, verdana; font-size: 11px; font-weight: normal; color: #666666; text-decoration: none;} /* visited link */
a:active {font-family: arial,tahoma, verdana; font-size: 11px; font-weight: normal; color: #B02332; text-decoration: none;}   /* selected link */ 

td.font {
	font-family: arial,tahoma, verdana;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	padding-left:10px;
	padding-right:10px;
}

td {
	font-family: arial,tahoma, verdana;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}

td.padding {
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
}

