
/* Basics and Typography */

body {
	margin: 0;
	padding: 0;
	background: #668FC2;
	font-size: 60em;
	font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
	color: #333;
	/*text-align: justify;*/
}
p {
	font-size: 0.70em;
	line-height: 1.5em;
	margin: 1.2em 0;
	/*text-align: justify;*/
}
ol, ul {
	font-size: 0.70em;
	line-height: 1.5em;
	margin: 1.2em 0 1.2em 2em;
	padding: 1.2em;
	text-align: justify;
}
h1 {
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	font-size: 1.4em;
	margin: 0 0;
	/*padding: 0 0 0 0;
	background-color: #F5F5E7;
	border-bottom: 5px solid #9BBB38;*/
}
h2 {
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	color: #FF0000; 
	font-size: 1.1em;
	padding: 2px 0 0 0;
	background-color: #E9F7FE;
	border-bottom: 2px solid #336699;
	text-align: center;
}
h3 {
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	font-size: 0.7em;
	margin: 0 0;
}
h4 {
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	line-height: 1em;
	font-size: 1em;
	color: #0000FF;
	margin: 0.5em 475px 0.2em 0;
	/*background-color: #E9F7FE;*/
	border-bottom: 3px solid #336699;
}
h5 {
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	line-height: 1em;
	font-size: .8em;
	color: #0000FF;
	margin: 0.5em 475px 0.2em 0;
	/*background-color: #E9F7FE;*/
	border-bottom: 2px solid #336699;
}
h6 {
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	line-height: 1em;
	font-size: 0.7em;
	margin: 0.5em 475px 0.2em 0;
	color: #0000FF;
	/*background-color: #E9F7FE;*/
	border-bottom: 1px solid #336699;
}

p.toc {
 margin: 5px 0 0 15px;
 color: #cc0000;
 font-size: 0.7em;
 text-align: justify;
 border-left-width: 2px;
 border-left-style: solid;
 border-left-color: #336699;
 padding-left: 15px;
 position: relative;
}
p.toc1 {
 margin: 5px 0 0 40px;
 color: #cc0000;
 font-size: 0.7em;
 text-align: justify;
 border-left-width: 2px;
 border-left-style: solid;
 border-left-color: #336699;
 padding-left: 15px;
 position: relative;
}
p.toc2 {
 margin: 5px 0 0 60px;
 color: #cc0000;
 font-size: 0.7em;
 text-align: justify;
 border-left-width: 2px;
 border-left-style: solid;
 border-left-color: #336699;
 padding-left: 15px;
 position: relative;
}

a {
	text-decoration: none;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	color: #FF0000;
}
blockquote {
	margin: 0 20px;
	padding: 0 20px;
	border-left: 4px solid #9BBB38;
	font-size: 0.77em;
	text-align: justify;
}
hr {
	size: 1px;
	color: #336699;
/*	WIDTH: 800px;*/
	align: center;
	
}
/*.img-border { 
      padding: 4px;
      border: #ffffff 4px solid;
      background: #ffffff;
}*/

