body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}

html, body { height: 100%; }

table.Main { height: 100%; }

.Content { min-height: 600px; }

.Bkg {
	background-color: #FFFFFF;
	background-image: url(../Images/Components/Bkg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

#Main {
	height: 100%;
	width: 100%;
}

.Header {
	background-color: #658CAD;
}

.White {
	background-color: #FFFFFF;
}

a.MenuP, a.MenuC {
	display:block;
	color:#003366;
	text-decoration: none;
	vertical-align:middle;
}

a.MenuP {
	height: 35px;
	width: 190px;
	padding-left:10px;
	padding-top:5px;
/*	padding-bottom:10px;*/
}

a.MenuC {
	height: 25px;
	width: 155px;
	padding-left:45px;
	padding-top:5px;
}

a.MenuP:hover, a.MenuC:hover {
	color:#FFFFFF;
	background-color:#658CAD;
	filter:alpha(opacity=60, style=0, enabled=1);
	-moz-opacity:.60;
	opacity:.60;
}

td.MenuP, td.MenuPSelected {
	font-size: 13px;
	color: #0000FF;
}

td.MenuC, td.MenuCSelected {
	font-size: 11px;
	color: #0000FF;
}

td.MenuP, td.MenuPSelected {
	height: 40px;
	width: 180px;
}

td.MenuC, td.MenuCSelected {
	height: 25px;
	width: 180px;

}

td.MenuP, td.MenuPSelected {
	border-top-width: 1px;
	border-top-style:solid;
	border-top-color: #FFFFFF;
}

td.MenuPSelected {
	background-color: #FFFFFF;
	filter:alpha(opacity=60, style=0, enabled=1);
	-moz-opacity:.60;
	opacity:.60;
}

td.MenuC {
	background-color: #FFFFFF;
	filter:alpha(opacity=70, style=0, enabled=1);
	-moz-opacity:.70;
	opacity:.70;
}

td.MenuCSelected {
	background-color: #FFFFFF;
	filter:alpha(opacity=80, style=0, enabled=1);
	-moz-opacity:.80;
	opacity:.80;
}

td.MenuPSelected {
	height: 35px;
	width: 190px;
	padding-top:5px;
	padding-left:15px;
}
	
td.MenuCSelected {
	height: 30px;
	width: 155px;
	padding-top:5px;
	padding-left:45px;
}

.Menu {
	background-image: url(../Images/Components/MenuBkg.jpg);
	background-repeat: no-repeat;
/*	filter:alpha(opacity=70, style=0, enabled=1);
	-moz-opacity:.70;
	opacity:.70;*/
}

.Footer {
	background-color: #658CAD;
	background-attachment: scroll;
	background-image: url(../Images/Components/Footer.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	color: #FFFFFF;

/*	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;*/
}

.MainBody {
	padding-top:20px;
	padding-bottom:20px;
	padding-right:70px;
	padding-left:50px;
	line-height: 20px;
}

.PageTitle {
	font-size: 18px;
}

.Red {
	color: #FF0000;
}

.Button {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #646464;
  border: #646464 1px solid;
}

.H15 {
  height:15px;
}

.Font10 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.LogInInput {
  width: 100px;
  height: 12px;
  font-size: 10px;
  border: #646464 1px solid;
}

li {
	padding-bottom:15px;
}

a.L1 {
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

a.L2 {
	text-decoration: none;
	font-size: 11px;
}

a.L3 {
	text-decoration: none;
	font-size: 12px;
}
