

BODY, TH, TD, OL, UL, LI {

	color: #333333;
	font-family: trebuchet ms,arial,verdana;
	font-size: 12px;

}


UL { line-height: 16pt; list-style: square; }

.buttons a {
	font-family: arial, monaco;
	font-size: 12px;
	color: #ffffff;
	background-color: #333333;
	padding: 2px;
	font-weight: bold;
	display: block;
	border: 1px solid #666666;
	margin: 0px;
	text-align: center;
}

.buttons a:hover {
	font-family: arial, monaco;
	font-size: 12px;
	color: #ffffff;
	background-color: #666666;
	padding: 2px;
	font-weight: bold;
	display: block;
	border: 1px solid #ee489a;
	margin: 0px;
	text-align: center;
}




A {   font-weight: bold; color: #336699; text-decoration: underline; }
A:hover {  font-weight: bold; color: #003366; text-decoration: none; }

A.white { color: #ffffff;  }
A.white:hover { color: #C9DEC6; }

A.footer { font-weight: normal; color: #336699;  }
A.footer:hover { font-weight: normal; color: #003366; }


.active { font-size: 12px; font-weight: bold; text-decoration: none;  color: #000000; }


.title { font-weight: bold; color: #336699; font-size: 150%;  }
.subtitle { font-weight: bold; color: #336699; font-size: 125%;  }

.white { color: #ffffff;  }
.white_bold { font-weight: bold; color: #ffffff;  }
.white_big { font-size: 120%; font-weight: bold; color: #ffffff;  }

.blue { color: #336699;  }

.small { font-size: 90%; color: #336699; }
.tiny { font-size: 80%; color: #336699; }

.alert { font-weight: bold; color: red; }



