* {
  margin: 0;
  padding: 0;
  border: 0;
  font-family:'Times New Roman','Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Lucida, 'Trebuchet MS', Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

html {
	height:100%;
}

body {
	background-color:#000000;
	margin-top:30px;
	height:100%;
}



div#MainWrapperPage {
 	width: 650px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	height:100%;
}



table {
	border-collapse: collapse;
	border-spacing: 0;
}

A {text-decoration: none;}
A:link {color: #006699;}
A:visited {color: #006600;}
A:active {color: #00ccff;}
A:hover {color: #00ccff; }


h1,  .MainTitle  {
    font: 'Times New Roman','Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Lucida, 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-size:18px;
	font-weight:bold;
    text-transform: none;
    color: #373536;
	line-height:22px;
	padding-bottom:12px;
}

h2 {
    font: 'Times New Roman','Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Lucida, 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-size:16px;
	font-weight:bold;
    text-transform: none;
    color: #373536;
	line-height:22px;
	padding-bottom:10px;
}

p {
    font: 'Times New Roman','Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Lucida, 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-size:13px;
    color: #000000;
    letter-spacing: 1pt;
	line-height:18px;
	padding-bottom:10px;
}

li {
    font: 'Times New Roman','Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Lucida, 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-size:13px;
    color: #000000;
    letter-spacing: 1pt;
	line-height:16px;
}

ul {
	margin-left:40px;
}

.Menu {
    font: Verdana, Arial, Helvetica, sans-serif;
    color: #FEE4A9;
	font-size:12px;
	font-weight:bold;
}

.Menu a {
    font: Verdana, Arial, Helvetica, sans-serif;
    color: #ffffff;
	font-size:13px;
	font-weight:bold;
	border-bottom:none;
}
.Menu a:link {
	border-bottom:none;
}
.Menu a:visited {
	border-bottom:none;
}
.Menu a:active {
	border-bottom:none;
}
.Menu a:hover {
    color: #FEE4A9;
	border-bottom:1px solid #FEE4A9;
}

.SubMenu {
    font: Verdana, Arial, Helvetica, sans-serif;
    color: #FEE4A9;
	font-size:12px;
}
.SubMenu a {
    font: Verdana, Arial, Helvetica, sans-serif;
    color: #ffffff;
	font-size:13px;
	border-bottom:none;
}
.SubMenu a:link {
	border-bottom:none;
}
.SubMenu a:visited {
	border-bottom:none;
}
.SubMenu a:active {
	border-bottom:none;
}
.SubMenu a:hover {
    color: #FEE4A9;
	border-bottom:1px solid #FEE4A9;
}

.footer {
    font: Arial, Helvetica, sans-serif;
	font-size:10px
    color: #000000;
    letter-spacing: 1pt;
}
