@charset "utf-8";
/* CSS Document */

p, a, h1, h2, h3, h4, h5 ,h6, td, textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}
p, td{
	font-size: 12px;
	color: #585858;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 18px;
	word-spacing: 2px;
}
textarea{
	font-size:12px;
}
a{
	text-decoration: none;
	color: #b200b7;
	font-size: 11px;
}
a:hover{
	text-decoration: underline;
	outline:none;
}
a img{
	border:none;	
}
h1{
	font-size: 20px;
	color: #29abe2;
	width: auto;
	margin: 0px;
	letter-spacing: 1px;
	font-weight: normal;
}
h2{
	font-size: 13px;
	color: #6F6F6F;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: 600;
}
h4{
	font-size: 12px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	color: #29ABE2;
}