
body
{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 11px;
	background-color: #FFF;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	overflow-y: scroll;
	text-align: justify;
}

th, td
{
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	text-align: justify;
}
p
{
	padding: 0px;
	margin-bottom: 4px;
	margin-top: 4px;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
}
h1, h2, h3, h4, h5
{
	color: #175c9b;
	margin-left: 0;
	margin-top: 4;
	margin-bottom: 4;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a
{
	font-weight: normal;
	color: #175c9b;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

/*
ul { padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; border-top-style: none; padding-top: 0px; border-right-style: none; border-left-style: none; border-bottom-style: none }
ul { display: block; list-style-type: none }
ul li { display: block; padding-top: 4px; }
*/
/* ----------------------- */

#header1
{
	padding-right: 10px;
	text-align: right;
}
#header1 a
{
	color: #175c9b;
	font-weight: bold;
}
#header1 p
{
	color: #000;
}

#menu
{
	padding-left: 10px;
	background: url( 'images/footer.jpg' );
	color: #fff;
	width: 770px;
	height: 25px;
	border-top: solid 3px #cc0000;
	border-bottom: solid 3px #cc0000;
}
#menu a
{
	color: #fff;
	font-weight: bold;
}
#menu p
{
	color: #fff;
}

#content
{
	border-left: solid 1px #175c9b;
	border-right: solid 1px #175c9b;
}

#content h2
{
	color: #9c3b0a;
	font-size: 14px;
}

#content h3
{
	color: #9c3b0a;
	font-size: 11px;
}

#content p
{
	color: #000;
	text-align: justify;
}
#content a
{
	color: #c2480c;
}

#left
{
	text-align: justify;
	background-color: #F3F3F2;
}

#right
{
	text-align: justify; /*background-color:#FCF3DD;*/
	padding: 10px;
	border-left: solid 1px #175c9b;
	border-right: solid 1px #175c9b;
}

#footer
{
	background: url( 'images/footer.jpg' );
	color: #ffffff;
	border-top: solid 3px #cc0000;
	border-bottom: solid 3px #cc0000;
}
#footer p
{
	color: #ffffff;
}
#footer a
{
	color: #ffffff;
	text-decoration: underline;
}
