body {
	background-color:	#FAF5E2;
	font-family:		Tahoma;
	font-size:		12px;
	color:			#000000;
	overflow-x:		hidden;
	padding: 		0;
   	margin: 		0;
}

td, tr {
	font-size: 		12px;
	text-align:		justify;
}

hr {
	color: 			#3443A0;
	width:			100%;
}

.Header {
	color:			#3443A0;
	font-size:		18px;
	font-weight:		bold;
	text-decoration:	none;
}

a {
	text-decoration:	none;
	color:			#000000;
}

a:hover {
	text-decoration:	underline;
}

em {
	text-decoration:	underline;
}

.image {
	border:			2px solid #3443A0;
}

.footer {
	font-family:		verdana;
	text-align:		center;
	font-size:		10px;
	color:			#ffffff;
	background-image:	url( assets/purple.jpg );
	padding: 		2px;
}

.footer a {
	color:			#FFFFFF;
	font-weight:		bold;
}