.stroke1
	{
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFF4E9;
	}
	
.stroke2
	{
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ececec;
	}
	
body {
	background-color: #FFFFFF;
	scrollbar-track-color: #edefed;
	scrollbar-face-color: #006600;
	scrollbar-arrow-color: #ff0000;
	scrollbar-3dlight-color: #FFFAF0;
	scrollbar-shadow-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
.nav a {
	background-color : #DDCCAA;
	border : 1px solid #000000;
	color : #003300;
	display : block;
	padding-bottom : 12px;
	padding-left : 10px;
	padding-top : 12px;
	text-decoration : none;
	width : 100%;
	font-size: 13px;
	line-height: 12px;
	background-image: url(images/buttonbg1.jpg);
}
.nav a:hover {
	background-color : #A46A41;
	border : 1px solid #999999;
	color : #006600;
	text-decoration : none;
	display : block;
	background-image: url(images/buttonbg.jpg);
}
