/*

	"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: Arial, 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: Arial, 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: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../vg_images/bg_3.jpg);

	}

	table {

		font-family: Arial;

		font-size: 10pt;

	}

	table.Form {

		font-family: Arial;

		font-size: 10pt;

		color: Black;

	}

	A:link {

		color: #0000FF;

	}

	A:active {

		color: #FF3300;

	}

	A:visited {

		color: #0000FF;

	}

	A:hover {

		color: #FF3300;

	}

	A.HeaderTopLink:link {

		font-family: Arial;

		font-size: 10pt;

		color: #FFFFFF;

		text-decoration: none;

		font-weight: none;

	}

	A.HeaderTopLink:active {

		font-family: Arial;

		font-size: 10pt;

		color: #FFCC00;

		text-decoration: none;

		font-weight: none;

	}

	A.HeaderTopLink:visited {

		font-family: Arial;

		font-size: 10pt;

		color: #FFFFFF;

		text-decoration: none;

		font-weight: none;

	}

	A.HeaderTopLink:hover {

		font-family: Arial;

		font-size: 10pt;

		color: #FFCC00;

		font-weight: none;

	}
	
	A.TopLink:link {

		font-family: Verdana;

		font-size: 9pt;

		color: #FFFFFF;

		text-decoration: none;

		font-weight: none;

	}

	A.TopLink:active {

		font-family: Verdana;

		font-size: 9pt;

		color: #CC0000;

		text-decoration: none;

		font-weight: none;

	}

	A.TopLink:visited {

		font-family: Verdana;

		font-size: 9pt;

		color: #FFFFFF;

		text-decoration: none;

		font-weight: none;

	}

	A.TopLink:hover {
	font-family: Verdana;
	font-size: 9pt;
	color: #990000;
	font-weight: bold;
	text-decoration: none;

	}

	.CenteredLogo {

		font-family: Arial;

		font-size: 8pt;

		color: #000000;

		background-color: #FFFFFF;

		border-left: 1pt solid #000080;

		border-right: 1pt solid #000080;

		border-top: 2pt solid #000080;

		border-bottom: 2pt solid #000080;

	}	

	.Block {
	font-family: Arial;
	font-size: 10pt;
	color: #333333;
	background-color: #FFFFFF;
	padding-left: 3pt;
	padding-right: 3pt;
	padding-top: 3pt;
	padding-bottom: 3pt;
	border: 1pt none;


	}	

	.BlockTitle {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000080;
	padding-left: 3pt;
	padding-right: 3pt;
	padding-top: 3pt;
	padding-bottom: 3pt;
	border: 1pt none #333399;


	}

	.Headline {

		font-family: Arial;

		font-size: 14pt;

		font-weight: bold;

		text-decoration: underline;

		color: #000000;

		background-color: #FFFFFF;

	}

	.Site {

		font-family: Arial;

		font-size: 16pt;

		font-weight: bold;

		color: #000060;

	}

	.Copyright {

		font-family: Arial;

		font-size: 10pt;

		font-weight: Bold;

		color: #CCCCFF;

		background-color: #000080;

		border-left: 1pt solid #000080;

		border-right: 1pt solid #000080;

		border-top: 1pt solid #000080;

		border-bottom: 1pt solid #000080;

		padding-left: 3pt;

		padding-right: 3pt;

		padding-top: 3pt;

		padding-bottom: 3pt;

	}

	input {

		font-size: 10pt;

		font-family: Arial, sans-serif

	}

	textarea {

		font-size: 10pt;

		font-family: Arial, sans-serif

	}

	select {

		font-size: 8pt;

		font-family: Arial, sans-serif

	}

	.Advertisement {

		font-size: 7pt;

		font-family: Arial, 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;

	}