body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:left;
}


#bd a, #bd a:link, #bd a.visited  {
	color:#333333;
	text-decoration:underline;
}
#bd a:hover, #bd a.active  {
	color:#33BB33;
	text-decoration:underline;
}


.header-bar {
	margin-top:1em;
	padding:5px;
	background-color: #CCCCCC;
	margin-bottom:1em;
}

#hd a, #hd a:link, #hd a.visited  {
	color:white;
	text-decoration:none;
}
#hd a:hover, #hd a.active  {
	color:white;
	text-decoration:underline;
}


h1 {
	font-family: 'Droid Sans', sans-serif;		
	font-size: 130%;
}


h2 {
	font-family: 'Droid Sans', sans-serif;		
	font-size: 120%;
	margin-top:1em;
}

p {
	margin: 0 0 1em 0;
}

#ft {
	margin-top:4em;
	color:#333333;
	text-align:left;
}

#ft a, #ft a:link, #ft a.visited  {
	color:#333333;
	text-decoration:underline;
}
#ft a:hover, #ft a.active  {
	color:#33BB33;
	text-decoration:underline;
}

hr {
	color:#EEEEEE;
	background-color:#EEEEEE;
}

ul {
	margin-left: 1em;
}

li {
	list-style-position:inside;
	list-style-type: circle;
}

strong {
	//font-weight:bold;
}
