*{
	margin:0px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}

body{
	background:#fFF;
}

img{
	border:0px;
}

a{
	color:#FF0000;
	text-decoration:underline;
}

a:hover{
	font-weight:bold;
}

#content{
	width:740px;
}

#section{
	height:100px;
	padding:20px 30px 50px 30px;
	
	line-height:90%;
	text-align:justify;
	background:#F2F2F2;
	border-bottom:#C2C2C2 1px dashed;
}

#bottom{
	text-align:left;
	margin-top:15px;
	margin-bottom:15px;
}

.title{
	font-size:14px;
}

.text{
	font-size:12px;
	color:#000;
	line-height: 18px;
}
.bolditalic{
	font-size:13px;
	font-weight:bold;
	font-style:italic;
	color:#000;
}

.red{
	color:#FF0000;
}

.form_field{
	border:0px;
	padding:5px;
	font-size:12px;
	width:200px;
}
