html, body {
	margin:0;
	padding:0;
}
body{
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color: #666666;
	color: #666666;
	font-size: 55%;
}
a{
	text-decoration: none;
}
a:link {color:#BBBBBB;}
a:visited {color:#BBBBBB;}
a:hover {color:#FFFFFF;}
a:active {color:#BBBBBB;}

p, li {
	line-height: 1.8em;
}

#links p {
	font-style:italic;
	color:#BBBBBB;
	font-size:10px;
	margin:0;
}

h1, h2 {
	margin: 0;
}
h1 {
	padding: 0;
	font-size: 3em;
	color: #333;
}
h2 {
	padding-top: 10px;
	font-size:2em;
}
h3 {line-height:20px; font-size:10px;}
h4 {
	font-size:11px;
	line-height:16px;
	font-weight:normal;
	margin:0 0 8px 0;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}
div#page {
	width: 700px;
	margin: 0 auto;
	text-align: left;
}
div#container {
	padding: 00px;
}


#header {
	position:relative;
	width:700px;
	height:100px;
	border-bottom:#BBBBBB 1px dotted;
	margin:0 0px 0px 0px;
}


/*horizontal rule style*/
hr { 
	height: 0; 
	border-style: dotted; 
	border-width: 1px 0 0 0;
}

.caption_light {
	font-size: 10px;
	color:#999999;
	font-weight:normal;
}

.caption_bold {
	color: #BBBBBB;
	font-weight: bold;
}

#links {
	width:300px;
	height:20px;
	float:right;
	margin:75px 0 0 0;
	text-align:right;
}
#logo {
	width:300px;
	height:100px;
	float:left;
}


