/*  Radio Style Sheet */

/* Layout */
body {
	background-color: #FFFFFF;
	color: #88763d;
	margin: 10px;
	padding: 0;
}

font,th,td,p {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
}

.gensmall {
	font-size:10px;
}

a:link {
	color: #81be28;
	text-decoration: none;
}

a:active,
a:visited {
	color: #81be28;
	text-decoration: none;
}

a:hover {
	color: #81be28;
	text-decoration: underline;
}

.cattitle {
	font-size:12px;
	font-weight:bold
}

.row1 {
	background: #FFFFFF;
}

.row2 {
	background: #FFFFFF;
	padding-top: 25px;
	padding-bottom: 25px;
}

th {
	background-color: #0DA1EB;
	color: #FFFFFF;
	font-size:16px;
	font-weight:bold;
	height:40px;
	white-space:nowrap;
	text-align:center;
	padding-left:8px;
	padding-right:8px
}

