.body 
{
	background-image: url(images/background.jpg);
	background-repeat:repeat;
	margin-bottom: 0px; 
	margin-left: 0px;
    margin-right: 0px; 
    margin-top: 0px;
}
.linkbox
{
	border-bottom: solid 1px #E1C285;
	border-top: solid 1px #E1C285;
	border-right: solid 1px #E1C285;
	border-left: solid 1px #E1C285;
}
.linkboxcurrent
{
	border-bottom: solid 1px #E1C285;
	border-top: solid 1px #E1C285;
	border-right: solid 1px #E1C285;
	border-left: solid 1px #E1C285;
	background-color:#E1C285;
}
.links
{
	font-size:14pt;
	font-family:Arial Narrow;
	font-weight:bold;
	color:#006633;
}
.linkstitle
{
	font-size:16pt;
	font-family:Arial;
	font-weight:bold;
	color:#006633;
}
.text
{
	font-size:11pt;
	font-family:Arial;
	color:#006633;
}
.textbolditalic
{
	font-size:11pt;
	font-family:Arial;
	font-weight:bold;
	font-style:italic;
	color:#006633;
}
.textbold
{
	font-size:12pt;
	font-family:Arial;
	font-weight:bold;
	color:#006633;
}
.textsmall
{
	font-size:9pt;
	font-family:Arial;
	color:#006633;
}
.textboldsmall
{
	font-size:10pt;
	font-family:Arial;
	font-weight:bold;
	color:#006633;
}
.textboldxsmall
{
	font-size:9pt;
	font-family:Arial;
	font-weight:bold;
	color:#006633;
}
.textbox
{
	font-size:10pt;
	font-family:Arial;
	color:#006633;
	border-style:groove;
	width:300px;
}
.textxsmallitalic
{
	font-size:9pt;
	font-family:Arial;
	font-style:italic;
	color:#006633;
}