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

body {
	font-family: Trebuchet MS, Arial, Tahoma, Helvetica, sans-serif, Verdana;
	font-size: 10pt;
	}

.content {
	width: 741px;
	font-family: Trebuchet MS, Arial, Tahoma, Helvetica, sans-serif, Verdana;
	font-size: 10pt;
	text-align: justify;
	}
	
hr {
	color: #008000;
	background-color: #008000;
	height: 2px;
	border: 0px;
	}
	
a, a:visited, a:active {
	color: #990000;
	text-decoration: none;
	}
	
a:hover {
	color: #008000;
	text-decoration: none;
	}
	
.imgright {
	margin-left: 8px;
	margin-right: -2px;
	margin-top: 3px;
	margin-bottom: 3px;
	float: right;
	}
	
.imgleft {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	float: left;
	}
	
.huge, .articletitle {
	font-size: 14pt;
	font-weight: bold;
	text-transform:uppercase;
	}

.large, .articlesubtitle {
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	}
	
.pagetitle {
	font-weight: bold;
	}
	
.imgsmall {
	padding: 10px
	}
	
.imgmedium {
	padding: 20px;
	}
	
.imglarge {
	padding: 30px;
	}
