


body {
	margin: 0px;
	padding: 0px;
	background: #F8F2BA;
	color: #000000;
	font-family: Arial, Heveltica, Verdana;
	font-size : 12px;
}

/* Body Navigation Style */

#nav				{ font-family: Arial, Heveltica; font-size: 11px; margin: 0 0 0 0;}
#nav a:link			{ color:#F8F2BA; }
#nav a:active		{ color:#F2DE83; }
#nav a:visited 		{ color:#F1CE2B; }
#nav a:hover		{ color:#F2DE83; text-decoration:none; }

#content			{ font-family: Verdana, Tahoma; font-size: 12px; margin: 0 0 0 0;}
#content td			{ font-family: Verdana, Tahoma; font-size: 12px; margin: 0 0 0 0;}
#content h1			{ font-size: 20px; font-family: Arial, Heveltica; margin: 0 0 0 0; padding: 0 0 0 0;}
#content h2			{ font-size: 14px; font-family: Arial, Heveltica; margin: 0 0 0 0; padding: 0 0 0 0;}
#content a:link			{ color:#996600; }
#content a:active		{ color:#F2DE83; }
#content a:visited 		{ color:#F1CE2B; }
#content a:hover		{ color:#F2DE83; text-decoration:none; }

.intro		{ font-size:16px; font-weight : bold; font-family: Verdana, Tahoma; }
.small		{ font-size:11px;}

