/* Links : for white on blue  */
a.red:link  	{ font-family: verdana;}
a.red:link    { color: #990000; text-decoration: none;}      /* unvisited links */
a.red:visited { color: #990000; text-decoration: none;}      /* visited links   */
a.red:hover   { color: #990000; text-decoration: underline;} /* user hovers     */
a.red:active  { color: #990000; text-decoration: none;}      /* active links    */



/*
a.black:link  	{ font-family: verdana;}
a.black:link    { color: #990000; text-decoration: none;}      /* unvisited links */
a.black:visited { color: #990000; text-decoration: none;}      /* visited links   */
a.black:hover   { color: #990000; text-decoration: underline;} /* user hovers     */
a.black:active  { color: #990000; text-decoration: none;}      /* active links    */


/* Font : Index/small Content : Verdana, black */
.content_small        {
			font-family: verdana;
			color: #000000;
			font-size: 10px; 	
                	}
					
/* Font : Index/small/home Content : Verdana, black */
.content_small_home        {
			font-family: verdana;
			color: #000000;
			font-size: 10px;
			line-height: 16px; 	
                	}


/* Font : Main Content : Verdana, black */
.content        {
		font-family: verdana;
		color: #000000;
		font-size: 12px;	
                	}

				
/* Main blue headings (top of pages)  */
.heading {
	font-family: verdana;
	color: #3366CC;
}

.tableinside	{ padding-left: 9px; padding-right: 5px; padding-top: 9px; }
.gallery	{ padding-left: 15px; padding-right: 0px; padding-top: 0px; font-size: 12px; font-family: verdana; color: #000000;}
