body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ECECEC;
}

img{
border:0px;
}

tr{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

p{
	margin-right:20px;
	line-height:17px;
}

a:link {
text-decoration: none;

color:blue;
font-weight: bold;

}

 a:visited{
text-decoration: none;

color:blue;
font-weight: bold;
}

 a:hover{
text-decoration: underline;

color:blue;
font-weight: bold;
}

a.dark {
text-decoration: none;

color:blue;
font-weight: normal;

}

 a:visited.dark{
text-decoration: none;

color:white;
font-weight: normal;
}

 a:hover.dark{
text-decoration: none;

color:white;
font-weight: normal;
}

.dark{
	color:white;
}

li{
	list-style-type: square;
}

.input1{
	background-color: #F2F2F2;
	border:3px solid #DDDDDD;
	font-size: 11px;
	padding-left:3px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}