HTML, body {
	background-color:	#E1FBBE;	
	font-family:		Arial;
	font-size:		12px;
	color:			#000000;
	padding: 		0;
   	margin: 		0;
	height:			100%;
	width:			100%;
}

.footer {
	font-size:		10px;
	color:			#000000;
	text-align:		center;
	padding:		5px;
}

.footer a {
	color:			#000000;
	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:			#000000;	
}

A:Hover {
	text-decoration:	underline;
}

.header {
	font-size:		20px;
	font-weight:		bold;
}

.subHeader {
	font-weight:		bold;
	color:			#550000;
}

.content, .content td, .content tr {
	text-align:		justify;
	font-size: 		14px;
	color:			#000000;
}

.content A {
	color:			#000000;
}

.form {
	border:			1px solid #000000;
	width:			100%;
	padding:		0px;
	margin:			0px;
}

.button {
	background-color:	#860000;
	border:			1px solid #000000;
	width:			100%;
	color:			#FFFFFF;	
}

.contentBody {
	background-image:	url( assets/images/bk_content.jpg );
}

#MENU td, #MENU2 td {
	font-size:		12px;	
	width:			175px;
}

#MENU HR {
	width:			80%
	color:			#C1C1C1;
}

#MENU A {
	text-transform:		capitalize;
}

#MENU A:hover {
	text-decoration:	none;
}

.image {
	border: 		2px solid #FFFFFF; 
}

.NamePlate {
	padding: 		5px;
	color:			#FFFFFF;
	font-size:		18px;
	background-color:	#658093;
	position:		relative;
	left:			5px;
	top:			-50px;
	opacity: 		0.5;
	filter: 		alpha(opacity=50);
}

.cart, .cart td, .cart tr {
	font-size:		11px;
}

#ABOUTTEA strong {
	font-size:		14px;
}