@charset "utf-8";
/* CSS Document  
464879 - 70 72 121
648080 - 100 128 128
*/
body {
	margin:0 0 0 0;
	font-family: "Trebuchet MS"; font-size: 12px; font-weight: bold; color: #222222;
	background: url(images/cloud.jpg);
}
div.page_header{
	border-bottom:#CCC 1px solid;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#555;
	font-size:16px;
	font-style: italic;
	padding-bottom:2px;
}

/* ==== LINKS ==== */
a:link, a:visited, a:active {
	text-decoration: none;
	color:#009;
	font-family:Arial, Helvetica, sans-serif;
}
a:hover {
	text-decoration: underline;
	color:#009;
	font-family:Arial, Helvetica, sans-serif;
}
a.menus:link, a.menus:visited, a.menus:active {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant:normal;
	color: #EEE;
}
a.menus:hover{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant:normal;
	color: #222;
}
a.sidemenus:link, a.sidemenus:visited, a.sidemenus:active {
	font-family: Georgia, "Trebuchet MS", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #777;
}
a.sidemenus:hover{
	font-family: Georgia, "Trebuchet MS", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #444;
}
a.mainlinks:link, a.mainlinks:visited, a.mainlinks:active, a.mainlinks:hover{
	font-family: "Trebuchet MS"; font-size: 14px; font-weight: bold; color: #565A37;
}
a.emailStyle:link, a.emailStyle:visited, a.emailStyle:active {
	font-family: Georgia, "Trebuchet MS", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333;
}
a.emailStyle:hover{
	font-family: Georgia, "Trebuchet MS", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration:underline;
	color: #888;
}


/* ==== TABLES ==== */
table.center_tables{
	padding:10px;
}
td.club_text{
	font-size:18px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:bold;
}
td.centerbox_header{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	padding-bottom:5px;
	color:#000;
	vertical-align:top;
}
td.centerbox{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-bottom:5px;
}
table.table_border{
	border-right:#999 1px solid;
	border-bottom:#999 1px solid;
}
td.table_heading{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	background-color:#CCC;
	color:#000;
	vertical-align:top;
	border-top:#999 1px solid;
	border-left:#999 1px solid;
	padding:2px;
}
td.table_row{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	border-top:#999 1px solid;
	border-left:#999 1px solid;
	padding:2px;
}
td.subHeader{
	padding-top:15px; 
	font-size:12px;
	color:#355506;
	border-bottom:dashed #CCC 1px;
	font-weight:bold;
}
td.formHeader{ 
	padding:10px; 
	color:#005279; 
	font-size:12px;
	text-align:center; 
	border-bottom:#999 1px solid;
	font-weight:bold;
}
td.row_heading{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
td.row_value{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}
td{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}

/* ==== INPUTS ==== */
input.text95{
	width:95%;
	font-size:10px;
}
