/*---------------------------
	TEXT STYLES
---------------------------*/

body {
	background-color: #3E4C98;
	margin: 0px;
}
p{
padding: 2px;
}

td {
  font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #333333;
}
.addy {
  font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

/* color: #3E4C98; */

a:link { color: #3E4C98; text-decoration: none;}
a:visited { color: #3E4C98; text-decoration: none;}
a:hover { color: #3E4C98;	text-decoration: underline;}

h1 {
	font-family: Times New Roman, Georgia, serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 130%;
	text-align: left;
	margin-top: 6px;
	padding: 4px 10px 4px 10px;
	width: 95%;
	background-color: #C5972C;
}

h2 {
	font-family: Times New Roman, Georgia, serif;
	color: #3E4C98;
	font-weight: bold;
	font-size: 130%;
	text-align: left;
	border-bottom: 1px solid #C5972C;
	width: 95%;
}

h3 {
	font-family: Times New Roman, Georgia, serif;
	color: #3E4C98;
	font-weight: bold;
	font-size: 130%;
	text-align: left;
	border-bottom: 1px solid #C5972C;
	width: 95%;
}

h4 {
	font-family: Times New Roman, Georgia, serif;
	color: #3E4C98;
	font-weight: bold;
	font-size: 120%;
	text-align: left;
	border-top: 1px solid #C5972C;
	width: 95%;
}


addy {
	font-family: Verdana, Arial, Arial Narrow, Arial, sans-serif;
	color: #3E4C98;
	font-size: 80%;
	text-align: center;
}

td.clear {
  background-image: url('../images/spacer.gif');
}

/*---------------------------
	MENU STYLES
---------------------------*/

.footermenu {
  font-size: 70%;
	padding: 5px;
	color: #FFFFFF;
	}

a.footer:link { color: #EBD800; text-decoration: none;}
a.footer:visited { color: #EBD800; text-decoration: none;}
a.footer:hover { color: #FFFFFF;	text-decoration: none;}


.jumpmenu {
  font-size: 70%;
	padding: 5px;
	color: #000000;
	}
	
a.jump:link { color: #000000; text-decoration: none; font-family: Arial, Arial Narrow, Verdana, sans-serif;}
a.jump:visited { color: #000000; text-decoration: none;}
a.jump:hover { color: #3E4C98;	text-decoration: none;}

.login {
  width: 60%;
	text-align: center;
}

.login a {
  background-color : #3E4C98; 
  border: 1px solid #C5972C; 
	color : #FFFFFF;
  display : block;
  text-decoration : none; 
	padding: 2px 4px 2px 4px;
}

.login a:visited {
  background-color : #3E4C98; 
  border: 1px solid #C5972C; 
	color : #FFFFFF;
  display : block;
  text-decoration : none; 
	padding: 2px 4px 2px 4px;
}

.login a:hover {
  background-color : #3E4C98; 
  border: 1px solid #C5972C; 
	color : #C5972C;
  display : block;
  text-decoration : none; 
	padding: 2px 4px 2px 4px;
}

/*---------------------------
	FORM STYLES
---------------------------*/


.buttonstyle {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
	font-weight: bold;
  color: FFFFFF;
  border-width: 1px;
  border-color: 666666;
	border-style: solid;
	cursor: pointer;
	background-color: #3E4C98;
}

.poetry {
  style=color: #9F7411; 
	font-size: 130%; 
	font-family: Times New Roman, Georgia, serif; 
	font-style: italic;
}



