BODY {
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	background-color : White;
	text-decoration : none;
	text-align: justify;
	font-style: normal;
	line-height: normal;
	margin: 5% 10% 10% 10%;
}

H1 {
	font-family : Arial, Helvetica, Sans-Serif;
	text-align : center;
	font-style: normal;
	text-decoration : none;
	color : #05659c;
	padding: 1%;
	font-size : 200%;
	
}

H2 {
	font-family : Arial, Helvetica, Sans-Serif;
	text-align : center;
	font-style: normal;
	text-decoration : none;
	border : none;
	font-size : 150%;
	color : #05659c;
}

H3 {
	font-family : Arial, Helvetica, Sans-Serif;
	text-align : center;
	font-style: normal;
	text-decoration : none;
	border : none;
	font-size : 100%;
	color : #000000;
}

A {
	text-decoration: none;
	background-color: #CCE5FF;
	
}

A:link {
    color: #000000;
    text-decoration: none;
	 background-color: #CCE5FF;
}

A:visited {
	color : #000000;
	text-decoration: none;
	 background-color: #CCE5FF;
}

A:hover {
	color : #0000000;
	text-decoration: none;
	background-color: #FFFF99;
}

A.menu {
   color : #FFFFFF;
   font-size:115%;
	font-weight: bold; 
	text-decoration: none;
	background-color: #05659c;
	
}

A:link.menu {
    color: #FFFFFF;
    text-decoration: none;
	 background-color: #05659c;
}

A:visited.menu {
	color : #FFFFFF;
	text-decoration: none;
	 background-color: #05659c;
}

A:hover.menu {
	color : #FFFFFF;
	text-decoration: none;
	background-color: #05659c;
}

.LEFT {
	text-align: left;
}

.RIGHT{
	text-align : right;
}

.CENTER{
	text-align : center;
	padding: 3%;
}

hr{
	color: #000000;
}

.mod{
	color: Gray;
	font-size: 75%;
	font-style: italic;
}
