/* Links : for white on blue  */
a.white:link  	{ font-family: Arial;}
a.white:link    { color: #FFFFFF; text-decoration: none;}      /* unvisited links */
a.white:visited { color: #FFFFFF; text-decoration: none;}      /* visited links   */
a.white:hover   { color: #FFFFFF; text-decoration: underline;} /* user hovers     */
a.white:active  { color: #FFFFFF; text-decoration: none;}      /* active links    */


/* Links for blue on white */
a.blue:link  	{ font-family: Arial;}
a.blue:link    { color: #3366CC; text-decoration: none;}      /* unvisited links */
a.blue:visited { color: #3366CC; text-decoration: none;}      /* visited links   */
a.blue:hover   { color: #3366CC; text-decoration: underline;} /* user hovers     */
a.blue:active  { color: #3366CC; text-decoration: none;}      /* active links    */

/* Font : Main Content : Arial, black */
.content        {
	               font-family: Arial;
	               color: #000000;
                }
				
/* Main blue headings (top of pages)  */
.heading {
	font-family: Arial;
	color: #3366CC;
}

	.inside_nopad				{ padding-left: 0px; padding-right: 0px; padding-top: 0px; padding-bottom: 0px; color: #000000; font-family: Arial; font-size: 12px; }
	.inside_smallpad			{ padding-left: 2px; padding-right: 2px; padding-top: 2px; padding-bottom: 2px; color: #000000; font-family: Arial; font-size: 12px; }
