html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
}

body
{
	background-image: url(/images/template/bglines.gif);
	background-repeat: repeat;
	/*background-color: #F5F5F5;*/
	background-color: #DEDEDE;
	text-align: center;
}

/*
Fonts
*/
body, pre, input, textarea
{
	font-family: Arial, Sans-Serif;
	font-size: 79%;
	background-repeat: repeat;
}

/* IE5 does not inherit table font sizes from body properly, so it needs to be told specifically to do it. */
table
{
	font-size: 1em;
}

td
{
	text-align: left;
}

p, ul, ol
{
	line-height: 1.5;
}

div, td, th, input, textarea, pre
{
	font-size: 1em;
}

p, li, table.DataTable td, table.LayoutTable td
{
	font-size: 0.95em;
}

/* Special rule for DataTables inside layouttables */
table.LayoutTable table.DataTable td
{
	font-size: 1em;
}

h1
{
	color: #83846C;
	font-size: 1.5em;
	font-weight: normal;
	padding-bottom: 5px;
	border-bottom: 1px solid #999999;
	margin-top: 10px;
}

h1.NoBottomMargin
{
	margin-bottom: 0;
}

h2 a, h3 a
{
	color: #666666;
	text-decoration: none;
}
h2 a:hover, h3 a:hover
{
	text-decoration: underline;
}

h2
{
	color: #666666;
	font-size: 1.2em;
	font-weight: bold;
}

h3
{
	font-size: 1em;
	color: #666666;
	font-weight: bold;
}

h4
{
	font-size: 1em;
	color: #666666;
	font-weight: normal;
}

/* Site Defaults */

img
{
	display: block;
	border: none;
}

form
{
	margin: 0;
}

a img
{
	border: none;
}

/* Fonts for h3, h4 are defined in the Fonts section */
h3
{
	margin: 0;
	padding: 0 0 3px 0;
}

h4
{
	margin: 0;
	padding: 0 0 3px 0;
}

/* Site Wide Classes */

img.Source
{
	float: right;
	margin: 5px;
}

pre
{
	white-space: nowrap;
	margin: 0;
	padding: 0;
}

div.ArticleDetails h2, div#News h2
{
	padding-bottom: 0;
	margin-bottom: 3px;
}

div.ArticleDetails p, div#News p
{
	margin-top: 5px;
	padding-top: 0;
}

div.ArticleDetails img
{
	display: inline;
}

.NoMargin
{
	margin: 0;
}

div.Section
{
	margin-bottom: 30px;
}

input.Text
{
	width: 400px;
}

.Note
{
	font-weight: normal;
	color: #666666;
}

div>.Note
{
	font-size: 0.8em;
}

h1 .Note
{
	font-size: 0.5em;
}

.FieldNote
{
	color: #666666;
	font-size: 0.9em;
}
