html, body {
	background-color:	#FFFFFF;	
	font-family:            Verdana, sans-serif;
	font-size:		14px;
	color:			#000000;
	padding: 		0;
   	margin: 		0;
	height:			100%;
}

.footer {
	color:			#FFEEBE;
	font-size:		10px;
	text-align:		center;
	padding:		5px;
	background-color:	#000000;
}

.footer A {
	color:			#FFEEBE;
	background-color:	transparent;
}

A {
	color:			#000000;
	text-decoration:	underline;
	background-color:	transparent;
}

A:hover {
	text-decoration:	none;
}

.Menu {
	background-image:	url( assets/header_Repeat.jpg );
	background-repeat:	repeat-x;
	background-position:	top left;
	background-color:	#000000;
}

.content {
	padding:		10px;
	padding-left:		40px;
	font-size:		14px;
}

.content td, .content tr {
	font-size:		14px;
}

.header {
	color: 			#0199CB;
	font-size:		18px;
	font-weight:		bold;
}

.image {
	margin:			10px;
	border:			2px solid #0199CB;
}

.indent {
	padding-left:		10px;
}

.menuBar {
	background-color:	#000000;
	color:			#FFEEBE;
	font-size:		12px;
}

.logo {
	position: 		absolute; 
	top: 			10px; 
	left: 			10px;
	z-index:		2;
}

.MenuButtons {
	position: 		absolute; 
	top: 			0px; 
	right: 			10px;
	z-index:		1;	
	color:			#FFEEBE;
	text-decoration:	none;
	font-weight: 		bold;
}

.MenuButtons A {
	color:			#FFEEBE;
	text-decoration:	none;
	font-weight: 		bold;
}

.MenuButtons A:hover {
	color:			#FFFFFF;
}

.widget {
	padding-bottom:		10px;
}

.widget_body {
	padding: 		10px;
}

.widget_body, .widget_body td {
	font-size: 		12px;
	font-family:		Verdana, sans-serif;
	color:			#000000;
}

.widget_body A {
	color:			#005590;
	text-decoration:	underline;
}

.widget_body A:hover {
	color:			#005590;
	text-decoration:	none;
}

.widget_field {
	font-size: 			12px;
	font-family:		Verdana, sans-serif;
	color:				#000000;
	background-color:	#FFF3C1;
	width:				100%;
	border:				1px solid #000000;
}

.widget_image {
	border:			1px solid #000000;
}

form {
	margin:			0;
	padding:		0;
}

.button {
	background-color:	#055592;
	text-transform:		UPPERCASE;
	color:			#FFFFFF;
	border:			0;
	padding:		2px;
	margin:			2px;
	cursor:			pointer;
}

hr {
	color:			#000000;
	height:			1px;
}

SUP {
	color:			#FF0000;
}