@charset "utf-8";
/* CSS Document */

/* Sets the style for unvisited links. 
a,  a:link {
	color: #FF9933;
}*/
/* Sets the style for visited links. 
a:visited {
	color: #a14a35;
}*/
/* Sets the style for links on mouseover. 
a:hover {
	color: #c92c17;
	text-decoration: none;
}*/

/* Commonly used to style page titles. 
h1 {
	color: #FF9933;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}*/

img.floatLeft { 
    float: left; 
    margin: 10px; 
}
img.floatRight {
	float: right;
	margin: 5 0 0 5px;
}
a img { border: 0; }

hr {
	background-position: center;
	border-top-color: #FF8040;
	border-top-width: thin;
	border-bottom-width: thin;
	border-bottom-color: #FF8040;
	width: 75%;
	height: 1px;
	color: #FF8040;
}
