/* TEXT CLASSES */
@import "CSS/layout.css";

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	color:#333;
	font-size:11px;
	line-height:17px;
}

p { margin: 0 0 8px 0 ;}

a:link, a:active, a:visited {
	color:#B95C00;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#015598;
	text-decoration:underline;
	font-weight:bold;
}

h3 {
	color:#B95C00;
	margin:10px 0 0 0;
	font-size:13px;
}