html, body { 
	height: 100%;
}

#userIdMessage { 
	height: 2em;
}

body { 
	font-family: 'Tahoma'; 
	font-size: 12px; 
	line-height: 20px;
	margin: 15px 30px;
}

img {
	border: none;
}

p, table, ul, li, div, a {
  font-family: 'Tahoma'; 
//  font-size: 12px; 
  line-height: 20px;
  color: #222222;
} 

h1 {
//  font-size: 22px;
  font-weight: bold;
  line-height: 22px;
  color: #847C26;
}
 
h2, h3, h4, h5 {
//  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  color: #847C26;
}
 
a:link {
  color: #847C26;
}

a:visited {
  color: #847C26;
}

div.footer {
//  font-size: 9px;
  line-height: 12px;
  color: #999999; 
}

a.menu:link {
  font-family: font-family: 'Tahoma';  
//  font-size: 12px; 
  line-height: 20px;
  font-weight: bold;  
  text-decoration: none;
  color: #222222;
}

a.menu:visited {
//  font-size: 12px; 
  line-height: 20px;
  font-weight: bold;  
  text-decoration: none;
  color: #222222;
}

a.menu:active {
//  font-size: 12px; 
  line-height: 20px;
  font-weight: bold;  
  text-decoration: none;
  color: #009966;
}

a.menu:hover {
//  font-size: 12px; 
  line-height: 20px;
  font-weight: bold;  
  text-decoration: none;
}

.menu {
	font-family: "Times New Roman", "Times", "serif";
	font-size: small;
	color: #4C493A;
}

input.openidlogo {
	background: url(../icons/openid-icon-small.gif) no-repeat;
	background-position: 0px 1px; 
	padding-left: 18px; 
	height:17px;
}