body {
	font-family: Georgia, Times, serif;
	font-size: 12pt;
	background: white url(images/big.gif);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: center;
	color: #303;
}
p {
	text-indent: 25px;
	color: #303;
	text-align: justify;
}
a:link {
	color: #336600;
}
a:active {
	color: #990000;
}
a:hover {
	color: #990000;
}
a:visited {
	color: #003366;
}
.title {
	font-size: 22pt;
}
h1 {
	font-size: 22pt;
	font-weight: normal;
	text-transform: capitalize;
}
h2 {
	font-size: 12pt;
	font-weight: bold;
}
h3 {
	font-size: 12pt;
	font-weight: normal;
}
.margin {
	margin:	25px;
}
.differentmargin {
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.noindent {
	text-indent: 0px;
	color: #336600;
}
.noindent a {
	text-decoration: none;
	font-size: 10pt;
}
.form {
	text-indent: 0px;
}
ul {
	list-style-type: square;
}
ul.nodot {
	list-style-type: none;
}
.news p {
	text-indent: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

.newstitle {
	font-weight: bold;
	border-bottom: 1px solid #996600;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-transform: capitalize;
}

.stamp {
	font-size: 8pt;
	text-align: right;
	color: #996600;
}

.subtitle {
	font-size: 8pt;
	color: #996600;
}

.indent {
	text-indent: 25px;
}