/* BROWSERS */

/* Overall forces scroll bars so horizontal jumping doesn't occur */
html { min-height: 100%; margin-bottom: 1px; }

/* FIREFOX specific-link display control-remove dotted border around links when selected */
a:active				{ outline: none;}
a:focus				{ -moz-outline-style: none;}


/* COLORS (for body, tables, background browser) */
.white				{ background-color: #FFFFFF;}
body.grey				{ background-color: #DDDDDD;}
body.blue				{ background-color: #5A758C;}
table.bgcolor_white		{ background-color: #FFFFFF;}


/* Fonts (for body and headers) */
.textfont_11		{ font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 11px; color: #444; } 
.textfont_12		{ font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 12px; color: #444; } 
.textfont_14		{ font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 14px; color: #444; text-align:justify; }
.textfont_16		{ font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 16px; color: #444; text-align:justify; }

.titlefont			{ font-family: Helvetica, Arial, Verdana, sans-serif; font-size: 30px; font-weight: 900; font-stretch: wider; }
.red				{ color: red; }



/* ALIGNMENT FOR TABLE ELEMENTS and IMAGES */
.top 					{ vertical-align: top;}
.bottom 				{ vertical-align: bottom;}
.right 				{ text-align: right;}
.left 				{ text-align: left;}
.center				{ text-align: center;}
.justify				{ text-align: justify;}



/* LINKS */
.asmnne_emaillink:link 		{ color: #444; text-decoration: underline; font: 11pt "Arial"; font-style: italic;}
.asmnne_emaillink:active 	{ color: #444; text-decoration: underline; font: 11pt "Arial"; font-style: italic;} 
.asmnne_emaillink:visited 	{ color: #444; text-decoration: underline; font: 11pt "Arial"; font-style: italic;}
.asmnne_emaillink:hover		{ color: #444; text-decoration: none; font: 11pt "Arial"; font-style: italic;}

.asmnne_link:link 		{ color: #4B7EAD; text-decoration: underline; font: 10pt "Arial"; }
.asmnne_link:active 		{ color: #4B7EAD; text-decoration: underline; font: 10pt "Arial"; } 
.asmnne_link:visited 		{ color: #4B7EAD; text-decoration: underline; font: 10pt "Arial"; }
.asmnne_link:hover		{ color: #4B7EAD; text-decoration: none; font: 10pt "Arial"; }

.asmnne_link444:link 		{color: #444; text-decoration:none; font: 8pt "Helvetica"; }
.asmnne_link444:active 		{color: #444; text-decoration:none; font: 8pt "Helvetica"; }
.asmnne_link444:visited 	{color: #444; text-decoration:none; font: 8pt "Helvetica"; }
.asmnne_link444:hover		{color: #444; text-decoration:underline; font: 8pt "Helvetica"; }


