body 
{ 
margin: 0px 0px 0px 0px;
background-color: #CEC9B7;
background-image: url('images/lourdas_bg.gif');
}

.maintable 
{ 
background-color: #ffffff;
}

.content
{
font-family: arial;
font-size: 9pt;
font-weight: normal;
color: #000000;
text-align: left;
vertical-align: top;
}

.contentunder
{
font-family: arial;
font-size: 9pt;
font-weight: normal;
color: #000000;
text-decoration: underline;
text-align: left;
vertical-align: top;
}

.contentitalic
{
font-family: arial;
font-size: 9pt;
font-weight: normal;
color: #000000;
font-style: italic;
text-align: left;
vertical-align: top;
}

.header
{
font-family: arial;
font-size: 9pt;
font-weight: bold;
color: #743C17;
text-align: left;
vertical-align: top;
}

.footer
{
font-family: arial;
font-size: 8pt;
font-weight: normal;
color: #ffffff;
text-align: center;
vertical-align: middle;
}

a:link
{
color: #3B4DA0; text-decoration: underline;
}
a:visited
{
color: #3B4DA0; text-decoration: underline;
}
a:active
{
color: #3B4DA0; text-decoration: underline;
}
a:hover
{
color: #3B4DA0; text-decoration: none;
}

a.footerlink:link
{
color: #ffffff; text-decoration: none;
}
a.footerlink:visited
{
color: #ffffff; text-decoration: none;
}
a.footerlink:active
{
color: #ffffff; text-decoration: none;
}
a.footerlink:hover
{
color: #ffffff; text-decoration: none;
}

.texterror
{
font-family: arial;
font-size: 9pt;
font-weight: normal;
color: #FF0000;
text-align: left;
vertical-align: top;
}


#menu a {
	font-family: arial;
	font-weight: bold;
	font-size: 9pt;
	display: block;
	color: #ffffff;
	background-color: #3B4DA0;
	width: 133px;
	padding: 5px 0px 5px 0px;
	text-decoration: none; }

#menu a:hover {
	font-size: 9pt;
	background-color: #74441D;
	color: white; }

-->