﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	

}

h3, h4, h5  {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 1.2em;
	color: #01679A;
}
	

h1 {
	font-size: 1.8em;
	font-weight: bold;
	text-align: justify;
	text-align: left;
	text-shadow: #808080 1px 1px 3px;
	Color: #01679A;
	font-family: Arial, Helvetica, sans-serif;
	
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: justify;
	Color: #01679A;
	text-shadow: #808080 1px 1px 3px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	
	
}


h3 {
	font-size:1.1em;
	font-weight:bold;
	color:#01679A;
	
}


h4 {
	font-size:1.0em;
	font-weight:bold;
	color:#01679A;
	
}


h5 {
	font-size:0.9em;
	font-weight:bold;
	color:#01679A;
	
}

a {
	text-decoration:none;
}


a:link
{
	font-size: 1.0em;
	font-weight: normal;
	color: #01679A;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	
}
a:active
{
	font-size: 1.0em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #01679A;
	text-decoration: underline;
	
}
a:visited
{
	font-size:1.0em;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#800000;
	
}

a.side {
	text-decoration:none;
}


a.side:link
{
	font-size: 0.8em;
	font-weight: normal;
	color: #01679A;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	
}

a.side:active
{
	font-size: 0.8em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #01679A;
	text-decoration: underline;
	
}

a.side:visited
{
	font-size:0.8em;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#800000;
	
}


p {
	font-size: 0.9em;
	color: #333333;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	font-weight: normal;
}

p.full  {
	font-size: 0.9em;
	color: #333333;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	font-weight: normal;
}





p.side {
	font-size: 0.8em;
	font-weight:bold;
	color: #333333;
	text-align: justify;
	
}

ol {
	list-style-type:upper-alpha;
	margin-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 1.1em;
}


ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #333333;
	list-style-type: disc;
	line-height: 120%;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #333333;
	list-style-type: disc;
	line-height: 150%;
	text-align: left;
}

li.full {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #333333;
	list-style-type: disc;
	line-height: 150%;
	text-align: left;
	
}
