html {
	font: 9pt Georgia, "Trebuchet MS", "Tahoma", "Verdana", "Arial", sans-serif;
}

body {
	padding: 0;
	margin: 0;
	background-color: #000000;
}

a {
	color: #0000FF;
}
	a:hover {
		color: #d44100;
	}

img.border {
	border: #484848 solid 1px;
}

p {
	text-indent: 15px;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: justify;
}

h1 {
	line-height: 18px;
	margin: 0px;
	margin-bottom: 10px;
	text-align:justify;
	font-variant: small-caps;
	font-size: 12pt;
}

h2 {
	line-height: 18px;
	margin: 0px;
	margin-bottom: 10px;
	text-align:justify;
	font-variant: small-caps;
	font-size: 14pt;
}

h3 {
	line-height: 15px;
	margin: 0px;
	margin-bottom: 5px;
	text-align:justify;
	font-variant: small-caps;
	font-size: 10pt;
}

.small{
	font-size:8pt;
	line-height:175%;
}
.medium{
	font-size:10pt;
	line-height:175%;
}

#container{
	text-align: left;
	width: 850px;
	background-color: #000000;
	height: auto;
}

/***********************
 * Header
 ***********************/
#header {
	padding: 10px;
	height: 96px;
	width: 350px;
	text-align: center;
}
#menu {
	width: 800px;
	font-size: 12pt;
	text-align: center;
	height:21px;
}
#title {
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
	padding: 3px;
}

/***********************
 * Footer
 ***********************/
#footer{
	font-size:10pt;
	line-height:175%;
	text-align: center;
	clear: both;
}

/***********************
 * Content
 ***********************/
#content{
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

/***********************
 * Entry Table
 ***********************/

#entry {
	margin-bottom: 15px;
}
#entry #name {
	font-size:1.25em;
	color:#555555;
}

#entry #address, #url {
	font: 9pt verdana;
	padding-left: 8px;
	padding-right: 8px;
}
#entry #url a{
	font: 8pt verdana;
	text-decoration: none;
}
#entry #phone {
	font: 9pt verdana;
	padding-right: 8px;
}

#entry #div {
	padding-bottom: 10px;
	border-bottom: solid 1px #CCCCCC;
}
