	

/*Body Text style*/
p.text {
	font-family:Verdana;
	font:Verdana;
	font-size: 12 px;

}

/*BOLD Body Text style*/
p.text2 {
	font-family:Verdana;
	font:Verdana;
	font-size: 12 px;
	font-weight: bold;

}

/*Bulleted List*/
p.bullet {
	font-family: Verdana;
	font: Verdana;
	font-size: 12 px;
	
}

/*Questions on FAQ pages*/
p.faq {
	font-family: Verdana;
	font: Verdana;
	font-size: 12 px;
	font-weight: bold;
	font-style: italic;
	color: #336699;
	
}

/*Indents text for navigation in the 3rd Column*/
p.rtnav {
	font-family: Verdana;
	font: Verdana;
	font-size: 12 px;
	font-weight: normal;
	font-style: none;
	color: #003399;
	margin-left: 14;
	
}

/*Bold Text - Contact Form*/
p.bold {
	font-family: Verdana;
	font: Verdana;
	font-size: 12 px;
	font-weight: bold;
	font-style: none;
	color: #000000;
	margin-left: 10;
	
}

/*White Text - Contact Form/Tech Specs*/
p.white {
	font-family: Verdana;
	font: Verdana;
	font-size: 12 px;
	font-weight: bold;
	font-style: none;
	color: #ffffff;
	margin-left: 10;
	
}
			
/*Product Names on Overview Page*/
H1.title {
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
	font-size: 2;
	font-family: Verdana;
	font: Verdana;
	font-weight: bold;
	color: #003399;
	margin-left: 35;
	
}
		
/*Titles for Services Pages*/
H1.service {
	margin-top:0;
	margin-bottom:0;
	text-align: left;
	font-size:18;
	font-family: Verdana;
	font: Verdana;
	font-weight: bold;
	color: #003399;
	margin-left: 5;
	
}

/*Titles on Overview Page*/	
H2.titles{
	font-size: 12;
	font-family:Verdana;
	font: Verdana;
	margin-bottom: 0;
	margin-top: -2;
	text-align: left;
	margin-left: 45;
	color: #003399;
	
}

/*Headings for Body Content*/
H2.headings{
	font-size: 12;
	font-family:Verdana;
	font: Verdana;
	margin-bottom: 0;
	margin-top: 0;
	text-align: left;
	margin-left: 0;
	color: #003399;
	
}

/*Copyright Tag*/
H3.copyright{
	font-size:9px;
	font-family:Arial;
	font: Arial;
	font-weight: normal;
	text-decoration: none;
	margin-top : 0;
	margin-bottom: 2;
	color: #000000;

}

A:link	{	
	text-decoration:	none;
	color:	#000000;
	font-weight: bold;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#000000;
	font-weight: bold;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#000000;
	font-weight: bold;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	#0bbf14;
	}	

/*Page Bottom Navigation*/	
a.noline1 {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: lowercase;
	color: #ffffff;
	text-decoration: none;
	margin-left: 10;
	margin-right: 10;
	
}
	
/*link w/o underline */
A.noline { 
	text-decoration:none;
	font-size: 12 px;
	font-family:Verdana;
	font: Verdana;
	margin-bottom: 0;
	margin-top: 0;
	text-align: left;
	margin-left: 0;
	color: #003399;
		
}

/* tighter table style */
TABLE.small {
font-size: 75%;
font-family: Verdana;
font: Verdana;

}

/* padded text in table style */
TD.morespace {
	padding-right : 7pt;
}

/* Body text */
TD.body {
	text-decoration: none;
	font-size: 2;
	font-family: Verdana;
	font: Verdana;
	text-align: left;
	margin-left: 0;
	color: #000000;
}


/* Span style for mouseover descriptions */
SPAN.desc {
color:blue

}
 
 /* less padding  text in table style */
TD.lessspace {
	padding-left: 5pt;
	padding-right: 5pt;
	padding-top :1pt;
	padding-bottom : 1pt;
	
}

TR.rowheight{
	padding-top: -20pt;
	padding-bottom: -20pt;
	
}

A.height{
	padding-top: -5pt;
	padding-bottom: -5pt;
	
}

HR.lessspace{
	margin-top: -5pt;
	margin-bottom: -20pt;
	color: Black;
	width: 100%;
	
}

HR.lessspace1{
	margin-top: -10pt;
	margin-bottom: -20pt;
	color: Navy;
	width: 100%;
	height: 3px;
	
}

