/*----------- redefined html tags --------------- */

h1, h2, h3, h4, h5, h6, p, td, div, img, ul, li { margin: 0; padding: 0; }

a:hover {
	color: #FFFF00;
	text-decoration: none;
}
a:link {
	color: #FFFF00;
	text-decoration: none;
}
a:visited {
	color: #FFFF00;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.style1 {color: #0000FF}

/*----------- A Class of link styles that give blue links---------------*/
a.contact { color: blue; text-decoration: underline; }
a.contact img {border: none;}
a.contact:visited { color: blue; text-decoration: underline; }
a.contact:hover { color: blue; text-decoration: none; }
a.contact:active { color: blue; text-decoration: underline; }

a.text { color: #274B83; text-decoration: none; font-weight: bold;} 


/*----------- A Class of link styles that give black links ---------------*/
a.black {color: black; text-decoration: none; font-size:12px; font-family: "Times New Roman";}
a.black:visited { color: black; text-decoration: none; font-family: "Times New Roman";}
a.black:hover { color: black; text-decoration: none; font-family: "Times New Roman";}
a.black:active { color: black; text-decoration: none; font-family: "Times New Roman";}

/*----------- A Class of link styles for buttons ---------------*/
/*----------- so whole image is clickable with links ---------------*/
a.installDiag { 
	color: none; 
	text-decoration: none;  
	background-image: url(../images/diagram.jpg); 
	width: 174px;
	height: 152px; 
	display: block;
	font-weight: bold;
	margin: 0 auto 0 auto;
}

a.installDiag img {border: none;}
a.installDiag:visited { color: none; text-decoration: none; }
a.installDiag:hover { color: none; text-decoration: none; }
a.installDiag:active { color: none; text-decoration: none; }  
