html
{
	background-color:#f7db84;
}

body
{
	padding: 0px; 
	margin: 0px; 
	color: #000000; 
	background-color: #f7db84;
	background:url(../img/background.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Tahoma; 
	font-size: 11pt;
}

#layout {
	width: 679px;
	margin: 0 auto;
	padding: 0;
	border:0px;
	height:100%;
}

img { border: 0px; }


.smalllink {
	color:#c0c0c0;
	font-size:11pt;
	text-decoration: none;
}


h1 {
	font-size:16pt;
	color:#636363;
}
h2 {
	font-size:12pt;
	color:#636363;
}

h3 {
	font-size:13pt;
	font-weight:bold;
	display: inline;
}



th {
	background-color:#3979a2;
	padding:3px; padding-left:8px;
	color:#ffffff;
	font-size:9pt;
	font-weight:bold;
}

td.row1
{
	background-color: #e8f3fa;
}

td.row2
{
	background-color:#d1e5f2;
}

input
{
	margin-bottom:15px;
	border: 1px solid #999999;
	font-family: Garamond, Times New Roman, Arial, Tahoma; 
	font-size: 11pt;
	color: #000000;
	background-color: #ffffff;
}

select
{
	margin-bottom:15px;
	border: 1px solid #999999;
	font-family: Garamond, Times New Roman, Arial, Tahoma; 
	font-size: 11pt;
	color: #000000;
	background-color:#ffffff;
}

textarea
{
	margin-bottom: 15px;
	border: 1px solid #999999;
	font-family: Garamond, Times New Roman, Arial, Tahoma; 
	font-size: 11pt;
	color: #000000;
	background-color: #ffffff;
}


hr {
	color:#515e6e;
	size: 1px;
	height: 1px;
}


.textlink { z-index:1; color: #CC0000; font-weight:normal; text-decoration: none;}
a.textlink:hover { text-decoration: none; color:#000000; }
.small { font-size:8pt; }





#navilinks
{
	font-family: trebuchet ms, arial;
	font-size: 10pt;
	text-decoration: none;
	color:#000000;
	margin-left:30px;
	line-height:25px;
}


.font8
{
	font-size:8pt;
}


