/*Common CSS*/

body{	background-color : #f0f0e0;
	font-size:	12pt;
	font-family:	Garamond,Times New Roman,MS UI Gothic;
	color:		#303030;
	margin:		0 0 0 0;
}

td.{	font-size:	12pt;
	font-family:	Times New Roman,MS UI Gothic;
	color:		#303030;
	margin:		0 0 0 0;
}

a{	text-decoration:none;}

a:link{	color:		#268;}

a:visited{
	color:		#05a;
}
a:active{
	color:		#0f;
}

a:hover{text-decoration:underline;
}

address{font-family:	sans-serif;
	font-size:	10pt;}

em{	;color:#ee6420;}

strong{	font-weight:bold
	;color:#060;}




/* ========= name="headings" ========= */

h1{font-size           : 18pt;
   font-weight         : bold;
   color               : #000000;
   text-align          : center;
   padding             : 7px 7px 7px 10px;
   margin              : 0.5em 0em 0.5em 0em;
}

h2{font-size           : 11pt;
   font-weight         : bold;
   text-align          : left;
   color               : #000000;
}

h3{	font-size:12pt;}

dt{	font-size:12pt;
	font-weight:nomal;
	color:#dd4400;
}

dd{	margin:0em 0em 1.5em 0.5em;}

ol{		list-style-type : decimal;
		font-size       : 11pt;
}

ul{		list-style-type : none;
		font-size       : 11pt;
}

/* ========= name="div" ========= */

div.small{	font-size       : 11pt;
}

div.infomation{	font-size       : 10pt;
		color           : #285;
}

div.title{	font-size       : 10pt;
		color           : #994400;
}

div.menu{	font-size       : 10pt;
		color           : #F0F0E0;
}

p.small{	font-size       : 10pt;
}



