/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	font-family: "‚l‚r ‚o–¾’©", "‚l‚r –¾’©";
	font-size: 12px;
	line-height: 1.3;	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-image: url("../img/pagebg.gif");
}
/******* Paragraph styles *******/

p{
	padding: 0px 0px 0px 7px;
	font-family: "‚l‚r ‚o–¾’©", "‚l‚r –¾’©";
	font-size: 12px;
	line-height: 1.3;	
}

/************* Horizontal Rule ***************/

hr{
	border: none;
	color: #FFCC99;
	background-color: #FFCC99;
	height: 1px;
	width: 100%;
}

/******* hyperlink and anchor tag styles *******/

a:link {
	color: #CC0000;
	text-decoration: underline;
}

a:visited{
	color: #CC0000;
	text-decoration: underline;
}

a:hover{
	color: #FF0000;
	text-decoration: underline;
}

/*************** list tag styles ***************/

ul{
 list-style-type: square;
 font: 10px ‚l‚r ƒSƒVƒbƒN,Osaka|“™•;
}

ul ul{
 list-style-type: disc;
 font: 10px ‚l‚r ƒSƒVƒbƒN,Osaka|“™•;
}

ul ul ul{
 list-style-type: none;
 font: 10px ‚l‚r ƒSƒVƒbƒN,Osaka|“™•;
}

/************* standard body text ***************/
#sectionHeadBrown{
	font-family: "‚l‚r ‚o–¾’©", "‚l‚r –¾’©";
	font-size: 14px;
	font-weight: Bold;
	color: #663300;
}

#sectionHeadRed{
	font-family: "‚l‚r ‚o–¾’©", "‚l‚r –¾’©";
	font-size: 14px;
	font-weight: Bold;
	color: #CC0000;
}