BODY{
	background-color: #035;
	text-align: center;
}

BODY, TABLE, TD, TH, SELECT{
	font-family: Verdana, MS UI Gothic;
	font-size:9px;
	*font-size:10px;
	color:#6ab4e6;
	margin:0px;
	line-height: 1.4;
	*line-height: 1.3;
	letter-spacing: 1px;
}

:root BODY, :root TABLE, :root TD, :root TH, :root SELECT{
	font-size:9px;
	/*/*/ font-size:10px/* */
}

A{
	cursor:pointer;
	cursor:hand;
	color:#07A;
	text-decoration:none;
}

A:hover{
	color:#0AD;
	text-decoration:underline;
}

P,UL,OL,LI,DL,DT,DD,FORM,H1,H2,H3,H4,H5,FIELDSET,LEGEND{
	margin:0;
}

H1,H2,H3,H4{
	font-size:100%;
	color:#000;
}

SMALL{
	font-size: 80%;
}

IMG{
	border: 0px;
}

LEGEND{
	font-size: 0;
	position: absolute;
	left: -1000px;
}

UL{
	padding:0px;
	list-style:none;
}

UL.col LI{
	padding:0px;
	white-space:nowrap;
	*white-space:inherit;
	*line-break:strict;
	*word-break:keep-all;
	display:inline;
	margin:2px 3px 2px 1px;

}

UL.row{
	list-style: disc inside !important;
}
UL.row LI{
	width:90% !important;
	padding-left:8px;
	line-height:1.3;
	
}
DIV.clear{
	width:1px;
	height:1px;
	font-size:1px;
	clear:both;
	padding:0px;
	margin: 0px;
	background-position:50% 100%;
}

#logo{
	margin: 20px 0px;
}
