body{
	scrollbar-base-color:#333333;
}
a.nav, a.nav:link, a.nav:visited, a.nav:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#339933;
	font-size:12px;
	text-decoration:none;
}
a.nav:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	text-decoration:underline;
}
a.nav2, a.nav2:link, a.nav2:visited, a.nav2:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFF00;
	font-size:12px;
	text-decoration:none;
}
a.nav2:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	text-decoration:underline;
}
.title1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#669966;
	font-size:20px;
	font-weight:normal;
}
.title2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#669966;
	font-size:18px;
	font-weight:normal;
}
.title3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#669966;
	font-size:16px;
	font-weight:normal;
}
.copy{
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
}
.body{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	line-height:20px;
	font-weight:normal;
}
li{
	list-style-image: url(http://atechaz.com/includes/images/bullet.jpg);	
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.input{
	color:#000000;
	font-family:"Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFFF;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.textbox{
	color:#000000;
	font-family:"Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFFF;
	border-bottom-width: thin;
	border-top-width: thin;
	border-left-width: thin;
	border-right-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.button{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#000000;
	padding: 2px 10px;
}
fieldset{
	background-color:#FFFFFF;
	border-style:dashed;
	border-color:#7c954f;
	border-width:1px;
	padding:10px;
}
p{
	text-indent:20px;
}