body {
	margin: 0px;
}

h1 {
	color: #C44F39;
	font-size: 17px;
	font-weight: bold;
}

h2 {
	color: #438798;
	font-size: 14px;
	font-weight: bold;
}

.footerYellow {
	font-weight: bold;
	color: #F5E375;
	font-size: 10px;
}

.noMargin {
	margin: 0px;
	padding: 0px;
}

a.foot:link, a.foot:visited {
	color: #ffffff;	
	font-size: 10px;
	font-weight: bold;
}

a.foot:hover {
	color: #ffffff;	
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.leftIndent {
	padding-left: 15px;
}

.bold {
	font-weight: bold;
}

.greenBold{
	font-weight: bold;
	color: #7C9948;
}

.leftNav {
	list-style: none;
	margin: 0px 5px 5px 20px;
	padding-left: 0px;
}

.leftNav li {
	padding: 0px 0px 3px;
}

a.leftNavLnk:link, a.leftNavLnk:visited {
  font-family: tahoma, verdana; 
  font-size: 11px;
  color: #FFFCEA;
  cursor:pointer;
  font-weight: bold;
	text-decoration: none;
	line-height: 1;
}

a.leftNavLnk:hover
{
  color:#FFFCEA;
  font-family: tahoma, verdana; 
  font-size: 11px;
  cursor:pointer;
  text-decoration: underline;
  font-weight: bold;
	line-height: 1;
}

/***********************
	FORM CLASSES
***********************/
.inputBlue {
	background: #A4C0C4;
	font-size: 10px;
	color: #000000;
	border: 1px solid #334C51;
}

.inputGreen {
	background: #D7E1AF;
	font-size: 10px;
	color: #000000;
	border: 1px solid #5E6C3B;
}

/***********************
	TOPBAR CLASSES
***********************/
.TopMenuGroup
{
  border: none;
  /*background: url('/images/interior/smp_int_top_nav_tile.gif') #C0693C;*/
  cursor: pointer;
}

.MenuGroup
{
  /*background-color:#F9F6E3;*/
  filter: Alpha(opacity='90');
  -moz-opacity:0.9;
  opacity: 0.9;
  color:#3E7786;
  font-family:verdana;
  font-size:11px;
  cursor:pointer;
  font-weight: bold;
}

.MenuItem
{
  background-color:#F9F6E3;
  color:#3E7786;
  font-family:verdana;
  font-size:11px;
  border: solid 1px white;
  cursor:pointer;
  font-weight: bold;
}

.MenuItemHover
{
  background-color:#DAE8CA;
  color:#384521;
  font-family:verdana;
  font-size:11px;
  border: solid 1px white;
  cursor:pointer;
  font-weight: bold;
}

.TopBarDivider {
	width: 6px;
	height: 24px;
	background: smp_int_top_nav_divider.gif;
}

/***********************
	NAVBAR CLASSES
***********************/
.NavBar
{
  padding: 0px;
  cursor: default;
  color: #ffffff;
  margin: 0px;
  width: 217px;
  font-size: 11px;
} 

.NavBarTopItem
{
  padding: 0px;
  margin-bottom: -1px;
  cursor: pointer;
  color: #ffffff;
  width: 217px;
  font-size: 11px;
} 

.NavBarItem
{
  font-family: tahoma, verdana; 
  font-size: 11px;
  color: #FFFCEA;
  padding-left: 25px; 
  padding-top: 2px; 
  padding-bottom: 4px; 
  width:217px;
  cursor:pointer;
  font-weight: bold;
}

.NavBarItemHover
{
  color:#FFFCEA;
  font-family: tahoma, verdana; 
  font-size: 11px;
  padding-left: 25px;
  padding-top: 2px; 
  padding-bottom: 4px; 
  width:217px;
  cursor:pointer;
  text-decoration: underline;
  font-weight: bold;
}

.Level2Item
{
  font-family: tahoma, verdana; 
  font-size: 11px; 
  padding-left: 10px; 
  cursor:hand;
}

.Level2ItemHover
{
  font-family: tahoma, verdana; 
  font-size: 11px; 
  text-decoration:underline;
  padding-left: 10px; 
  cursor:hand;
}

.Level2Group
{
  background-color: white;
  border: 1px #D4D0C8 solid;
  padding:5px;
  padding-left:10px;
  padding-right:0px;
  width:184px;
  font-size: 11px;
}

.Empty
{
}
