@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; }

