
/**
 * Series
 * A stylesheet by Steve Knoblock
 */


body {
	background-color: #fff;
	color: #000;
	margin: 0;
    font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

th, td
{
    font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

a:link {
	color: #000066;
	text-decoration: underline;
	font-weight: normal;
}

a:visited {
	color: #000066;
	text-decoration: underline;
	font-weight: normal;
}

a.navlink:link {
	color: #999999;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline
}

a.navlink:visited {
	color: #999999;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline
}


/**
 * Page Layout
 */

#page_container {
	margin: auto;
	background: #fff;
	width: 750px;
}

#page_content {
	background: #fff;
	text-align: left;
	margin: 4px;
	padding: 4px;
}

#page_header {
	text-align: center;
	margin-top: 12px;
	border-bottom: 1px gray solid;
	background: #fff;
	color: #333;
	/* font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif; */
	font-size: 12px
}

#page_footer {
	text-align: center;
	margin-top: 12px;
	border-top: 1px gray solid;
	/* font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif; */
	font-size: 12px
}


/**
 * Text
 */

p {
	color: black;
	/* font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif; */
	font-size: 1em;
	line-height: 1.5em
}

h2,h3 {
	color: black;
	text-align: center;
	/* font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif; */
	font-size: 18px;
	text-decoration: none
}

/**
 * Images
 */

 img { border: none }

caption { 
	background: white;
	color: black;
	/* font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif; */
	font-size: 11px;
	text-decoration: none
}

.legend { 
	background: white;
	color: black;
	/* font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif; */
	font-size: 11px;
	text-decoration: none
}


/**
 * Informational
 */

.notice {
	background: #f5f5f5;
	color: black;
	border: 2px solid #ff9900;
	padding: 6px;
	text-align: left;
	font-size: 12px;
}

.notice a:active, .notice a:visited {
	/* inherit */
	}

.fineprint {
	color: #777;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-align: center
}










