/*********************************************************
 * This group of style is for the text part of the pages *
 *********************************************************/
<!--
body {
	background: url(../Images/MenuBackground.gif);
	background-color: #e7f1e7;
/*	background-color: #E0E6CC; */
/*	background-color: #ccffff; */
/*	background-color: #ffffc6; */
	color: #2c522b;
	font-family: "myriad web",Arial,Helvetica,sans-serif,Verdana;
	margin-top: 0em;
	margin-bottom: 1em;
	text-indent: 0em
}

h1.title {
	font-family: serif;
	font-style: italic;
	text-align: center;
	font-weight: bold;
	margin-bottom: 1.2em;
	margin-top: 0em;
	color: maroon;
	text-indent: 0em
}

h2.medium-title {
	font-family: serif;
	font-style: italic;
	text-align: center;
	font-weight: bold;
	margin-bottom: 0em;
	margin-top: 0em;
	color: maroon;
	text-indent: 0em
}
.title {
	font-size: 150%;
	font-style: italic;
	text-align: center;
	font-family: serif;
	font-weight: bold;
	margin-bottom: 1em;
	margin-top: 0em;
	color: maroon;
	text-indent: 0em
} 


.medium-title {
	font-family: serif;
	font-size: 150%;
	font-style: italic;
	text-align: center;
	font-weight: bold;
	margin-bottom: 0em;
	margin-top: 0em;
	color: maroon;
	text-indent: 0em
} 


p {
	font-family: "myriad web",Arial,Helvetica,sans-serif,Verdana;
	margin-top: 0em;
	margin-bottom: 0em;
	text-indent: 2em
}
	
p.c1 {
	 text-align:center
}
div.c1 {
	 text-align:center
}
	 
.home {
	font-size: x-small;
	text-align: right
}
.small {
	font-size: small
}
left {
	text-indent: 0em
}
.small-title {
	font-style: italic;
	text-align: center;
	font-family: serif; 
	font-weight: bold;
	font-size: small;
	margin-bottom: 0em;
	margin-top: 1em;
	color: maroon;
	text-indent: 0em
}
.first-par {
	text-indent: 0em;
	margin-top: 1em
}
.first-par:first-letter {
	color: maroon;
	font-weight: bold;
	font-size: 150%
}
.subtitle {
	text-indent: 0em;
	margin-top: 1em
}
.subtitle:first-line {
	color: navy;
	font-weight: bold;
	font-family: serif
}
.author {
	color: white;
	font-style: italic;
	margin-top: 1em;
	text-indent: 0em
}

.copyright {
	font-size: 10px;
	text-align: center;
	color: #000000
}
	
/* This group of style is for the links everywhere */
A:link {
	color: maroon;
}
A:hover {
	color: blue;
	font-style: normal;
	background: yellow;
}
A:active {
	color: purple;
	font-weight: bold;
	font-style: italic
}
A:visited {
	color: teal;
	font-style: italic;
}
.returntop {
	font-size: 75%;
	text-align: right;
}
.Form {
 	color:#0c0a68;
}
.FormSorry {
	font-size: 80%;
 	color:#c42f2f;
}
.FormLink {
	font-size: 90%;
	text-align: right;
}
-->