/* Javobson main colors
green: #015700;
yellow: #ffd101;

nav base color #ded31f;
nav hover light yellow: #ffe986;

*/
#content {padding:5px 20px; 0px 20px;}
body {margin: 0px; padding: 0px; border: 0px; background: #FFF;}

.BodyText {
	font-family: sans-serif;
	color: #005700;
	font-size: 12px;
	font-weight: bold;
}

.Slogan {
	font-family: sans-serif;
	color: #ff0000;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}
.DescriptionText {
	font-family: sans-serif;
	color: #005700;
	font-size: 10px;
	font-weight: bold;
}
.SmallText {
	font-family: sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
div.techpage {width:750px;}
.techpage b { font-weight:bold; font-size:12px;}
.techpage p { padding-bottom:10px;}
.techpage img {padding:5px 0 5px 0;}

.ProductTitle {
	font-size: 14px;
}

ul {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
li {
	color: #ffd100;
}

a {color:#015700; text-decoration:none;}
a:hover {text-decoration:underline;}
a:link {
	color: #005700;
}
a:visited {
	color: #64bb64;
}

#nav {padding:10px 0px 20px 20px;}
#nav ul {margin:0; padding:0;}
#nav li {padding-bottom:13px; list-style:none;}
#nav a {padding-bottom:13px; text-decoration:none; color:#dfd92b; text-decoration:none; font-family: sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	}
#nav a:hover {color:#ffe986; text-decoration:none;}

.footer_text {
	font: normal 11px "Verdana", "Helvetica", "Arial", sans-serif;
}


