body, table
	{
		font-family:Arial, Helvetica, Tahoma, Geneva, Sans-Serif; 
		color: #000000; 
		font-size: 12pt;
		font-weight: normal; 
		font-style: normal;
	}

.defaultbody {
	background-color: #D9CFA3; 
	font-family:Arial, Helvetica, Tahoma, Geneva, Sans-Serif; 
	color: #000000; 
	font-weight: normal; 
	font-style: normal; 
	text-align: center;
	}

.red			{color: #CC3E1D;}
.ltblue			{color: #5A88C5;}
.dkblue			{color: #015190;}
.green			{color: #007236;}
.gold			{color: #E7BD00;}
.tan			{color: #D9CFA3;}
.white			{color: #FFFFFF;}
.black			{color: #000000;}
.ltgrey			{color: #999999;}
.dkgrey			{color: #666666;}

.micro			{font-size:  8pt; font-weight: normal; font-style: normal;}
.mini			{font-size: 10pt; font-weight: normal; font-style: normal;}
.normal			{font-size: 12pt; font-weight: normal; font-style: normal;}
.subsubhead		{font-size: 12pt; font-weight: bold; font-style: normal;}
.subhead		{font-size: 18pt; font-weight: bold; font-style: normal;}
.head			{font-size: 24pt; font-weight: bold; font-style: normal;}
.superhead		{font-size: 36pt; font-weight: bold; font-style: normal;}
.macro			{font-size: 48pt; font-weight: bold; font-style: normal;}

.fieldlabel			{font-size: 12pt; font-weight: bold; font-style: italic; color: #666666;}
.minifieldlabel		{font-size: 10pt; font-weight: bold; font-style: italic; color: #666666;}

.minibold		{font-size:  10pt; font-weight: bold; font-style: normal;}

a				{color:#01528F; text-decoration:none; font-weight:bold; font-size: inherit; font-family: inherit; font-style: inherit}
a:hover			{color:#5A87C5; text-decoration:none; font-weight:bold; font-size: inherit; font-family: inherit; font-style: inherit}

.content {
	display: block; 
	text-align: left; 
	width: 700px; 
	border: 3px black solid; 
	padding: 15px; 
	margin-top: 15px; 
	margin-bottom: 15px; 
	margin-left: auto; 
	margin-right: auto; 
	background-color: #FFFFFF; 
	font-family:Arial, Helvetica, Tahoma, Geneva, Sans-Serif; 
	color: #000000; 
	font-weight: normal; 
	font-style: normal;
	}
	
.content-trunc {
	display: block; 
	text-align: left; 
	width: 700px; 
	border: 3px black solid; 
	padding: 15px; 
	margin-top: 15px; 
	margin-bottom: 15px; 
	margin-left: auto; 
	margin-right: auto; 
	background-color: #FFFFFF; 
	font-family:Arial, Helvetica, Tahoma, Geneva, Sans-Serif; 
	color: #000000; 
	font-weight: normal; 
	font-style: normal;}


.red_bg			{background-color: #CC3E1D;}
.ltblue_bg		{background-color: #5A88C5;}
.dkblue_bg		{background-color: #015190;}
.green_bg		{background-color: #007236;}
.gold_bg		{background-color: #E7BD00;}
.tan_bg			{background-color: #D9CFA3;}
.white_bg		{background-color: #FFFFFF;}
.black_bg		{background-color: #000000;}
.ltgrey_bg		{background-color: #999999;}
.dkgrey_bg		{background-color: #666666;}
