body {
	background-color: #000000;
	font-size: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.Table {
	 width: 955px;
}
.TableWidth {
	width: 100%;
}
h1 {
	font-size: 14px;
	text-transform: uppercase;
}
h2 {
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 1px solid #5b7985;
	padding-bottom: 5px;
}
div.message {
	font-size: 12px;
	text-align: center;
	border: 1px solid white;
	font-weight: normal;
	padding: 5px;
	width: 300px;
	color: #C1C1C1;
	margin-left: 160px;
}
p {
	text-align: justify;
}
a:link, a:visited { 
	text-decoration: none; 
	color: #C1C1C1;
}
a:hover, a:active { 
	text-decoration: none; 
	color: #E1E1E1;
}
a.left:link, a.left:visited { 
	text-decoration: none; 
	color: #5b7985;
	line-height: 16px;
	margin-left: 20px;
}
a.left:hover, a.left:active { 
	text-decoration: none; 
	color: #FFFFFF;
	line-height: 16px;
	margin-left: 20px;
}
a.leftsublink:link, a.leftsublink:visited { 
	text-decoration: none; 
	color: #5b7985;
}
a.leftsublink:hover, a.leftsublink:active { 
	text-decoration: none; 
	color: #C1C1C1;
}
.action {
	color: #c00500;
}
.BGLeftLink {
	padding-left: 25px;
	margin-bottom: 4px;
	margin-top: 4px;
	color: #C1C1C1;
}

.BGSubmenu {
	background-color: #04152A; 
	width: 210px;
	padding-left: 25px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	color: #C1C1C1;
}
.leftTable {
	width: 260px;
	height: 400px;
	background-image: url(images/BGleftTable.png);
	background-color: #010204;
	background-position: bottom; 
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-bottom: 200px;
}
.rightTable {
	width: 640px;
	background-image: url(images/BGrightTable.png);
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.topTable {
	background-image: url(images/BGtopTable.png);
	height: 37px;
	width: 680px;
	color: #5b7985;
	padding-left: 20px;
	font-weight: bold;
	background-repeat: no-repeat;
}
.Toptabletext {
	padding-bottom: 10px;
}
.borderTable {
	border-bottom: 2px solid #5b7985;
	width: 100%;
}
.BGleftLink {
	background-image: url(images/BGleftLink.png);
	height: 20px;
	width: 241px;
	margin-bottom: 0px;
	margin-top: 5px;
}
#footerBg {
	/*background-image: url(images/BGbottomCopyright.png);*/
	text-align: center;
	height: 31px;
	color: #5b7985;
	text-align: right;
	padding-right: 10px;
}

/****************** F o r m  ********************/
label {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 2px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	letter-spacing: 1px;
}
.InputText {
	background-color: #FFFFFF;
	border: 1px solid #5b7985;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	width: 200px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}
.InputTextFocus {
	background-color: #FAFAFA;
	border: 1px solid black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	width: 200px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}
.InputTextarea {
	background-color: #FFFFFF;
	border: 1px solid #5b7985;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	width: 400px;
	height: 300px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}

.InputTextareaFocus {
	background-color: #FAFAFA;
	border: 1px solid black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	width: 400px;
	height: 300px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}
.InputButton {
	background-color: #FAFAFA;
	border: 1px solid #5b7985;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
/****************** E n d F o r m  ********************/
/****************** A d m i n i s t r a t i o n  F o r m  ********************/
a.IconLink:link, a.IconLink:active, a.IconLink:visited {
	display: block;
	width: 70px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	float: left;
	text-align: center;
	overflow: hidden;
	color: #000000;
}
a.IconLink:hover {
	display: block;
	width: 70px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	float: left;
	text-align: center;
	overflow: hidden;
	color: #FFFFFF;
}
.Icon {
	margin: 3px;
}
.Special {
	width: 250px;
	float: right;
	margin: 10px;
	background-color: #F0F0F0;
	padding: 5px;
}
.RowTitle {
	background-color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
}
.RowEven {
	background-color: #F0F0F0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: left;
}

.RowOdd {
	background-color: #E1E1E1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: left;
}
.NavigationLink {
	color: white;
}
/****************** E N D  A d m i n i s t r a t i o n  F o r m  ********************/
.RTEditor {
	margin-bottom: 5px;
	padding-left: 170px;
	width: 400px;
	text-align: left;
}
.picture {
	margin: 5px 0px 5px 30px;
	padding: 2px;
	border: 1px solid #010204;
}