body {
	background-color:#E5F6FD;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:150%;
	text-align:left;
}

td.navbar {
	background-image:url(images/green.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#E7F2EC;
}

td.home {
	background-image: url(images/background-home.jpg);
	background-repeat: no-repeat;
	background-position:top;
	background-color:#FFFFFF;
	height:317px;
	width: 607px;
}
td.page {
	background-image: url(images/strawberry-composite.jpg);
	background-repeat: no-repeat;
	background-position:top;
	background-color:#FFFFFF;
	height:320px;
}
div{
	text-align: left; 
	margin: 80px 20px 20px 25px; 
}
p{
	text-align: left; 
	font-size: 12px;
	line-height:150%;
}
.green {
	font-size:12px;
	color:#006600;
	text-align:right;
}
td {
	font-size: 12px;
}
h1{
	font-size: 16px;
	line-height:130%;
	color: #990000;
	margin: 20px 10px 10px 0px;
	text-align: left;
}
a{
	font-size: 12px;
	color: #3399CC;
	font-weight:none;
	text-decoration:underline;
}
a:visited{
	font-size: 12px;
	color: #3399CC;
	font-weight:normal;
	text-decoration:underline;
}


a:hover{
	font-size: 12px;
	color:#0066CC;
	font-weight:none;
	text-decoration:underline;
}


#nav{
	font-size: 14px;
	line-height:205%;
	color: #990000;
	margin: 15px 10px 5px 20px;
	text-align: left;
}

#nav a{
	font-size: 14px;
	color: #990000;
	font-weight:bold;
	text-decoration:none;
	border-bottom-width: 1px;
 	border-bottom-style: dotted;
	border-bottom-color: #990000;
}

#nav a:visited{
	font-size: 14px;
	color: #990000;
	font-weight:bold;
	text-decoration:none;
	border-bottom-width: 1px;
 	border-bottom-style: dotted;
	border-bottom-color: #990000;
}
#nav a:hover{
	font-size: 14px;
	color: #000000;
	font-weight:bold;
	text-decoration:none;
	border-bottom-width: 1px;
 	border-bottom-style: dotted;
	border-bottom-color: #000000;
}

#nav a.current{
	color: #000000;
	font-weight:bold;
	text-decoration:none;
	border-bottom-width: 1px;
 	border-bottom-style: dotted;
	border-bottom-color: #990000;
}
a.current{
	color: #000000;
	font-weight:bold;
	text-decoration:none;
	border-bottom-width: 1px;
 	border-bottom-style: dotted;
	border-bottom-color: #000000;
}

.current{
	color: #000000;
	font-weight:bold;
	text-decoration:none;

}

input.field {
	background-color: #FFFFFF;
	border-color:#990000;
	border-width:1px;
	width: 220px;
}
input.button {
	background-color: #990000;
	color: #FFFFFF;
}

.footer {
	font-size: 7pt;
	color:#999999;
}

.small {
	font-size: 8pt;
}