body {

	margin: 0px;
	padding: 5px;
	border: 0px;
}

li {
	font-family: Verdana;
	color: black;
	font-size: 11px;
	background-color: transparent;
}

a {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
    font-family: Verdana;
}

a:visited{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
    font-family: Verdana;
}

a:hover { 
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
    font-family:  Verdana;
 } 
 
 a:active { 
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
    font-family: Verdana;
 } 
 
a.bottom {
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	background-color: transparent;
	text-decoration: underline;
    font-family: Verdana;
}

a.bottom:visited{
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	background-color: transparent;
	text-decoration: underline;
    font-family: Verdana;
}

a.bottom:hover { 
	color: #333333;
	font-size: 10px;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
    font-family:  Verdana;
 } 
 
 a.bottom:active { 
	color: #333333;
	font-size: 10px;
	font-weight: normal;
	background-color: transparent;
	text-decoration: underline;
    font-family: Verdana;
 } 
 
td.top {
	vertical-align: top;
}

h1 {
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}


h2 {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

h3 {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

p { 
	font-family: Verdana;
	color: black;
	font-size: 12px;
	background-color: transparent;
 } 
