body {
	background-image: url(.);
	background-repeat: no-repeat; 
	background-position: left 99px; 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


td {
	font-size: 14px; 
	color: #555E62; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : justify; /* left right center justify */
	vertical-align : middle; /* top bottom middle */
}

a {
	color : blue;
	text-decoration : none;
}

a:HOVER, a:FOCUS {
	text-decoration : underline;
	color : red;
}


h1 {
font-size: 14px;
font-weight: bold;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


h2 {
font-size: 16px;
font-weight: bold;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h3 {
font-size: 12px;
font-weight: light;
color: #555E62;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

