/* don't display anything wrapped in this style when printing */

.noprint {
	display:none;
}

/* don't display any background images or colours when printing */

* {
background-color: white !important;
background-image: none !important;
}

/* common HTML tags to add styles to */

body {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding:0px;
	background-color:#FFFFFF;
	margin-right: 0px;
	margin-left: 0px;
}
form {
	margin:0px;
	padding:0px;
}
td {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
}
#footer_line {
	height:26px;
	display:block;
	clear:both;
}
.news_list_main {
	float:left;
	clear:none;
	width: 90%;
	display:inline;
	margin:0px;
	padding-bottom:1px;
	padding-top:2px;
	padding-left:10px;
	padding-right:10px;	
	margin-bottom:10px;
	margin-right:10px;	
	font-size: 14px;	
	border: 1px solid #DDD3E4;
	text-decoration: underline;	
	background:#FFFFFF;		
}
.news_list_main a {
	text-decoration: none;	
}
/* start links */
a:link {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:active {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
/* end links */
/* start table formats */
#forms_table  {
	width:700px;
}
#forms_table td {
	height:30px;
}
#forms_table th {
	text-align:left;
	font-size:15px;
	height:35px;
	padding-top:10px;
}
.club_cell {
	width:150px;
	font-weight:bold;
}
#club_details {
	margin-bottom:20px;
}
/* end table formats */
/* start headers */

h1 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 22px;	
	margin:0px;
	padding:0px;
}
h2 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 22px;
	margin:0px;
	padding:0px;
}
h3 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 18px;
	margin:0px;
	padding:0px;
}
h4 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #48932F;	
	margin:0px;
	padding:0px;
}
h5 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 16px;
	margin:0px;
	padding:0px;	
}
h6 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 16px;
	margin:0px;
	padding:0px;	
}
/* end headers */
