
/* ---------------------------------- */
/* Text                               */
/* ---------------------------------- */


body,td,input {
	color: #505050
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	/*text-align: justify;*/
	line-height: 120%;
}


h1, h2, h3 {
	font-family: Arial, Verdana, Sans-Serif;
}

h1 {
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	padding-top: 0px;
	margin-top: 0px;
}
	
h2 {
	font-size: 12px;
	text-align: left;
	font-weight: bold;
}


h3 {
	font-size: 12px;
	text-align: left;
	font-weight: normal;
}
	
	
.mainTable {
	align: center;
}

#content {
	text-align: left;
	font-size: 1.0em;
}

#footer {
	font-family: Verdana, Arial, Sans-Serif;
	text-align: center;
	/*font-size: 0.8em;*/
	font-size: 9px;
}

a:active, a:link, a:visited {
	text-decoration: none;
	color: #676767;
	font-weight: normal;
	border-bottom: 1px solid #ABABAB;
}

a:hover{
	text-decoration: none;
	color: #676767;
	font-weight: normal;
	border-bottom: 1px solid #FF3333;
}
