@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #555555;
	background-color: #006ba9;
	background-image:url(../img/background.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #0c68c9;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
}
.background {
	background-image: url(../img/background.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.p {
	font-size:10pt;
	color: #666666;
	line-height: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.title {
	font-size:14pt;
	color: #666666;
	line-height: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.postdate {
	font-size:10pt;
	color: #CC0000;
	line-height: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}
.imgborder {border: solid 1px #888888; padding: 1px;}

