body{
	padding: 0;
	margin: 0;

}
.quote{
	font-size: 90%;
	font-weight: bold;
	color: #000000;
	background-color : transparent;
	text-align: left;
	margin-top: 1px;
	margin-bottom: 8px;
	background: url(images/quote.gif) no-repeat left top;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	padding-left: 20px;
	}
.unquote{
	background-color : transparent;
	text-align: left;
	margin-top: 1px;
	margin-bottom: 8px;
	background: url(images/unquote.gif) no-repeat right bottom;
	padding-right: 5px;
	}
#content{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

}
#content h1{
	font-size: 80%;
	font-weight: bold;
 	color: #0056C2;
	margin: 0 0 5px 0;
}
#content h2{
	font-size: 80%;
	font-weight: bold;
	color: #000000;
	margin: 0 0 5px 0;
}
#content p{
	font-weight: normal;
	color: #000000;
	background-color : transparent;
	text-align: left;
	margin-top: 1px;
	margin-bottom: 8px;
	font-size: 60%;

}
#content p.p2{
}
#content ul{
	list-style: url(images/bullet.gif);
	font-size: 60%;
	margin-top: 0px;
	margin-bottom: 8px;
}
#content li{
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 11px;
}
#contacts{
}
#contacts table{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 60%;
}	
#contacts tr{
	font-weight: normal;
	color: #000000;
}
#contacts th{
	text-align: left;
	font-weight: bold;
	color: #000000;
}
#links{
	}
#links table{
	font-size: 60%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #CCCCCC;
}
#links a:link {
	color: #0056C2;
	text-decoration: underline;
}
#links a:hover {
	color: #000000;
	text-decoration: underline;
	background-color: #CCCCCC;
}
#links a:visited {
	color: #0056C2;
	text-decoration: underline;
}
#news p {
	font-size: 60%;
	font-weight: normal;
	color: #000000;
	background-color : transparent;
	text-align: left;
	margin-top: 1px;
	margin-bottom: 2px;
}
#content quote {
}

/* Customer Area CSS */

#custdownloads {
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
	clear:both;
	width: 582px;
	float: left;
	border: 1px dashed #333333;
}
#custdownloads2 {
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
	clear:both;
	width: 582px;
	float: left;
	border: 1px dashed #333333;
	background-color: #CCCCCC;
}
#custdownloads .innerleft {
	clear:left;
	width: 448px;
	float: left;


}
#custdownloads .innerright {
	clear:none;
	width: 100px;
	float: right;
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 0px;
	top: 0px;
}

#custdownloads2 .innerleft {
	clear:left;
	width: 448px;
	float: left;
}
#custdownloads2 .innerright {
	clear:both;
	width: 100px;
	float: right;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	position: relative;
}
#custdownloads p {
	color: #666666;
	margin: 0px;
}
#custdownloads2 p {
	color: #666666;
	margin: 0px;
}
#custdownloads .txt {
	color: #000000;
}
#custdownloads2 .txt {
	color: #000000;
}
#custdownloads p.dl {
	text-align: center;
}
#custdownloads2 p.dl {
	text-align: center;
}

#pagelinks li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0px;
}
#pagelinks ul {
	margin: 10px 0px;
	padding: 0px;
}

/* Manuals Section Top links Syling */

td.manuallinks {
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-bottom-width: 1px;
}

/* Fancy Button links */

.button_links ul li{
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 5px;
	margin-left: 5px;
	color: #FFFFFF;
	height: 15px;
	background-color: #0056C2;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 2px solid #000000;
	font-weight: bold;
}

.button_links ul {
	margin: 0px;
	padding: 0px;
}

.button_links ul li a:link{
	color: #FFFFFF;
	text-decoration: none;
}

.button_links ul li a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

.button_links ul li a:visited{
	color: #FFFFFF;
	text-decoration: none;
}