body {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-style: normal;
		padding-top: 0%;
		text-align: center;
		background-image:url(img/bg_gradient.gif);
		background-repeat: repeat;
		background-color: #deffe9;
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 150%;
}
h3 {
	font-size: 115%;
}
table {
	border-collapse: collapse;
	border-width: 0px;
	font-style: normal;
	font-size: 13px;
	margin: auto;
}
img	{
	border: 0px;
}
input {
	font-size: 96%;
}
select {
		font-size: 96%;
}
textarea {
		font-size: 96%;
}
a:link, a:visited { 
	text-decoration : underline; 
}

a:hover { 
	color:#3366FF;
	text-decoration : underline; 
}
