/*	PAGE MARGINS and BACKGROUND COLOR	*/
.page {
	Margin-left :				0;
	Margin-right :				0;
	Margin-top :				0;
	Margin-bottom :				0;
	margin-width :				0;
	margin-height :				0;
	background-color :			#fff;
}

/*  TOP MENU BAR STYLES  */
.TopMenu {
	font-family :				Verdana, sans-serif;
	font-size :					7pt;
	font-weight :				bold;
	text-align :				left;
	color :						black;
	cursor :					hand;
	background-color : 			#F9DD16;
	border-style :				solid;
	border-color :				#000000;
	border-width :				2px 2px 2px 2px;
	padding :					0px 3px 0px 3px;
}
.TopMenuHL {
	font-family :				Verdana, sans-serif;
	font-size :					7pt;
	font-weight :				bold;
	text-align :				left;
	color :						#000;
	cursor :					hand;
	background-color : 			#fff;
	border-style :				solid;
	border-color :				#000;
	border-width :				2px 2px 0px 2px;
	padding :					0px 3px 0px 3px;
}

/*  SIDE MENU BAR STYLES  */
.SideBoxImages {
	align :						center;
	border-style :				solid;
	border-color :				#000;
	border-width :				1px 1px 1px 1px;
}
.SideBox {
	background-color : 			#F9DD16;
	border-style :				solid;
	border-color :				#000;
	border-width :				1px 1px 1px 1px;
	padding :					0px 0px 10px 0px;
}
.rightbox {
	background-color :			#ffffff;
	border-style :				solid;
	border-color :				#000;
	border-width :				1px 1px 1px 1px;
	padding : 					0px 0px 0px 0px;
}
.SideBoxBody {
	font-family :				Verdana, sans-serif;
	font-size :					9pt;
	text-align :				right;
	color :						#eeeeee;
	cursor :					default;
	background-color : 			#F9DD16;
	padding :					10px 5px 10px 5px;
}
.SideMenu {
	font-family :				Verdana, sans-serif;
	font-size :					8pt;
	font-weight :				bold;
	text-align :				left;
	color :						black;
	cursor :					hand;
	background-color : 			#FFFF66;
	border-style :				solid;
	border-color :				#000000;
	border-width :				1px 1px 1px 1px;
	padding :					0px 3px 0px 3px;
}
.SideMenuHL {
	font-family :				Verdana, sans-serif;
	font-size :					8pt;
	font-weight :				bold;
	text-align :				left;
	color :						white;
	cursor :					hand;
	background-color : 			#000;
	border-style :				solid;
	border-color :				#000;
	border-width :				1px 1px 1px 1px;
	padding :					0px 3px 0px 3px;
}
.SideMenuSub {
	font-family :				Verdana, sans-serif;
	font-size :					7pt;
	font-weight :				bold;
	text-align :				left;
	color :						#000;
	cursor :					hand;
	background-color : 			#eee;
	border-style :				solid;
	border-color :				#000;
	border-width :				0px 1px 1px 1px;
	padding :					0px 3px 0px 6px;
}
.SideMenuSubHL {
	font-family :				Verdana, sans-serif;
	font-size :					7pt;
	font-weight :				bold;
	text-align :				left;
	color :						#000;
	cursor :					hand;
	background-color : 			#999;
	border-style :				solid;
	border-color :				#000;
	border-width :				0px 4px 1px 1px;
	padding :					0px 3px 0px 6px;
}

/*	BODY TEXT	*/
.bodyarea {
	vertical-align :			text-top;
	border-width :				0px 0px 0px 0px;
	padding :					4px 6px 4px 6px;
}
.title {
	font-family :				Verdana, sans-serif;
	font-size :					28pt;
	text-align :				left;
	color :						#000000;
} 
.subtitle {
	font-family :				Verdana, sans-serif;
	font-size :					14pt;
	text-align :				left;
	color :						#000;
} 
.body {
	font-family :				Verdana, sans-serif;
	font-size :					9pt;
	text-align :				left;
	color :						#000;
}
.bodybold {
	font-family :				Verdana, sans-serif;
	font-size :					9pt;
	font-weight :				bold;
	text-align :				left;
	color :						#000;
}
.bodyblue {
	font-family :				Verdana, sans-serif;
	font-size :					9pt;
	text-align :				left;
	color :						#0000ff;
}
.bodyboldblue {
	font-family :				Verdana, sans-serif;
	font-size :					9pt;
	font-weight :				bold;
	text-align :				left;
	color :						#0000ff;
}
.fineprint {
	font-family :				Verdana, sans-serif;
	font-size :					7pt;
	text-align :				left;
	color :						#000;
}

/*	CLOCK	*/
.clock {
	font-family :				Verdana, sans-serif;
	font-size :					7pt;
	text-align :				left;
	vertical-align :			text-top;
	color :						#ddd;
	text-decoration :			none;
	cursor :					default;
	padding :					5px 0px 0px 40px;
}

/*	BOTTOM BAR	*/
.bottombartext {
	font-family :				Verdana, sans-serif;
	font-size :					7pt;
	text-align :				center;
	vertical-align :			text-middle;
	color :						#fff;
	cursor :					hand;
	text-decoration :			none;
}
.bottombar { 
	font-size : 7pt;
	font-family: verdana;
	color : #DDD; 
}
a.link.bottombar {
	font-family :				Verdana, sans-serif;
	font-size :					7pt;
	text-align :				center;
	vertical-align :			text-middle;
	color :						#ddd;
	cursor :					hand;
	text-decoration :			none;
}
a.link.bottombar:hover {
	font-family :				Verdana, sans-serif;
	font-size :					7pt;
	text-align :				center;
	vertical-align :			text-middle;
	color :						#F9DD16;
	cursor :					hand;
	text-decoration :			underline;
}
a.link.bottombar:visited {
	font-family :				Verdana, sans-serif;
	font-size :					7pt;
	text-align :				center;
	vertical-align :			text-middle;
	color :						#ddd;
	cursor :					hand;
	text-decoration :			none;
}
.IconMenu {
	cursor :					hand;
	background-color : 			#F9DD16;
}
.IconMenuHL {
	cursor :					hand;
	background-color : 			#999;
}
