/* Main Body Properties  */
html,body {
   font-family : Arial, Helvetica, sans-serif;
	 color : 666666;
   font-size : 9pt;
}
.copy {
   font-family : Arial, Helvetica, sans-serif;
   font-size : 9pt;
	 font-weight : normal;
}
.head1 {
   color : #666666;
   font-weight : bold;
}
.footer {
   font-family : Arial, Helvetica, sans-serif;
   color : #999999;
   font-size : 8pt;
   font-style : underline;
   font-weight : normal;
}

/*Travis added header for colored link*/

.head2 {
	color : #edb100;
	font-weight : bold;
}
/*LINK PROPERTIES*/

/* Body Link */
A:link, A:visited, A:active {
	color : #edb100;  
	text-decoration : underline;
}

A:hover {
	color : #333333;
	text-decoration : underline;
}
/* Footer Link */
A.footer:link, A.footer:visited, A.footer:active {
	color : #666666;
	text-decoration : underline;
}
A.footer:hover {
	color : #666666;
	text-decoration : none; 
}
/*Travis added link for colored link not underlined: probably will be an image*/
A.more:link, A.more:visited, A.more:active {
	color : #edb100;
	text-decoration : none;
	font-weight : bold;
}
A.more:hover {
	color : #666666;
	text-decoration : none; 
	font-weight : bold;
	
}

.left-column-text {
	font-size: 10px;
	padding: 5px;
	width: 140px;
	margin-top: 120px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #E5E5E5;
}

.left-column-text p {
	margin-bottom:5px;
	}