/* HTML Styles */
/* ----------------------------------------------------------- */

body					{ margin: 10px; background: #C0B499; background-attachment: fixed;}
body,td,li				{ color:White; font-family: Arial, Helvetica, sans-serif; font-size: 9pt; 
							font-weight: normal; text-decoration: none; }
input,select,textarea	{ font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: normal; text-decoration: none; }
select					{ background-color: #335533; color: White; }
textarea				{ width:100%; }

/* Quasi-Classes */
/* ----------------------------------------------------------- */

a						{ color:#E9E07C; }
a:link					{ text-decoration: none; font-weight: bold; }
a:hover					{ text-decoration:underline; }
a:active				{ }
a:visited				{ }

/* Custom Styles Classes */
/* ----------------------------------------------------------- */

.menu					{ font-size:66%; font-weight:bold; background-color:#406A40; }
	.menu a:link		{ text-decoration:none; }
	.menu a:hover		{ text-decoration:underline; }
	
.header					{ font-size:105%; font-weight:bold; color:#E9E07C; }
.footer					{ font-size:66%; font-weight: bold; }
.slideshow				{ FILTER: progid:DXImageTransform.Microsoft.Fade(overlap=0.5;duration=1,enabled=false); }