body { 
	font-family: Arial, Geneva, sans-serif;
  	color: #000;
	font-size: 0.7em;
}

a:link, a:visited, a:active {
	color: #03F;
	text-decoration: none;
}

a:hover {
	color: #03F;
	text-decoration: underline;
}

a img {
	border:0;
}

hr {
	margin: 5px 0px 5px 0px;
	color: #003366;
	border-top: 1px solid #003366;
	height: 1px;
}

h1, h2, h3, h4, h5, h6, strong {
	color: #003366;
}

p {
	margin:0;
	line-height:1.3em;
}


h1 { 
	margin:8px 0 8px 0;
	font-size: 1.25em;	
}

h2 { 
	margin:6px 0 6px 0;
	font-size: 1.1em;	
		
}

h3 {
	margin:5px 0 4px 0;
}

h4 {	
	margin:5px 0 2px 0;	
	
}

h5, h6 {
	margin:5px 0 0 0;	
}

form {
	margin: 0;
}



li {	
	padding-bottom: 0px;		
} 

ul {	
	line-height: 1.3em;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0.7em;
	padding-left: 0.7em;
	list-style-image: url(img/lipo.gif);
	list-style-type: square;
}

ol {
	
	line-height: 1.3em;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0.7em;
	padding-left: 0.7em;		
}

/*-----------------------------------------------------------------*/

table {
	border-collapse: collapse;
	border:0;
}


abbr				{}
acroynm			{}
cite				{}
address			{}
strong			{}
em					{}

/* Inline font Styles */
/* Pretty styles for changing text in the WYSIWYG editor */

.important	{font-weight:bold;color:#f00;}
.code				{font-family: "Courier New", Courier, mono; color:#093;letter-spacing: 1px;}

.info-box		{border: 1px solid #cc3; background-color:#F9F8E2;padding:4px;}
