/* CSS Document for Business Ink */

body {
	background-image : url(images/bg.gif);
	background-repeat : repeat-x;
	font-family: Arial, Verdana, San-Serif;
	font-size: 12pt;
	color:#000000;
}
p, td {
	font-family: Arial, Verdana, San-Serif;
	font-size: 12pt;
	color:#000000;
}
h1 { 
	font-family: Arial, Verdana, San-Serif;
	font-size: 18pt;
	color:red;
}
h2 { 
	font-family: Arial, Verdana, San-Serif;
	font-size: 14pt;
	font-weight: bold;
	color:red;
	text-decoration: none;
	font-style : italic;
}
h3 { 
	font-family: Arial, Verdana, San-Serif;
	font-size: 14pt;
	font-weight: bold;
	color:black;
	text-decoration: none;
	font-style : italic;
}
.makeBlack { /* Use this with header text to make the "keyword or phrase" standout */
	color:black;
}
.makeGray { /* Use this with header text to make the a second "keyword or phrase" standout */
	color:#cccccc;
}
.mission{
	font-family : Arial, Verdana, San-Serif;
	font-size : 9pt;
	font-style : italic;
	color : Black;
	text-align : center;
}
.activePage { /* Used in the sideNav to indicate active (current) page - remove href tag when using this. */
	font-family: Arial, Verdana, San-Serif;
	font-size: 12pt;
	font-weight: bold;
	color:red;
	text-decoration:none;
}	
.sideNav { /* used in the navigation links on the left side */
	font-family: Arial, Verdana, San-Serif;
	font-size: 10pt;
	font-weight: bold;
	color:#000000;
	text-decoration:none;
}