body{ background-color:#FFFFFF
}


.think { font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#CC6633;
}


a:link {
	color: #FF9900;
}
a:visited {
	color: #FF9900;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FF9900;
}

.address { font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#626262;

}


a.address:link {
	color: #626262;
text-decoration:none;
}
a.address:visited {
	color: #626262;
text-decoration:none;
}
a.address:hover {
	color: #cc6633;
text-decoration:none;
}
a.address:active {
	color: #626262;
text-decoration:none;
}



.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	padding: 0px 10px 0px 10px;
}

.red_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#FF0000;
	
}


.orange_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#f46c0c;
	
}

hr { color: #f46c0c;
width: 100%;
height: 1px;

}

.button { font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight: bold;
color:#FF0000;

}

a.button:link {
	color: #FF0000;
text-decoration:none;
}
a.button:visited {
	color: #FF0000;
text-decoration:none;
}
a.button:hover {
	color: #FF9900;
text-decoration:none;
}
a.button:active {
	color: #FF0000;
text-decoration:none;
}





