/*

	"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: 8pt;

		color: #000000;

		background-color: #FFFFFF;

	}

	table {

		font-family: Verdana;

		font-size: 8pt;

	}

	table.Form {

		font-family: Verdana;

		font-size: 8pt;

		color: Black;

	}

	A:link {

		font-family: Verdana;

		color: #0C0CD3;

		text-decoration: underline;

		font-weight: normal;

	}

	A:active {

		font-family: Verdana;

		color: #0C0CD3;

		text-decoration: underline;

		font-weight: normal;

	}

	A:visited {

		font-family: Verdana;

		color: #0C0CD3;

		text-decoration: underline;

		font-weight: normal;

	}

	A:hover {

		font-family: Verdana;

		color: #8080FF;

		text-decoration: underline;

		font-weight: normal;

	}

	A.TopLink:link {

		font-family: Verdana;

		font-size: 10pt;

		color: #FFFFFF;

		text-decoration: none;

		font-weight: bold;

	}

	A.TopLink:active {

		font-family: Verdana;

		font-size: 10pt;

		color: #FFFFFF;

		text-decoration: none;

		font-weight: bold;

	}

	A.TopLink:visited {

		font-family: Verdana;

		font-size: 10pt;

		color: #FFFFFF;

		text-decoration: none;

		font-weight: bold;

	}

	A.TopLink:hover {

		font-family: Verdana;

		font-size: 10pt;

		color: #9898FF;

		text-decoration: underline;

		font-weight: bold;

	}

	.CenteredLogo {

		font-family: Verdana;

		font-size: 8pt;

		color: #000000;

		background-color: #EEEEEE;

		border-left: 1pt solid #04579F;

		border-right: 1pt solid #04579F;

		border-top: 2pt solid #04579F;

		border-bottom: 2pt solid #04579F;

	}	

	.Block {

		font-family: Verdana;

		font-size: 8pt;

		color: #000000;

		background-color: #EEEEEE;

		border-left: 1pt solid #04579F;

		border-right: 1pt solid #04579F;

		border-top: 1pt solid #04579F;

		border-bottom: 1pt solid #04579F;

		padding-left: 3pt;

		padding-right: 3pt;

		padding-top: 3pt;

		padding-bottom: 3pt;

	}	

	.BlockTitle {

		font-family: TimesNewRoman;

		font-size: 10pt;

		font-weight: bold;

		color: #FFFFFF;

		background-color: #04579F;

		border-left: 1pt solid #054A85;

		border-right: 1pt solid #054A85;

		border-top: 1pt solid #FDFF91;

		border-bottom: 1pt solid #000000;

		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: #0000AA;

		background-color: #FFFFFF;

	}

	.Site {

		font-family: TimesNewRoman;

		font-size: 16pt;

		font-weight: bold;

		color: #520010;

	}

	.Copyright {

		font-family: Verdana;

		font-size: 10pt;

		font-weight: Bold;

		color: #FFFFFF;

		background-color: #04579F;

		border-left: 1pt solid #FDFF91;

		border-right: 1pt solid #FDFF91;

		border-top: 1pt solid #FDFF91;

		border-bottom: 1pt solid #FDFF91;

		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;

	} 