/* general formatting */

body,p,ul,ol,td,th,h1,h2,h3,h4
{
	font-family:arial,helvetica,sans-serif;
	color:#000000;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	line-height: 20px;
	text-align: justify;

}

body
{
	margin:0px;
	background-color:#FFFFCC;
	font-size:100%;
}

table
{
	font-size:100%;
	margin-top:0px;
	margin-left:5px;
	margin-right:8px;
	margin-bottom:0.6em;
}

td
{
/*	vertical-align:top;
	text-align:left;
	font-size:12px;
	padding:2px;
	margin:2px;
	border:0px;*/
	font-family: Arial, Helvetica, sans-serif;

/*	line-height:1.25em;*/
}

th
{
/*	vertical-align:top;
	text-align:left;
	font-size:12px;
	padding:2px;
	margin:2px;
	border:0px;
	font-weight:normal;*/
	font-family: Arial, Helvetica, sans-serif;

}

h1
{
	font-size:18px;
/*	margin:0px;*/
	font-weight:bold;
	font-family: "Lucida Calligraphy";

}

h2
{
	margin:0px;
	font-size:12px;
	font-weight:bold;
}

h3,h4
{
	font-weight:bold;
}
ul,ol
{
	margin-top:0px;
	margin-bottom:0.6em;
	font-size:12px;

/*	line-height:1.25em;*/
}

a:link,a:visited
{
	color:#FFFFFF;
	text-decoration:none;
	font-weight: normal;
}

a:active,a:hover
{
/*	text-decoration:underline;*/
	color:#FF0000;
}

/* left column */

.menu {
	color: #FFFFFF;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.monolargered {
	font-family: "Monotype Corsiva";
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.monomedgreen {
	font-family: "Monotype Corsiva";
	font-size: 18px;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}
.monomedred {
	font-family: "Monotype Corsiva";
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.monosemired {
	font-family: "Monotype Corsiva";
	font-size: 22px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.blackbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
