body{
	margin: 0px;
	font-family: helvetica, arial, serif; 
	font-size: 12px;
	background: url('../image/bg.png') #fff repeat-x center top;
	font-size: 12px;
}

table{
	font-family: helvetica, arial, serif; 
	font-size: 12px;
	color: black;
	padding: 0px;
	border-width: 0px;
	border-style: solid;
	border-color: red;
}

tr{
	vertical-align: top;
	text-align: left;
}

td{
	padding: 0px;
	border-width: 0px;
	border-style: solid;
	border-color: blue;
}

img{
	border-width: 0px;
	border-style: solid;
	border-color: blue;
}

a{
	text-decoration: none;
	color: #0270e1;
}

a:hover{
	color: #298a28;
}

input{
	font-family: helvetica, arial, serif; 
	font-size: 12px;
	color: black;
}

textarea{
	font-family: helvetica, arial, serif; 
	font-size: 12px;
	color: black;
}

select{
	font-family: helvetica, arial, serif; 
	font-size: 12px;
	color: black;
	border-style: solid;
	border-color: black;
	border-width: 1px;
}

div{
	border-style: solid;
	border-color: pink;
	border-width: 0px;
}

ul{
	margin-top: 0px;
	margin-left: 15px;
}

form{margin: 0; padding: 0;}
