/* CSS Document */

body {
	margin-top: 0px;
	height: 100%;
	padding: 0px;
	font-family: Verdana, Arial, helvetica, serif;
	font-size: 12px;
}

.clr {
	clear: both;
}

A:link        {background-color: transparent; color: #669999; text-decoration: none;} 
A:visited     {background-color: transparent; color: #669900; text-decoration: none;} 
A:hover       {background-color: transparent; color: #CC3333; text-decoration: none;} 


table {
	border-spacing: 0px;
	border-collapse: collapse;
	margin-bottom: 0px;
}

td {
	font-size: 12px;
}

H1, H2, H3 {
	font-size: 12px;
	font-weight: normal;
}


