
body { 
	background : url(Back0.gif) repeat-x white;
	color : #333333;
	font-size: 70%;
 	font-family: Verdana, Tahoma, Microsoft Sans Serif, sans serif, Arial;
	margin : 0;
}

table, div { 
	font-size: 100%;
}


div.first {
	background : url(Back1.gif) no-repeat;
	margin : 0;
	padding : 0;
	border-collapse: collapse;
}

table.oheader {
	background : url(Baby0.gif) repeat-x bottom;
	width : 100%;
	margin : 0;
	padding : 0;
	border-collapse: collapse;
	color : silver;
}

td.orangeheader {
	background : url(Baby1.gif) no-repeat right bottom;
	height: 30px;
	color : #FF8B3F;
	font-size: 27px;
}


table.tableborder {
	background : url(tiken_line.gif) repeat-x;
	width : 100%; 
	height : 1px;
}

table.white {
	border : 1px solid RGB(254,238,143);
}

div.yellow { background : RGB(251,254,222);}
div.green { background : #5bba60;	color :#006600; margin : 2;}
div.white { color :silver;}

ol, ul, dl {text-align : left;}

A {color : #006600; text-decoration : none;}
.yellow A {color : red;}
A:hover {color : red; text-decoration : underline;}


input, textarea {
	border : 1px solid #5bba60;
	background : RGB(255,255,245);
}

img {border : none;}
hr {color : RGB(91,186,96); height : 1px;}
