body {
	background-color: #e4dbd4;
	margin-top: 10; 
	margin-right: 20; 
	margin-bottom: 10; 
	margin-left: 20; 
	padding-top: 0; 
	padding-right: 0; 
	padding-bottom: 0; 
	padding-left: 0; 
	font-family: Times, Arial, Helvetica, Sans-Serif;
	font-size: 15px;
	font-weight: 600;
	color: #000000;
}

.watermark {
	background-image: url(images/bckground.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 20%;
}

p {
	text-indent: 25px;
}

a:link {
	color: #225F86;
	text-decoration: none; 
} 
a:visited {
	color: #225F86; 
	text-decoration: none; 
} 
a:hover {
	color: #000000; 
	text-decoration: underline; 
} 
a:active {
	color: #225F86; 
	text-decoration: none; 
}

h2 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 19px;
	font-weight: 900;
	color: #006BD7;
	text-align: center;
}
.subtitle {
	font-family: Times, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: 600;
	color: #004080;
}

.footer {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	text-align: center;
	font-weight: 400;
}


td {
font-family: Times, Arial, Helvetica, Sans-Serif; 
	font-size: 14px;
	font-weight: 600;
	color: #000000;
}
th {
font-family: Arial, Helvetica, Sans-Serif; 
font-size: 16px;
font-weight: bold;
}


.menutable {
background-color: #CC9999;
}
.maintable {
background-color: #FFCCCC;
}

.tiny {
font-family: Arial, Helvetica, Sans-Serif;
font-size: 10px;
}
.tiny a:link {
font-family: Arial, Helvetica, Sans-Serif;
font-size: 10px;
color: #225F86; 
text-decoration: none;
} 
.tiny a:visited {
font-family: Arial, Helvetica, Sans-Serif;
font-size: 10px;
color: #225F86; 
text-decoration: none; 
} 
.tiny a:hover {
font-family: Arial, Helvetica, Sans-Serif;
font-size: 10px;
color: #000000; 
text-decoration: underline; 
} 
.tiny a:active {
font-family: Arial, Helvetica, Sans-Serif;
font-size: 10px;
color: #225F86;
text-decoration: none;
}

.med {
font-family: Arial, Helvetica, Sans-Serif;
font-size: 13px;
}

.formlabels	{
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif; 
	border: 3px double #006BD7;
	background-color: #ffffff;
	font-weight: bold;
	font-size: 13px;
}

.formbuts {
	font-family: Arial, Helvetica, Sans-Serif; 
	color: #000000;
	font-size: 14px;
	background-color: #006BD7;
	border: 2px inset #225F86;
}
