@charset "UTF-8";
/* CSS Document */
html, body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color: #000000; 
	margin:0; 
	width:720px;
}

h1 {
	
}


.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.style3 {color: #CC0000}

.button {
	background:#cc0000;
	color:#FFF;
	padding:2px;
}

.table { padding-left:15px;background-color:#DCDCDC;}

