@charset "UTF-8";

@import url(lib_common.css);
@import url(lib_header.css);
@import url(lib_footer.css);
@import url(lib_navi.css);
/*\*//*/@import "lib_ie5.css";/**/

/***********************************************/
/* Main styles                                 */
/***********************************************/ 
#bodyPane{
	float : left;
	width : 543px;
	padding : 0px 0px 0px 0px;
}

DIV.Level{
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 10px;
}

H1{
	margin : 0px 0px 8px 0px;
}

H2{
	clear : both;
	padding : 20px 0px 8px 0px;
}

H3{
	clear : both;
    padding : 12px 0px 4px 0px;
}

.Clear{
	clear : both;
}

.Center{
	text-align : center;
}

.Caution{
    color : #ff0000;
}



DIV.topBody{
	width : 530px;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}

DIV.topPicture{
	width : 180px;
	float : right;
	text-align : right;
}

DIV.topPicture IMG{
	margin : 0px 0px 8px 0px;
}

TABLE.topTable{
	clear : both;
    width : 530px;
	margin : 8px 0px 0px 0px;
	border-width : 1px 0px 0px 1px;
	border-color : #000000;
	border-style : solid;
}

TABLE.topTable TH{
	padding : 3px 3px 3px 3px;
	border-width : 0px 1px 1px 0px;
	border-color : #000000;
	border-style : solid;
	text-align : center;
	background-color : #CEF0EC;	
}

TABLE.topTable TD{
	padding : 3px 3px 3px 3px;
	border-width : 0px 1px 1px 0px;
	border-color : #000000;
	border-style : solid;
	text-align : left;
}

