/* Corvo Books basic style sheet */
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	color: #000000;
	background-color: #FFFFFF;
	background-image:  url(../dev/common/lines50.gif);
	background-repeat: repeat;
}
/* Hack for Netscape 4 bug (no inheritance) */
p, td, th, ul, ol, ul, li, dl, dt, dd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	color: #000000;
}
th {
	font-weight: bold;
	}
p {
	margin-top: 0;
	margin-bottom: 1em;
	}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	margin-top: 0;
	margin-bottom: 5px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	margin-top: 0;
	margin-bottom: 5px;
}
h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	margin-top: 0;
	margin-bottom: 5px;
	}
/* Set basic style for links */
a:link {
	color: #3399CC;
	text-decoration: none;
	}
a:visited {
	color: #3399CC;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
#header {
	background-color: #000000;
}
#content {
	margin-top: 50px;
}
#footer td {
	font-size: 10px;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
}