<STYLE TYPE="TEXT/CSS">
body {
font-family: Verdana;
font-size: 11px;
font-weight: normal;
background: #EE2164;
color: #000000;
margin: 5px;
}
table, tr, td {
font-family: Verdana;
font-size: 11px;
font-weight: normal;
color: #000000;
}
a:link {
color: black;
text-decoration: none;
}
a:visited {
color: red;
text-decoration: none;
}
a:active {
color: black;
text-decoration: none;
}
a:hover {
color: #727272;
text-decoration: underline;
}
.dark {
	background: #C5CDD7;
}
.dark_header {
	background: #C5CDD7;
	background-image: url('img/gradient.gif');
	height:19px;
}
.light {
	background: #F2F2F2;
}
input, button {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid black;
}
select {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background: #C5CDD7;
}
textarea {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid black;
}

.link {
 font-family: verdana;
 font-size: 11px;
 text-align: left;
 color: #000000;
}
//-->
</STYLE>