﻿/* Normal text throughout the site */

td				{ font-family:verdana, arial, geneva, helvetica; font-size:10px; color:000000 }

.title			{ font-family:verdana, arial, geneva, helvetica; font-size:10px; color:000000; font-weight:regular }

.foot			{ font-family:verdana, arial, geneva, helvetica; font-size:10px; color:000000; font-weight:regular }

/* NOTE: to make sure plain text inside an unordered list appears black (instead of light blue), 
 * all text inside <li> tags must be surrounded with a <span> or <p> with class="normal" */
li				{ color:#329998; list-style-type:square }

/* These colors are also defined in the <body> tag for Nestscape compatibility */
	A:hover { color: 666600 }
	A:link {color:#00467E;}
	A:active {color:#969882;}
	A:visited {color:#00467E;}

.home
{ font-family:verdana, arial, geneva, helvetica; font-size:11.5px; color:333333; line-height:3 }

.inside
{ font-family:verdana, arial, geneva, helvetica; font-size:11.5px; color:333333; line-height:2 }

.terms
{ font-family:verdana, arial, geneva, helvetica; font-size:11.5px; color:333333; line-height:1.3 }

.article
{ font-family:verdana, arial, geneva, helvetica; font-size:11.5px; color:333333; line-height:2 }


.menu	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9.5px;
	font-weight : plain;
	line-height:2.5;
}

.submenu {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight : plain;
	line-height:1.8;
	margin-left : 4%;
}

.submenulong {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight : plain;
	line-height:1.5;
}

.over 
{
	border-style: none;
	border-color: 996600;
	border-width=thin;
	margin : auto;
}

.out 
{
	border-style: none;
	border-color: FFCC66;
	border-width=thin;
	margin : auto;

}


	

/* Third and smallest size section headers (larger headers are images, not text) */
.blueHeader		{ color:#00467E; font-size:12px; font-weight:bold; font-family:verdana, arial, geneva, helvetica;}
.blackHeader	{ color:#000000; font-size:12px; font-weight:bold }

/* Used for small, italicized text (e.g. at the bottom of BIC case studies) */
.smallNote		{ font-size:10px; font-style:italic }

/* Used for small, italicized text (e.g. at the bottom of BIC case studies) */
.smallNote2		{ font-size:10px; font-style:normal }

/* These styles are used for error highlighting on form submission pages */
.normal			{ font-family:verdana, arial, geneva, helvetica; font-size:11.5px; color:333333; line-height:1.8 }
.error			{ color:#cc3333 }



/* To decrease the size of a dropdown selection */
.dropdownMenu{font-family:verdana, Helvetica, sans-serif; font-size:9px; color:#000000;}

