﻿html{background:#fff;}

body{
	background: #fff;
	padding: 10px 10px 8px 10px;
	font-size: 12px;
	font-family:"Trebuchet MS";
	color:#000;
}
a{
	color: #e8008e;
}
h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0 0 10px 0;
	color: #3b3b3b;
	font-weight:bold;
}
h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	margin: 0 0 10px 0;
	color: #3b3b3b;
	font-weight:bold;
}
p{
	line-height: 19px;
	margin: 0 0 10px 0;
}
ol, ul{
	list-style-position: inside;
	padding: 0 0 0 20px;
	line-height: 19px;
	margin: 0 0 10px 0;
}
li{
	height: 22px;
	overflow: hidden;
}
textarea{
	overflow: auto;
}
.left{
	width: 457px;
	float: left;
}
.right{
	width: 457px;
	float: right;
}
.button{
	background: url(../Templates/PC/img/gobutton.gif) repeat-x;
	border: 1px solid #fff;
	color: #fff;
	font-size: 11px;
	position: relative;
	text-decoration: none;
	padding: 0 2px;
	margin: 0 0 0 5px;
	cursor:pointer;
}

