@import url("landing.css");

BODY{}

TABLE{}

IMG
{
	border: none;
}

a:Link { 
color: #999999; 
text-decoration: underline;
 }
a:active { 
color: #999999; 
text-decoration: underline;
 }
a:visited { 
color: #999999; 
text-decoration: underline;
 }
a:hover { 
color: #0081CD; 
text-decoration: underline;
}

table.MainTable
{
border-spacing: 0;
width: 800px;
}

table.MainTable td th
{
	padding: 0;
}

.centerblockabsolute {
  position: absolute;
  width: 802px;
  left: 50%;
  margin-left: -400px;
}
.MainFrame
{
border-top: solid 3px black;
border-bottom: solid 3px black;
border-left: solid 1px #d7d7d7;
border-right: solid 1px #d7d7d7;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	list-style-image: none;
	list-style-type: disc;
	line-height: 17px;
}
.bullets2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
}

.Copyright {
    color: #999999;
    line-height: 20px;
    font-family : Arial, Helvetica, sans-serif;
    font-size: 10px;
    margin: 20px 10px;   
}


.FormTable {
  border-style: none;
  padding:0;
  width: 100%;
}

.FormLabelCell {
   vertical-align: top;
   font-weight: bold;
   width: 100%;
   text-align: right;
   padding: 4 10;
}

.FormTextArea {
   width: 400;
}
.FormTextBox {
  width: 300;
}

.BannerText {
   font-family: verdana, "trebuchet MS", helvetica, arial, sans-serif;
   font-stretch: condensed;
   font-weight: bold;
   font-size: 72px;
}
.BannerMenuBottom { border-bottom: solid 2px Gray; }
.BannerMenuTop td { border-top: solid 2px Gray; }


/*========================================================*/
/*  8. Main Menu and Module Menus                         */
/*========================================================*/

.MainMenu_MenuItem { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #999999; text-decoration: underline; }
.MainMenu_MenuItemSel { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #0881CD; text-decoration: underline; }


.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	color: #0081CD;
	font-size: 10px;
}
.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0081cd;
}
