	body {
		margin-top: 0;
		margin-bottom: 40px;
		background: #C4B495;
		background-image: url(images/bg.gif);
		background-repeat: no-repeat;
		background-attachment:fixed;
		background-position:top center;
	}
	
a:link.link 	{text-decoration:none; color:#CC6600;}
a:visited.link {text-decoration:none; color:#CC6600;}
a:hover.link	{text-decoration:underline; color:#CC6600;}
a:active.link 	{text-decoration:none; color:#CC6600;}
		
	.nav {
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 12px;  line-height:28px;
		color: #fff; font-weight:bold;
		text-decoration: none;
	}

	a.nav:hover {
		color: #c6cb03;
		text-decoration: underline;
		font-family: Verdana, Arial, Helvetica, sans-serif; 
	}

	.nav:visited {
		color: #fff;
		text-decoration: none;
	}
	.text {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px; line-height:16px;
		color: #220000;
	}

	.text:link {
		color: #8f9201;
		text-decoration: none;
	}

	a.text:hover {
		color: #CC6600;
		text-decoration: underline;
	}

	.text:visited {
		color: #606301;
		text-decoration: none;
	}

	.initial {
		font-family: Verdana, Arial;
		font-size: 34px;
		font-weight: bold;
		color: black;
		float : left;
	}
	
	td {
		font-family: Verdana, Arial;
		font-size: 11px;
	}

	.htmlform {
		font-size: 11px;
		font-family: Verdana;
	}
	.htmlform3 {
		font-size: 9px;
		font-family: Verdana;
	}
	#white {
		font-family: Verdana;
		font-size: 11px;
		color: white;
		text-decoration: none;
	}
	#white:hover {
		color: #FFBE00;
		text-decoration: none;
	}
	
	.head {
		font-size: 18px;
		font-family: Verdana;
		margin-left: 30;
		margin-top: 5;
	}



