/* this is home2004.css  */


/* original css code courtesy of http://www.thenoodleincident.com/  */


body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;
	color: #666;
	background-color: #fff;
	text-align: center;
/* part 1 of 2 centering hack */
	}
	
a {
	text-decoration:underline;
	outline: none;
	}
a:link {
	color:#a55;
	}
a:visited {
	color:  #ca0;
	}
a:active {
	color:  #ca0;
	}
a:hover {
	color: #ca0;
	}
.baddog {
	display: none;
	}
strong, b {
	font-weight: bold;
	}
p {
	font-size: 12px;
	line-height: 18px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}
	
blockquote {
	font-size: 12px;
	line-height: 14px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}
	
ol {
	margin-top: 20px;
	margin-bottom: 10px; 
	}
	
ul {
	margin:5px;
	padding:0px;
	list-style-type: none;
	}
	
li {
	margin:5px;
	padding:0px;
	}


/* weird ie5win bug: all line-height to font-size ratios must agree or box gets pushed around. */


h1 {
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
	
h4 {
	font-size: 14px;
	padding-top:10px;
	}

img {
	border: 0;
	}
.nowrap {
	white-space: nowrap;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}
.tiny {

	color: #ccc;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
	}
#content {
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 	/* opera does not like 'margin:20px auto' */
	background: #fff;
	border: 1px solid #000;
	text-align:left; /* part 2 of 2 centering hack */
	width: 700px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 670px;
	}
html>body #content {
	width: 670px; /* ie5win fudge ends */
	}
pre {
	color: #ccc;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}
	
.alignmiddle 
	{
	text-align:center;
	}
	
.alignright 
	{
	text-align:right;
	}