body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #383838;
}
body {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	margin-top: 0px;
}

.Title_top{
	font-size:18px;
	color: #333333;
	padding-bottom:5px;
	border-bottom: dotted 2px #FF6600;
	}
	
.content_title {
	font-size:14px;
	font-weight:bold;
	color: #000000;
}

.content_text{
	padding-left:10px;
}

.content_text_11{
	font-size:10px;
	padding-top: 10px;
}

.highlight {
	font-size:12px;
	color:#FF6600;
	font-style:normal;
}

.price {
	font-size:14px;
	color: #000000;
	font-weight: bold;
}

a.content_link {
	color: #FF6600;
	text-decoration:none;
}

a.content_link:hover{
	color:#000000;
	text-decoration:underline;
}

a.content_link2 {
	color: #333333;
	font-weight:bold;
	text-decoration:none;
}

a.content_link2:hover{
	color:#000000;
	text-decoration:underline;
}	

.orange_line{
	border-top: solid #FF6600 2px;
	padding-top:10px;
}

.grey_dotted_line{
	border-top: dotted #666666 2px;
	padding-top:10px;
}
.orange_dotted_line{
	border-top: dotted #FF6600 2px;
}

.footer_link a{
	font-size:8pt;
	color:#555555;
	text-decoration:none;
}

.footer_link a:hover{
	color:#555555;
	text-decoration:underline;
}
h1{
	font-size:10pt;
	font-weight: 600;
	color: #FF6600;
	padding-bottom:5px;
	border-bottom: dotted 2px #FF6600;
	margin:0px;
	}

textarea {width:196px; height:173px; border-color:#7F9DB9; border-width:1px; background-color:#1C1C1D; border-style:solid; padding-left:5px; overflow:hidden;}