/* CSS Document */

/* Body */
body, td {
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
	color: #000000;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	margin:0;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #642319;
	font-weight: bold;
	margin-bottom:5px;
	border-bottom:3px solid #FFCC00;
	text-align:right;
}
h2 {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000033;
	margin-bottom:5px;
	
}
h3,h4,h5,h6 {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000033;
}
/* Links */

a:link {
	color: #330000;
	text-decoration: underline;
	}
a:visited {
	color: #330000;
	text-decoration: underline;
	}
a:hover {
	color: #330000;
	text-decoration: none;
}
a:active {
	color: #330000;
	text-decoration: underline;
}
