td 	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		/*font-family:Georgia, "Times New Roman", Times, serif;*/
		font-size: 11px;
		font-style: normal;
	}

a	{
		text-decoration: underline;
		color: #003366;
		outline: none;
	}
	
a:visited	{
				color: #003366;
			}

a:active	{
				color: #003366;
			}

a:hover	{
				color: #999900;
				text-decoration: underline;
			}


.front_text_scroll {
	height: 200px;
	width: 100%;
	overflow: auto;
	padding: 3px;
	}
	
.small_section_scroll {
	height: 55px;
	width: 100%;
	overflow: auto;
	padding: 3px;
	}
	
.med_section_scroll {
	height: 55px;
	width: 100%;
	overflow: auto;
	padding: 3px;
	}