/* CSS Document */


/* STANDARD CLASSES */
body {
	font-family: Trebuchet, "Trebuchet", Trebuchet MS, "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 10px 10px 10px;
}
 
p {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #5D6764;
	line-height: 15px;
	text-align:left;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	color:#00B0D8;
	text-align:left;
}

h2 {
	font-size: 17px;
	font-weight: normal;
	color:#3F2C24;
	text-align:left;
}

h3 {
	font-size: 15px;
	font-weight: normal;
	color:#A4812D;
	text-align:left;
}
h4 {
	font-size: 26px;
	font-weight: bold;
	color:#0066CC;
	text-align:left;
}

a {
	color:#00B0D8;
	font-size: 14px;
	text-decoration:underline;
}

a:hover {
	color: #999999;
	text-decoration:none;
}
