html, body {
	background-color:	#F2EED5;	
	font-family:      	georgia, sans-serif;
	font-size:		14px;
	color:			#000000;
	padding: 		0;
  	margin: 		0;
}

.header {
	font-size:		20px;
	font-weight:		bold;
	font-family:		Times New Roman;
}

.footer {
	color:			#000000;
	font-size:		10px;
	text-align:		center;
	padding:		5px;
	font-family:		georgia;
	background-color:	transparent;
}

.footer A {
	color:			#000000;
	background-color:	transparent;
}

A {
	color:			#812419;
	text-decoration:	underline;
	background-color:	transparent;
}

A:hover {
	text-decoration:	none;
}

.menu {
	position:		relative;
	top: 			-2px;
}

.menu A {
	font-family:		arial, sans-serif;
	font-size:		14px;
	font-weight:		bold;	
	text-decoration:	none;
}

.menu A:hover {
	text-decoration:	none;
	color:			#000000;
}

.menu td {
	font-weight:		bold;
	padding-right:		10px;
	padding-top:		5px;
	padding-bottom:		10px;
	padding-left:		0px;
}

.menuRow {
	background-color:	#000000;
	color:			#FFFFFF;
}

.menuRow A {
	color:			#F0EBD3;
	text-decoration:	none;
	font-family:		georgia;
	font-size:		13px;
	padding-bottom:		5px;
}

.content {
	text-align:		justify;
	font-size:		12px;
}

.content td, .content tr {
	font-size:		12px;
}

.button {
	border: 		1px solid #304654;
	background-color:	#82AFCC;
}