﻿/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, address {
     margin: 0;
     padding: 0;
     border: 0;
}

h1, h2, h3, h4, h5, h6 {color:#000000;} /*#397D47*/

/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1 {
    margin:0;
	font-size: 1.8em;
	font-weight: normal;
}
h2 {
	margin: 1.2em 0em 0em 0em;
	font-size: 1.6em;
	font-weight: normal;
}
h3 {
	margin: 1.2em 0em 0em 0em;
	font-size: 1.4em;
	font-weight: normal;
}
h4 {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 1.2em;
	font-weight: bold;
}
h5 {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 1.0em;
	font-weight: bold;
}
h6 {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 0.8em;
	font-weight: bold;
}

img {border: 0;}

ol, ul, li {
	margin:0.2em 0 0.1em 0;
	font-size: 1.0em;
	line-height: 1.8em;
}
p {
	margin: 0.8em 0em 1.2em 0em;
	font-size: 1.0em;
	line-height: 1.8em;
}

li > p {margin-top: 0.2em;}

pre {
	font-family: monospace;
	font-size: 1.0em;
}

strong, b {font-weight: bold;}

a {
	text-decoration: none;
	/*font-weight: bold;*/
	color:#663399; /*504A4B 397D47*/
}

a:link {}

a:visited {}

a:active {}

a:hover {
	text-decoration:underline;	
	color:#3333FF; /*#333333*/
}


body 
{
	background-color:#ffffff; /*#FBFBF6;*/
	font-family: "Calibri", Verdana;
	width:932px;
	margin-left:auto;
	margin-right:auto;
	font-size:83%;
	background-image:url(Images/img05.gif);
	background-repeat:repeat-x;
}

#mainContentmargin
{
	margin: 30px 30px 30px 30px;
}

table.sample {
	border: 1px outset #f5f5f5;
	border-collapse: separate;
	border-spacing: 2px;
	background-color: white;
}
table.sample th {
	border: 1px outset #f5f5f5;
	padding: 1px;
	background-color: white;
	-moz-border-radius: 0px;
}
table.sample td {
	border: 1px outset #f5f5f5;
	padding: 1px;
	-moz-border-radius: 0px;
}