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

body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	line-height: 17px;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background3.jpg);
}
a:link {
	color: #C00;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #900;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a:active {
	text-decoration: underline;
	color: #F00;
}
.white a:link {
	color: #FFF;
	text-decoration: none;
}
.white a:visited {
	text-decoration: none;
	color: #FFF;
}
.white a:hover {
	text-decoration: underline;
	color: #FFF;
}
.white a:active {
	text-decoration: underline;
	color: #FFF;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
}
.white {
	color: #FFF;
	font-size: 11px;
	font-variant: small-caps;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1pt;
}.whitenews {
	color: #FFF;
	font-size: 12.5px;
	font-weight: normal;
	font-style: normal;
}
.date {
	font-size: 11px;
	font-style: italic;
}
.author {
	font-size: 11px;
	font-style: normal;
	color: #C00;
}
.red {
	color: #C00;
}
.title {
	font-size: 16px;
	font-weight: bold;
}
.readmore {
	text-align: right;
	font-size: 13px;
	font-style: italic;
}
.paragraphspaces {
	margin-top: 0px;
	margin-bottom: 10px;
}
.paragraphspaces2 {	font-size: 11px;
	margin-bottom: 10px;
}.small {
	font-size: 11px;
	font-style: normal;
}
.newwhite {
	color: #FFF;
}
