/* CSS Document */

/*Text*/
body {
	margin-top: 0px;
	background-image:url(images/bg.gif);
}
body,td,th {
	font-family: Microsoft Sans Serif;
	font-size: 14px;
	color: #333333;
}
a {
	font-family: Microsoft Sans Serif;
	font-size: 14px;
	text-decoration: underline;
	color: #6B0207;
}
a:visited {
	color: #6B0207;
}
a:hover {
	color: #6B0207;
}
a:active {
	color: #6B0207;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 24px;
	color: #6B0207;
}
h2 {
	font-size: 18px;
	color: #6B0207;
}
h3 {
	font-size: 16px;
	color: #6B0207;
}

/*Show a border around the main body of the page, in Grey, Background in Blue*/
.mborder
{
	padding: 0px;
	border: 3px solid #6B0207;
	background-color: #CCCC78;
}

