@charset "utf-8";
/* CSS Document */


body {
	background-color: #FFFFCC;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-y;
	background-position:center top;
}

.container {}

h1, h2, h3, h4, h5, h6 {font-family:"Times New Roman", Times, serif}
h6 {margin-bottom: 0;
	padding-bottom: 0;}
h2 {font-size:1.75em;margin-bottom:0.5em;}
body {font-family:"Times New Roman", Times, serif;
	font-size: 100%;
	color: #003300}
.greenfont {color: #003300}
.blackfont {color: #000}
.purplefont {color: #660066}
.greyfont {color: #333333}
a {color: #660066}

hr.dotted {
	color:#FFC;
	border-top-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #606;
}

table {
	text-align: center;
	background-color: #FFF;
	border: thin solid #030;
}

td {
	background-color: #FFF;
	border: thin solid #030;
}