BODY
{
	background: url(../images/background.jpg);
	color: #000000;
	font-family: arial;
	font-size: 12pt;
	margin-left: 5%;
	margin-right: 5%;
}
DIV
{
	background: url(../images/background2.jpg);
	width: 100%;

}
DIV.inner
{
	margin-left: 2.5%;
	margin-right: 2.5%;
}
DT
{
	font-weight: bold;
}
H1
{
	color: red;
	font-family: arial;
	font-size: 16pt;
}
H2
{
	color: red;
	font-family: arial;
	font-size: 14pt;
}
H3
{
	color: red;
	font-family: arial;
	font-size: 12pt;
}
HR
{
	color: #0033cc;
}
LI
{
	font-size: 10pt;
}
OL
{
    color: green;
    font-family: arial;
    font-size: 12pt;
    font-weight: bold;
}
SPAN
{
    color: black;
    font-family: arial;
    font-size: 10pt;
    font-weight: normal;
}
.head
{
	background-color: #0033cc;
	color: #ffffff;
	font-size: 12pt;
	font-weight: bold;
	text-indent: 10px;
}
