/* CSS Document */

body{
	background: url(images/BGTile.jpg);
	background-repeat:repeat-y;
	background-position: center top;
	background-color: #e2e2e2;

	margin: 0px;
	padding: 0px;

	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;

}

body .normal {
font-size: 12px;
letter-spacing: +0.03em;
line-height:18px; 
}

.NormalBold  
{
font-size: 12px;
letter-spacing: +0.04em;
line-height:18px; 
color: 9b9a7d;
}
body .Head { 
font-size: 12px;
font-weight: bold;
} 

body .SubHead { 
font-size: 12px;
font-weight: bold;
} 

body .SubSubHead { 
font-size: 12px;
font-weight: bold;
} 


blockquote{
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #555555;
font-size: 11px;
} 

blockquote A:link {
font-family:Verdana, Arial, Helvetica, sans-serif; 
color: #0000ff;

} 


body A:link { 
 color: 9b9a7d;
} 

body A:hover{ 
color: 9b9a7d;
}

body A:active {
color: 9b9a7d;
}

body A:visited { 
color: 9b9a7d;
} 

#LeftPane {

}


#ContentPane {

}

#RightPane{

}

.FooterText {
color: #999999;
font-size: 10px;
}

.FooterText:link, .FooterText:visited, .FooterText:active, .FooterText:hover  {
color: #999999;
font-size: 10px;
 }
 
.login:hover  {
	color: #ffffff;
	text-decoration: underline;
 }
 

.NormalTextBox{
	background-color: #e4e4e4;
	padding-left: 3px;
	padding-right: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin: 0px;
}



 
.StandardButton, .inputbutton     {
    background: #9b9a7d none; 
    color: #2e2309;
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}


*/
/* -- Menu Styles -- */


.TopMenuGroup
{
  background-color: transparent;

}

.MenuGroup
{
  border: solid 1px #ffffff;
}

.TopMenuItem
{	
 	color: #2e2309;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: bold; 
    cursor:pointer;
	text-align: left;
	border-right: 0px solid #fff;
}

.TopMenuItemHover
{
	color: #fff;
	background-color: #2e2309;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
    cursor:pointer;
	text-decoration: none;
	text-align: left;
	border-right: 0px solid #fff;
}

.MenuItem
{
  background-color: #9b9a7d;
  color: #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size:10px;
  cursor:pointer;
  text-align: left;
  border: #2e2309 solid 0px;
  border-collapse: collapse;
}

.MenuItemHover
{
  background-color:#2e2309;
  color: #fff;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size:10px;
  cursor:pointer;
  text-align: left;
  border: #2e2309 solid 0px;
  border-collapse: collapse;
  
}

