﻿a {
	text-decoration : none;
}
body {
	background-attachment : scroll;
	background-color : #252b32;
	background-image : url(../Images/Bkgs/Body.jpg);
	background-position : top center;
	background-repeat : repeat;
	margin : 0px;
}
.editable {
	min-height : 500px;
}
img {
	border-width : 0px;
}
.BodyBkg {
	background-attachment : scroll;
	background-image : url(../Images/Bkgs/Pg.jpg);
	background-position : top center;
	background-repeat : no-repeat;
}
.PgBkg {
	left : 0px;
	position : relative;
	top : 0px;
	width : 915px;
}
.PgMenuBkg {
	background-image : url(../Images/Bkgs/GenXml_Logo.png);
	background-position : left;
	background-repeat : no-repeat;
	height : 130px;
}
.PgMenuItem {
	font-family : Georgia, 'Book Antiqua', 'Times New Roman';
	font-size : 16px;
	float : right;
	height : 115px;
	padding-left : 14px;
	padding-right : 14px;
}
.PgMenuItemSel {
	background-image : url(../Images/Bkgs/Sel_Menu.png);
	background-position : bottom center;
	background-repeat : no-repeat;
}
.PgMenuItem a {
	color : #182433;
	left : 0px;
	position : relative;
	text-decoration : none;
	top : 76px;
}
.PgMenuItem a:hover, .PgMenuItemSel a, .PgMenuItemSelected a:hover {
	color : #f1f3f6;
	text-decoration : none;
}
.MainBody {
	font-family : 'Segoe UI', Tahoma, Verdana;
	color : #f1f3f6;
	font-size : 14px;
	line-height : 18px;
	padding-top : 30px;
	text-align : left;
}
.MainBody a {
	color : #91a6c3;
	font-style : italic;
	font-weight : bold;
	text-decoration : none;
}
.MainBody a:hover {
	color : #ffffff;
	font-style : italic;
	font-weight : bold;
	text-decoration : none;
}
.SecHref {
	/*border-bottom : 1px solid #91a6c3;*/
	margin-top : 24px;
	height : 28px;
	line-height : 28px;
	text-align : right;
}
.SecHref a {
	color : #91a6c3; /*#5c697a;*/
	font-weight : normal;
	text-decoration : none;
}
.SecHref a:hover {
	border-width : 0px;
	color : #ffffff;
	font-weight : normal;
	text-decoration : none;
}
.Ftr {
	border-top : 1px solid #000000;
	color : #ffffff;
	font-family : 'Segoe UI', Tahoma, Verdana;
	/*font-family : Georgia, 'Book Antiqua', 'Times New Roman';*/
	font-size : 12px;
	font-style : normal;
	height : 260px;
	left : 0px;
	line-height : 28px;
	position : relative;
	text-align : center;
	top : 40px;
	width : 915px;
}
.FtrMenu {
	border-top : 1px solid #424b57;
	color : #91a6c3;
	font-family : 'Segoe UI', Tahoma, Verdana;
	font-size : 12px;
	padding-top : 20px;
	padding-bottom : 20px;
	text-transform : uppercase;
}
.Ftr a {
	color : #91a6c3;
}
.Ftr a:hover {
	border-bottom : 1px dashed #ffffff;
	color : #ffffff;
}
