/* text_class.css - Text class */


.content																						/* content */
{
	min-height: 349px;
	max-width: 525px;
	height: auto !important;
	height: 665px;
	padding-top:255px;
	padding-left: 150px;
	padding-right: 100px;
	padding-bottom: 40px;
	text-align: justify;
	font-family: Verdana;
	font-size: 10pt;
}

h1																								/* headers */
{	
	font-family: tahoma;
	font-size: 14pt;
	color: #aaaaaa;
	text-align: left;
	font-weight: thin;
	padding: 0px;
	margin: 0px;
	margin-bottom: 30px;
}

h2
{
	font-size: 12pt;
	text-align:left;
	color: #2ea6ff;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}

h3
{
	color: #0071d7;
	font-size: 10pt;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

p																								/* paragraphs */
{
	padding: 0px; margin: 0px;
}


.eol																							/* text on the left to put an image on the home page */
{
	padding-left: 130px;
	padding-top: 8px;
}

.menu_text																						/* menu */
{
	font-family: tahoma;
	font-weight: bolder;
	font-size: 10pt;
	padding-top: 8px;
	padding-left: 15px;
}

a.menu_link:hover  
{
	color: #000000;
	text-decoration:none;	
	background-color: #e4e6e8;
}

.hidden																							/* hides the text */
{
	display: none;
}

strong																							/* strong attribute */
{
	color: #FF6633;
}

a:link																							/* a attribute */
{
	color: #244175;
	text-decoration:none;
	font-weight: bold;
}

a:hover
{
	background-color: #ffe500;
	font-weight: bold;
}

a:visited
{
	color: #244175;
	text-decoration:none;
	font-weight: bold;
}

.right																							/* right class */
{
	float: right;
}

a.right
{
	font-weight: normal;
}

a.copyright																						/* copyright class */
{
	position: absolute;
	bottom: 30px;
	left: 600px;
	color: white;
	font-weight: normal;
}

a.copyright:hover
{
	background-color: transparent;
}
