body {
	background-image:	url( assets/bkg_rptr.gif );	
	font-family:		Verdana;
	font-size:		12px;
	color:			#FFFFFF;
	padding: 		0;
   	margin: 		0;
}

.footer {
	font-size:		10px;
	color:			#FFFFFF;
	text-align:		center;
	padding:		5px;
}

.footer a {
	color:			#FFFFFF;
	font-weight:		bold;
	text-decoration:	none;
}

.Menu, .Menu td, .Menu tr {
	font-size:		14px;
	text-transform: 	lowercase;
}

.Menu A {
	text-decoration:	none;
	font-weight: 		normal;
}

.Menu A:Hover {
	background-color:	#660000;
	text-decoration:	none;
}

.SubMenu, .SubMenu td {
	text-transform:		capitalize;
	font-size:		10px;
}

A {
	text-decoration:	none;
	font-weight: 		bold;
	color:			#FFFFFF;	
}

A:Hover {
	text-decoration:	underline;
}

.header {
	background-image:	url(assets/page_top.jpg);
	background-position:	top right;
	background-repeat: 	no-repeat;
}

.header td {
	font-size: 		16px;
	text-transform:		capitalize;
	font-family:		arial;
	color:			#FFFFFF;
}

.subHeader {
	font-weight:		bold;
	color:			#550000;
}

.content, .content td, .content tr {
	text-align:		justify;
	font-size: 		12px;
	color:			#000000;
}

.content A {
	color:			#000000;
}

ul {
	list-style-image: 	url(assets/list_icon.gif);
	text-align:		left;
	text-transform:		capitalize;
	list-style: 		disc;
}

li {
	padding:		5px;
}

.form {
	border:			1px solid #000000;
	width:			100%;
}

.button {
	background-color:	#860000;
	border:			1px solid #000000;
	width:			100%;
	color:			#FFFFFF;	
}