
html {
		font-size: 80%;
			  
}
	
body
	{
		font-family:  verdana, helvetica, arial, sans-serif;
		font-size: 1.0em;
		font-weight: normal;
		background-color: White;
		margin:10px; padding:0px; line-height: 1.3em;
	}
table, tr, td	{font-size: 1.0em;}
		
h1, .h1
	{
		font-size: 1.4em;
		font-weight:bold;
	}

h2, .h2
	{
	 	font-size: 1.2em;
		font-weight:bold;
		margin-top:5px; 
		margin-bottom:5px; 
	}

h3, .h3
	{
		font-size: 1.1em;
		font-weight:bold;
		padding: 0px;
		margin-top:2px; 
		margin-bottom:2px; 			
	}
	
	
h4, .h4 
	{
		FONT-WEIGHT: bold; FONT-SIZE: 1em; LINE-HEIGHT: 1.4em; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	}
/*	
iframe {margin-left: 50px;}
	

.rteHeading
{
	background-color:ActiveCaption;
	color:CaptionText;
	border: solid 1px black;
	padding: 3px 0px 3px 0px;
	margin: 0px 0px 1px 0px;
	font-weight:bold;
	text-align:center;
}


.rteImage 
{
	background: #D3D3D3;
	border: 1px solid #D3D3D3;
	cursor: pointer;
}

.rteImageRaised, .rteImage:hover 
{
	background: #D3D3D3;
	border: 1px outset;
	cursor: pointer;
}

.rteImageLowered, .rteImage:active 
{
	background: #D3D3D3;
	border: 1px inset;
	cursor: pointer;
}


.rteVertSep 
{
	margin: 0 4px 0 4px;
}

.rteBack 
{
	background: #D3D3D3;
	border: 1px outset;
	letter-spacing: 0;
	padding: 2px;
}

.rteBack tbody tr td, .rteBack tr td 
{
	background: #D3D3D3;
	padding: 0;
}
*/