/*
	"div.heading" is used within the admin panel to display the sub-
	titles of each section on the main admin panel page (ex: "Manage
	Members and Affiliates")
	
*/

div.heading {
	color: blue;
	font-weight: bold;
	font-size: 10pt;
	font-family: Verdana, sans-serif
}

/*

	"td.section" is used within the admin panel to display the main
	headings of each section on the main admin panel page
	(ex: "Administrators Section")

*/

td.section {
	background-color: #000080;
	color: white;
	font-weight: bold;
	font-size: 12pt;
	font-family: Verdana, sans-serif
}	

/*

	the following are used only in the HTML/WYSIWYG editor.

*/

.butClass {    
	border: 1px solid;
	border-color: #D6D3CE;
}
  
.tdClass {
	padding-left: 3px;
	padding-right: 3px;
	padding-top:3px;
	padding-bottom:3px;
}

/*

The following are used only by the template and are merged with the 
user's chosen data.
 
*/

	body {
		font-family: Verdana;
		font-size: 10pt;
		color: #000000;
		background-color: #FFFFFF;
	}
	table {
		font-family: Verdana;
		font-size: 10pt;
	}
	table.Form {
		font-family: Verdana;
		font-size: 10pt;
		color: Black;
	}
	A:link {
		font-family: Verdana;
		color: #600060;
		text-decoration: none;
		font-weight: bold;
	}
	A:active {
		font-family: Verdana;
		color: #600060;
		text-decoration: none;
		font-weight: bold;
	}
	A:visited {
		font-family: Verdana;
		color: #600060;
		text-decoration: none;
		font-weight: bold;
	}
	A:hover {
		font-family: Verdana;
		color: #FF0000;
		text-decoration: none;
		font-weight: bold;
	}
	A.TopLink:link {
		font-family: Verdana;
		font-size: 8pt;
		color: #FFFFFF;
		text-decoration: none;
		font-weight: bold;
	}
	A.TopLink:active {
		font-family: Verdana;
		font-size: 8pt;
		color: #FFFFFF;
		text-decoration: none;
		font-weight: bold;
	}
	A.TopLink:visited {
		font-family: Verdana;
		font-size: 8pt;
		color: #FFFFFF;
		text-decoration: none;
		font-weight: bold;
	}
	A.TopLink:hover {
		font-family: Verdana;
		font-size: 8pt;
		color: #FF0000;
		text-decoration: none;
		font-weight: bold;
	}
	.CenteredLogo {
		font-family: Verdana;
		font-size: 8pt;
		color: #303030;
		background-color: #FFFFFF;
		border-left: 1pt solid #FFFFFF;
		border-right: 1pt solid #FFFFFF;
		border-top: 2pt solid #FFFFFF;
		border-bottom: 2pt solid #FFFFFF;
	}	
	.Block {
		font-family: Verdana;
		font-size: 8pt;
		color: #303030;
		background-color: #FFFFFF;
		border-left: 1pt solid #FFFFFF;
		border-right: 1pt solid #FFFFFF;
		border-top: 1pt solid #FFFFFF;
		border-bottom: 1pt solid #FFFFFF;
		padding-left: 3pt;
		padding-right: 3pt;
		padding-top: 3pt;
		padding-bottom: 3pt;
	}	
	.BlockTitle {
		font-family: Arial;
		font-size: 8pt;
		font-weight: bold;
		color: #FFFFFF;
		background-color: #600060;
		border-left: 1pt solid #600060;
		border-right: 1pt solid #600060;
		border-top: 1pt solid #600060;
		border-bottom: 1pt solid #600060;
		padding-left: 3pt;
		padding-right: 3pt;
		padding-top: 3pt;
		padding-bottom: 3pt;
	}
	.Headline {
		font-family: Verdana;
		font-size: 14pt;
		font-weight: bold;
		text-decoration: underline;
		color: #000000;
		background-color: #FFFFFF;
	}
	.Site {
		font-family: Verdana;
		font-size: 8pt;
		font-weight: bold;
		color: #600000;
	}
	.Copyright {
		font-family: Arial;
		font-size: 8pt;
		font-weight: Bold;
		color: #FFFFFF;
		background-color: #600060;
		border-left: 1pt solid #600060;
		border-right: 1pt solid #600060;
		border-top: 1pt solid #600060;
		border-bottom: 1pt solid #600060;
		padding-left: 3pt;
		padding-right: 3pt;
		padding-top: 3pt;
		padding-bottom: 3pt;
	}
	input {
		font-size: 8pt;
		font-family: Verdana, sans-serif
	}
	textarea {
		font-size: 8pt;
		font-family: Verdana, sans-serif
	}
	select {
		font-size: 8pt;
		font-family: Verdana, sans-serif
	}
	.Advertisement {
		font-size: 7pt;
		font-family: Verdana, sans-serif
	}
	.Example {
		border-top: 1pt solid black;
		border-right: 1pt solid black;
		border-left: 1pt solid black;
		border-bottom: 1pt solid black;
		width: 24px;
		height: 24px;
		background-color: white;
	}
	.FontExample {
		border-top: 1pt solid black;
		border-right: 1pt solid black;
		border-left: 1pt solid black;
		border-bottom: 1pt solid black;
	} 