/************************************************************************************

	Content
	
	These are the styles used by the content areas and the XStandard rich editor.

************************************************************************************/

	body {
		background-color: #FFFFFF ;
		margin: 7px 7px 7px 7px ;
		padding: 0px 0px 0px 0px ;
		}
		
	body, td {
		color: #555555 ;
		font: 12px verdana ;
		font-family: "lucida sans", verdana, courier, arial, sans-serif ;
		}
	
	form {
		margin: 0px 0px 0px 0px ;
		}
		
	input, 
	select, 
	textarea, 
	label {
		font-size: 11px ;
		vertical-align: middle ;
		}
		
	label {
		cursor: hand ;
		}
		
	ul, 
	ol {
		margin-bottom: 13px ;
		margin-top: 0px ;
		}
	
	ul ul, 
	ul ol, 
	ol ol, 
	ol ul {
		margin-bottom: 0px ;
		}
	
	li {
		margin-bottom: 3px ;
		}
		
	ul.short, 
	ol.short {
		margin-bottom: 0px ;
		}
		
	ul.short li, 
	ol.short li {
		margin-bottom: 0px ;
		}
		
	p, h4 {
		margin-bottom: 16px ;
		margin-top: 0px ;
		}
		
	h1 {
		color: #EE7131 ;
		font-size: 22px ;
		font-weight: 400 ;
		margin-bottom: 14px ;
		}
	
	h2 {}
	
	h3 {
		font-size: 14px ;
		margin-bottom: 12px ;
		}
		
	h4 {
		font-size: 12px ;
		}

	p.left {
		text-align: left ;
		}
		
	p.right {
		text-align: right ;
		}
		
	p.center {
		text-align: center ;
		}
		
	p.justify {
		text-align: justify ;
		}
		
	p.indent,
	div.indent {
		margin-left: 20px ;
		}
		
	a {
		color: #1D1D1D ;
		}
		
	img {
		border-color: #333333 ;
		border-width: 0px 0px 0px 0px ;
		}
		
	sup {
		font-family: verdana ;
		}
		
	table.copy td,
	td.copy, 
	div.copy {
		/*line-height: 1.4em ;
		font-size: 12px;
		*/
		}
		
/************************************************************************************

	XStandard
	
	These are the styles generated by XStandard rich editor.

************************************************************************************/
	
	kbd {
		padding: 0px 1px 0px 1px ; 
		border-width: 1px 2px 2px 1px ; 
		border-style: solid ;
		}
		
	abbr {
		border-bottom: 1px dashed ; 
		cursor: help ;
		}
	
	acronym {
		border-bottom: 1px dashed ; 
		cursor: help ;
		}
	
	dfn {
		font-style: normal ; 
		border-bottom: 1px dashed ;
		cursor: help ;
		}
	
	code {
		font-family: courier, monospace ;
		border: 1px solid #cccccc ; 
		background-color: #ffffcc ; 
		padding-left: 1px ; 
		padding-right: 1px ;
		}
	
	samp {
		font-family: courier, monospace ; 
		border: 1px solid #cccccc ; 
		background-color: #ccffcc ; 
		padding-left: 1px ; 
		padding-right: 1px ;
		}
	
	img.left {
		float: left ; 
		margin-right: 3px ;
		}
	
	img.right {
		float: right ; 
		margin-left: 3px ;
		}
	
	
	span.underline {
		text-decoration: underline ;
		}
	
	span.strikethrough {
		text-decoration: line-through ; 
		}
	
	div.textbox {
		clear: both ; 
		float: left ; 
		width:150px ; 
		font-size: .8em ; 
		padding: 2px 10px ; 
		border-top: 1px solid gray ; 
		border-bottom:1px solid gray ;
		}
	
	div.photo {
		float: right ; 
		width:auto ; 
		font-size: .8em ; 
		font-weight: bold ; 
		padding: 4px ;
		}
	
	hr {
		color: #999999 ;
		height: 1px ;
		margin-bottom: 12px ;
		margin-top: 12px ;
		width: 100% ; 
		}
	
	.clear {
		clear: both ;
		}