/* CSS Document */

body {
	padding:0;
	margin:0;
	font-family:"trebuchet MS", "Trebuchet MS", Trebuchet, Verdana;
	font-size:1em;
	background-color:#FFFFFF;
	}
	
p, h1, h2, h3, h4 {
	padding:0;
	margin:0;
	}
	
.maintextarea p, .maintextarea td {
	font-size:.8em;
	color:#4d687a;
	/*text-transform:uppercase;*/
	line-height:1.8em;
	padding-bottom:15px;
	}
	
.maintextarea table table td {
	font-size:1em;
	}
	
.maintextarea ul {
	font-size:.8em;
	color:#4d687a;
	/*text-transform:uppercase;*/
	line-height:1.8em;
	padding:10px 0 0 0;
	margin:0px;
	list-style-type:square;
	}
	
.maintextarea li {
	padding-bottom:10px;
	margin-left:10px;
	}
	
.maintextarea b, .maintextarea strong {
	color:#2D485B;
	}
	
.maintextarea h2 {
	font-size:1.2em;
	text-transform:uppercase;
	}
	
a {
	color:#223745;
	font-weight:bold;
	text-decoration:underline;
	}
	
a:hover {
	color:#cb0000;
	}
	
.nowrap {
	white-space:nowrap;
	}
