BODY {
	background-image : url(images/tile_bg.jpg);
	font-family : Arial, Helvetica, sans-serif;
	text-align : left;
	margin : 0px;
}

A {
	color : Blue;
	text-decoration : underline;
}
A:VISITED {
	color : Purple;
	text-decoration : underline;
}
A:HOVER {
	color : Green;
	text-decoration : underline;
}
A.footer {
	color : Black;
	text-decoration : none;
	font-size : 8pt;
}
A:VISITED.footer {
	color : Black;
	text-decoration : none;
	font-size : 8pt;
}
A:HOVER.footer {
	color : Black;
	text-decoration : underline;
	font-size : 8pt;
}
TABLE.main {
	border-top : 1px Solid Black;
	border-left : 1px Solid Black;;
	border-right : 1px Solid Black;
	border-bottom : 1px Solid Black;
	background-color : White;
}
TABLE.about {
	width : 599px;
}
TR.top {
	background-color : #336699;
}
TR.top2 {
	background-color : #336699;
	line-height : 25px;
	color : White;
	font-size : 10pt;
	font-family : "Times New Roman", Times, serif;
}
TD.copy {
	font-size : 10pt;
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
}
TD.lefttile {
	width : 156px;
	background-image : url(images/tile_left.jpg);
	background-repeat : repeat-y;
}
TD.about {
	width : 156px;
	background-image : url(images/tile_about.jpg);
	background-repeat : no-repeat;
}
TD.footer {
	background-color : #afd38c;
	font-size : 8pt;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 10px;
	padding-bottom : 10px;
}
TD.footer1 {
	background-color : #afd38c;
	font-size : 8pt;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 6px;
	padding-bottom : 6px;
}
TD.footerrule {
	background-color : #afd38c;
}
TD.rightcolumn {
	width : 174px;
}
TD.content {
	width : 425px;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 10px;
	padding-bottom : 10px;
	border-right : 1px Solid Silver;
}
TD.content1 {
	width : 619px;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 10px;
	padding-bottom : 10px;
	border-right : 1px Solid Silver;
}
TD.advert {
	background-color : #FFFFE0;
	font-size : 14pt;
	color : #556B2F;
	font-weight : bolder;
	padding-top : 15px;
	padding-bottom : 15px;
	border : 1px Solid Silver;
}
TD.boxcell {
	background-color : #FFFFE0;
	font-size : 10pt;
	color : Black;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 15px;
	padding-bottom : 15px;
	border : 1px Solid Silver;
	
}
TD.header {
	font-size : 12pt;
	font-weight : Bold;
	color : #336699;
}
SPAN.time {
	font-family : "Times New Roman", Times, serif;
	font-weight : Bold;
	font-size : 10pt;
	color : White;
}
SPAN.words {
	font-size : 3pt;
	color : White;
	line-height : 21px;
}
SPAN.em {
	font-style : italic;
}
SPAN.direction {
	color : Red;
	font-weight : Bold;
	font-size : 10pt;
}
OL.list {
	margin-left : 0px;
}
LI.bullet {
	list-style-position : inside;
	list-style : url(images/img_bullet.gif);
}
UL.bullet {
	list-style-position : outside;
	list-style : url(images/img_bullet.gif);
}
FORM.maint {
	width : 425px;
	font-size : 9pt;
}