body {
	font-family: Georgia, Arial, Helvetica, Verdana;
}

html p {
	font-size: 13px;
	font-family: Arial, Helvetica, Verdana;
}

table td {
	padding-bottom: 5em;
	padding: 5px;
	text-align: center;
}

table tr {
	border-bottom: black;
	border-left: black;
	border-right: black;
	border-style: solid;
	text-align: center;
}

table th {
	background-color: gray;
	padding: 2px;
}

#sb_header {
	padding: 2px;
	background-color: #F0F0EE;
	text-indent: 3px;
	font-weight: bold;
	border-bottom: black;
	border-style: solid;
}

#sb_info {
	padding: 2px;
	margin-left: 5px;
	border-bottom: black;
	border-style: solid;
}

div.spacer {  
	background-color: black;  
	height: 1em;  
}  

#login_bar {
	text-align: right;
	margin-top: 5px;
}

.color {
	background-color: black;
	height: 1em;
}

#footer {
	font-family: arial;
	font-size: 9px;
	text-align: right;
}

div#content{  
	list-style: none;  
	display: block;  
	margin: 10px;  
	font-size: 20px;
	font-family: Georgia, Arial, Helvetica, Verdana;
}  

div#logo{  
	display: inline;  
	margin-top: 5px;
}  

div#logo h1,h2{  
	display: inline;  
	margin: 10px;  

}

div#logo h1{  
	display: inline;  
	margin: 10px;
	color: green;
	font-size: 25px; 
}  

div#functions {  
	height: 1em; 
}  



