BODY {
	font-family: Verdana;
	font-size: x-small;

}
strong {
	color: 3E59A6;
}
table {
	font-family: Verdana;
	font-size: x-small;
}
ul { 
    line-height: 1.5em;
    list-style-image: url("pics/bullet.jpg"); 
    margin-left: 2em;
    padding:0;
}
a:visited {
	text-decoration: none;
	color: 3E59A6;
}
a:active {
	text-decoration: none;
	color: 3E59A6;
}
a:link {
	color: 3E59A6;
	text-decoration: none;
}
a:hover {
	color: 3E59A6;
	text-decoration: underline;
}
.click {
	cursor: hand;
}
.input {
	font: 100% Verdana;
    border: 1px solid #336699;  
    color: Black;
    background-color: white;
    vertical-align: middle;
    margin-bottom: 1px;
    padding: 0.1em;
}
.button {
	font-size: 100% ! important;
	margin-bottom: 1px ! important;
	border: 1px solid #336699;
	background-color: #FFFFFF;
}
