/* CSS Document */

body{
	margin:0;
}
.yellow_border{
	border:1px solid #EBB348;
}
.grey_text{
	font-family:arial;
	font-size:12px;
	color:#A0A0A0;
	text-decoration:none;
	font-weight:normal;
}
.copyright_text{
	font-family:tahoma;
	font-size:11px;
	color:#A0A0A0;
	text-decoration:none;
	font-weight:normal;
}
.normal_text{
	font-family:arial;
	font-size:15px;
	color:#545454;
	text-decoration:none;
	font-weight:normal;
	line-height:22px;
	margin-bottom:10px;
}
.orange_link{
	font-family:arial;
	font-size:15px;
	color:#DC820F;
	text-decoration:underline;
	font-weight:normal;
	line-height:18px;
}
.orange_link:hover{
	font-family:arial;
	font-size:15px;
	color:#DC820F;
	text-decoration:none;
	font-weight:normal;
	line-height:18px;
}
.text_field {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	height: 16px;
	width: 180px;
}
.text_area {
	font-family: arial;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.orange_bold_text {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #DC820F;
	text-decoration: none;
	line-height:18px;
}
