body {
font-family: Verdana;
font-size: 11px;
font-weight: normal;
background: #FFFFFF;
color: #000000;
margin: 5px;
}
table, tr, td {
font-family: Verdana;
font-size: 11px;
font-weight: normal;
color: #000000;
}
a:link {
color: #000000;
text-decoration: none;
}
a:visited {
color: #727272;
text-decoration: none;
}
a:active {
color: #000000;
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;
}

.button {border-width:1px;
	background:#f5f5f5;
	border-color:#c0c0c0;
	font-family:verdana;
	font-size:10px;
	color:black;
	height:20px;
	cursor:hand;
	}