body, th, td {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #009900;
}

a:link {
	color: #009900;
}

a:visited {
	color: #006600;
}

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

a.white 			{
	color: #ffffff;
}

a:link.white {
	color: #ffffff;
}

a:visited.white {
	color: #ffffff;
}

a:hover.white {
	text-decoration: underline;
	color: #ffffff;
}

h1 {
	font-weight: bold;
	font-size: 16px;
	color: #666666;
}

h2 {
	font-weight: bold;
	font-size: 14px;
	color: #666666;
}

h3 {
	font-weight: bold;
	font-size: 12px;
	color: #666666;
}

.h1 {
	font-weight: bold;
	font-size: 16px;
	color: #666666;
}

.h1white {
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
}
.h2 {
	font-weight: bold;
	font-size: 12px;
	color: #666666;
}

.h2white {
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
}

.h3 {
	font-weight: bold;
	font-size: 12px;
	color: #666666;
}

.caption {
	font-size: 9px;
	color: #666666;
}

.small {
	font-size: 9px;
	color: #000000;
}

.white {
	color: #ffffff;
}

.red {
	color: #ff0000;
}

.border {
	border: 1px solid #333333;
}

.lgborder {
	border: 1px solid #999999;
}

.lrtborder {
	border: solid;
	border-width: 1px 1px 0px 1px;
	border-color: #999999;
	background-color: #ffffff;
}

.lrborder {
	border: solid;
	border-width: 0px 1px 0px 1px;
	border-color: #cccccc;
}

.borderw {
	border: 1px solid #ffffff;
}

.fixed540 {
	width: 540px;
}

.event {
	border: 1px solid #cccccc;
	background: #fafafa;
	margin-bottom: 10px;
}

.event h2 {
	margin-top: 0px;
	color: #333333;
	background: #dddddd url(images/event_h2_bg.gif) top right repeat-x;
	padding: 8px;
	border-bottom: 1px solid #cccccc;
}

.event p {
	margin-left: 8px;
	margin-right: 8px;
}

.event table {
	border-collapse: collapse;
	margin: 0 10px 10px 10px;
}

.event th, .event td {
	text-align: left;
	padding: 2px 15px 2px 0px;
	vertical-align: top;
}

.nowrap {
	white-space: nowrap;
	vertical-align: top;
}

table.border {
	border-collapse: collapse;
}

table.border td, table.border th {
	border: 1px solid #cccccc;
	vertical-align: top;
}

.floatright {
	float: right;
	margin: 0px 0px 10px 10px;
}

.floatleft {
	float: left;
	margin: 0px 10px 10px 0px;
}

dd {
	margin-left: 15px;
}

li.arrow {
	list-style-image: url(images/li.gif);
}

li.square {
	list-style-image: url(images/lisquare.gif);
}

li.dot {
	list-style-image: url(images/dot.gif);
}

.linkcell {
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	background-color: #ffffff;
	border: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #333333;
	padding:1px;
}

.linkrocell	{
	font-family: arial, helvetica, sans-serif;
	text-decoration: none; color: #FFFFFF;
	background-color: #000099;
	border: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #333333;
	padding:1px;
}

.form {
	border: solid;
	border-width: 1;
	border-color: #666666;
	background-color: #FFFFFF;
	background-image : url(images/bg_form.gif);
	font-family: arial, helvetica, sans-serif; font-size: 11px;	color: #333333;
	padding: 3px;
}

.input {
	border-width: 1;
	background-color: #00cc33;
	color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

.inputwhite {
	width:100px;
	border-width: 1;
	background-color: #FFFFFF;
	color: #333333;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

hr {
	height: 1px;
	color: #cccccc;
	background-color: #cccccc;
}

textarea.fullWidth {
	width: 100%;
	height: 100px;
}

.clear
{
	clear: both;
}

a.pdf {
	background: url(images/pdf.gif) no-repeat;
	padding: 2px 0px 2px 20px;
}