/* Global Styles */

body {
	margin:10px;
	background-color: #384057;
	}
	
	
	
td {
	font:10pt Arial, Helvetica, sans-serif;
	color:#333333;
	border:0px
	}
	
a {
	color: #FFFFFF;
	}
	
a:hover {
	color: #FFFFFF;
	}

/* Class Styles */
	
.bodyText {
	font:9pt Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	line-height:16px;
	margin:10px;
	}
	
.pageName{
	font:18px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height:24px;
	}
	
.subHeader {
	font:bold 11pt Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height:18px;

	}

.smallText {
	font:10px Arial, Helvetica, sans-serif;
	color:#333333;
	}
	
.navText {
	font:12pt Georgia, Times New Roman, Times, serif;
	color: #FFFFFF;
	line-height:16px;
	
	text-decoration: none;
	}
	
table
	{
	display: block;	
}
.brclear { /* Use a break with this class to clear float containers on both sides */
clear:both;
height:0;
margin:0;
line-height: 0;
}
