BODY
{
    font-family: Arial, Helvetica, sans-serif;
	color : Black;
    font-size : 14px;
	background-color : #F3F4EB;
}

TD
{
    font-family: Arial, Helvetica, sans-serif;
	color : Black;
    font-size : 14px;
}

TD.main
{
    font-family: Arial, Helvetica, sans-serif;
	color : Black;
    font-size : 14px;
	background-color : #FFFFFF;
}

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

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

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

TH
{
    font-family: Arial, Helvetica, sans-serif;
    font-size : 14px;
	font-weight : bold;
	color : #718357;
}

H1
{
	text-align : center;
	font-size : 30px;
	color : #718357;
}

H2
{
    font-size : 24px;
	text-align : center;
	color : #718357;
}

H3
{
    font-size : 18px;
	text-align : center;
    color : #718357;
}

H4
{
	font-size : 20px;
	text-align: left;
	font-weight : bold;
    color : #718357;
}

H5
{
	font-size : 16px;
	text-align: left;
	font-weight : bold;
    color : #718357;
}

.footer
{
	font-size : 12px;
}

.form
{
	font-size : 12px;
}

.hardware
{
	font-size : 13px;
}

.bold
{
	font-weight : bold;
	color : #718357;
}

.boldlarger
{
	font-weight : bold;
	color : #718357;
	font-size : 16px;
}

.gray
{
	color : #999999;
}

.special
{
	color : #FF0000;
}

.larger
{
	font-size : 16px;
}

.small
{
	font-size : 12px;
}

.smaller
{
	font-size : 11px;
}

.largerbold
{
    font-size : 15px;
	font-weight : bold;
	color : #718357;
}

.indent30
{
	margin-left : 30px;
}

.caption
{
	font-size : 12px;
	font-style : italic;
	text-align: center;
}

.quote
{
	font-size : 13px;
	font-style : italic;
	margin-right : 10px;
	margin-left : 25px;
}

.quoteauthor
{
	font-size : 11px;
	text-align : right;
	margin-right : 10px;
	margin-left : 25px;
}

.todo
{
	font-style : italic;
    color : #FF0000;
}

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

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

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

.gray A:LINK
{
    color : #666666;
    text-decoration : none;
}

.gray A:VISITED
{
    color : #666666;
    text-decoration : none;
}

.gray A:HOVER
{
    color : #666666;
    text-decoration : none;
}

.copyright
{
	font-size : 9px;
	color : #666666;
}



.tempheader
{
	text-align : center;
	font-size : 48px;
	color : #FFFFFF;
	background-color : #718357;
}


