body {
	margin:0px;
	background-color:white;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#000000;
	font-size: 11px;
	text-align: center;
}

input.text {
	border: 1px solid #666666;
	background-color: white;
}

input.button {
	background-image: url(../images/form_button.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	height: 20px;
	width: 72px;
	border: 0px;
	font-size: 11px;
}

table {
	border-collapse: collapse;
}

td, div {
	padding:0px;
	margin:0px;
}

h1,h2,h3,h4,h5,h7 {
	font-family: Georgia,Times,serif;
	color: #333333;
	font-weight: normal;
	border-bottom: 1px solid lightgrey;
	text-align:left;
}

h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }

a {
	color: #6699CC;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: none;
}

a img {
	border: 0px;
}

#main_table td,p {
	font-size: 11px;
}

 .info1{
	margin: 0px; 
	padding: 4px;
	background:#ffffff;
	line-height: 1.3em;
	}
	
 .info2{
	margin: 0px; 
	padding: 4px;
	background:#f9f9f9;
	line-height: 1.3em;
	}
	

