/*print setup*/
@page orientation {
size: landscape;
margin: 3cm;
}

/* Trekka Color scheme
#FAF8CC = cream - middle background
#AF7817 = chocolate - border background
#101010 = blackish - stripe and link hover
#7E3517 = sienna - default text color
*/

/* fonts */
.fontpagetitle
	{ font-family: Book Antiqua, Sans-Serif, Helvetica, Verdana, Arial;
	font-size: 24px;
	color:#7E3517;
	font-weight: bold;
	font-style: italic}
	
.fontwhite10
	{ font-size: 10px;
	color:#FFFFFF; }
	
.fontsienna11
	{ font-family: Verdana, Arial, Sans-Serif, Helvetica;
	font-size: 11px;
	color:#7E3517; }
		
.fontsienna14
	{ font-family: Verdana, Arial, Sans-Serif, Helvetica;
	font-size: 14px;
	color:#7E3517;
	font-weight:bold; }
	
/* backgrounds */
.bgcream
	{ background-color: #FAF8CC;
	font-family: Verdana, Arial, Sans-Serif, Helvetica;
	font-size: 14px;
	color:#7E3517; }
	
.bgchocolate
	{ background-color: #AF7817;
	font-family: Verdana, Arial, Sans-Serif, Helvetica;
	font-size: 14px;
	color:#7E3517; }
	
.bgblackish
	{ background-color: #101010;
	font-family: Verdana, Arial, Sans-Serif, Helvetica;
	font-size: 14px;
	color:#7E3517; }

/* other defaults */
body 
{
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-color:#FAF8CC;
	font-family: Verdana, Arial, Sans-Serif, Helvetica;
	color: #7E3517 /* default */
}

a 
{ color: #7E3517; }

a:visited 
{ color: #7E3517; }

a:hover { color: #101010; }

img 
{
	border-style:none;
	border-bottom-width:0;
}

CHECKBOX
{
	margin: 0;
}

FORM {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}