
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	background-color: #000000;
	color: #ffffff;
	height: 100%;
	width: 100%;
}

img {
	border: 0;
}

/* Heading Styles */
h1    { color: #e7c466; font-weight: bold; font-size: 1.8em; }
h2    { color: #e7c466; font-weight: bold; font-size: 1.5em; }
h3    { color: #e7c466; font-weight: bold; font-size: 1.0em; }

/* Div info */
/* Link Styles */
a {
	text-decoration: none;
	color: #e7c466;
}
a:hover  { 
	color: #001eb8; 
	text-decoration: underline 
}

#footer a {
	position: relative;
	color: #001eb8;
}

.code {
	background-color: #888888; 
	border-style: dotted;
	padding: 14px;
	font-family:     monospace;
}
	

#content{  
} 

ul.toc {
	list-style-image: url(../../Graphics/ArrowDown.gif);
}
p.large {
	font-size: 1.5em;
}

p.PostInfo {
	color: #707070; 
	font-size: 0.8em;
}

.inline {
	height: 30px;
	vertical-align: middle;
}
.DocumentThumbnail {
	border-color: #e7c466 ; 
	border-width: 1px; 
	border-style:solid;
}

