BODY
{
	font-family : Arial, Helvetica, sans-serif;
    color : #000000;
	font-size : 15px;
    background-color : #F9FAE5;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 10px;
}


TABLE
{
	margin : 0px;
}

TD
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
    background-color : #F4F6CC;
}

TD.side
{
    background-image : url(graphics/side.gif);
}
   
    

H1
{
	font-family : Arial, Helvetica, sans-serif;
	color : #8B6B47;
	font-size : 18px;
	text-align: right;
    font-style : italic;

}

H2
{
	font-family : Arial, Helvetica, sans-serif;
	color : #8B6B47;
	font-size : 18px;
	text-align: left;
    font-style : italic;

}
H3
{
	font-family : Arial, Helvetica, sans-serif;
	color : #00008B;
	font-size : 16px;
	text-align : left;
}

H4
{
	font-family : Arial, Helvetica, sans-serif;
	color : #00008B;
	font-size : 16px;
	text-align : center;
    font-style : italic;
}

H5
{
	font-family : Arial, Helvetica, sans-serif;
	color : #00008B;
	font-size : 16px;
	text-align : left;
    font-style : italic;
}

H6
{
	font-family : Arial, Helvetica, sans-serif;
	color : #00008B;
	font-size : 16px;
	text-align : center;
    font-style : italic;
    padding-top : 15px;
}

.boldgreen
{
    color: #0C3825;
    font-weight : bold;
}


.boldgrey
{
    color: #666666;
    font-weight : bold;
}


.purple
{
    color: #765497;
    font-size : 14px;
	font-family : Verdana, Helvetica, sans-serif;
}

.red
{
    color: red;
    font-size : 12px;
}


.rust
{
    color: #8B6B47;
    font-size : 16px;
}

li.asterik 
{ 
	list-style-image: url(graphics/li_asterik.gif); 
    padding-bottom : 5px;
    list-style-position: outside;
}

LI
{
    padding-top : 6px;
}

.footer
{
	font-size : 12px;
	text-align: left;
}

.form
{
    font-family: Arial, Helvetica, sans-serif;
	font-size : 13px;
}

.small
{
font-size : 11px;
   font-style : italic;
}

.smaller
{
	font-size : 12px;
}

.indent100
{
	margin-left : 100px;
}

LI.indent30
{
    padding-top : 0px;
	margin-left : 30px;
}

LI.indent50
{
    padding-top : 0px;
	margin-left : 30px;
}

.indent30
{
    padding-top : 3px;
	margin-left : 30px;
}


A:LINK
{
    color : #0000FF;
    text-decoration : none;
}

A:VISITED
{
    color : #800080;
    text-decoration : none;
}

A:HOVER
{
    color : #FF0000;
    text-decoration : underline;
}
