/***********************************************/
/* Hummus World CSS Document     */
/* c 2005 Hummus World             */
/* www.hummus.jp                             */
/***********************************************/

body{
	font-size: 9pt; 
	color: #333333; 
	font-family: "Arial", "Helvetica", "sans-serif";
	background-color: #ffffff;
	margin-left:4px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/******* hyperlink and anchor tag styles *******/

a:link {
	color: #FB080E; 
	text-decoration: none;
}
a:visited {
	color: #FB080E; 
	text-decoration: none;
}
a:hover {
	color: #FBA808; 
	text-decoration: underline;
}

/********* text valiation style *********/

.xsmall {
	
	font-size: x-small;
}
.small {
	
	font-size: 8pt;
}

.bold {
	
	font-weight: bold;
}

.large {
	
	font-size: 16pt;
}

/********* form and related tag styles *********/
.formtext {
	border: 1px solid #c3c3c5;
	background-color: #F7F7F7;
	width: 200px;
}
.formbutton {
	border: 1px solid #c3c3c5;
	width: 100px;
	background-image: url(button_silver.gif);
}

/********* text style-1 *********/
.textstyle-1 {
	color: #399DFA;
	font-weight: normal;
	font-size: 12px;
}
a.textstyle-1:link {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
a.textstyle-1:visited {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

a.textstyle-1:hover {
	font-weight: normal;
	color: #009900;
	text-decoration: none;
}

/********* text style-2 *********/

.textstyle-2 {
	color: #FFCC00;
	font-weight: normal;
	font-size: 12px;
}
a.textstyle-2:link {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
a.textstyle-2:visited {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.textstyle-2:hover {
	font-weight: normal;
	color: #FFCC00;
	text-decoration: none;
}

/********* text style-3 *********/
.textstyle-3 {
	color: #333333;
}
a.textstyle-3:link {
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}
a.textstyle-3:visited {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
a.textstyle-3:hover {
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}

/********* table border style *********/
.tableborder {
	border: 1px solid #c3c3c5;
	padding: 4px;
	background-color: #e9e9e9;
	font-weight: bold;

}
.tableborder2 {
	padding: 4px;
	background-color: #F3F3F3;
	font-weight: bold;
	border-top: 1px solid #c3c3c5;
	border-bottom: 1px solid #c3c3c5;
}
.tableborder3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}


.text {
	font-size: 12px;
	line-height: 19px;
}



.title {
	font-size: 14px;
	font-weight: bold;
	color: #993300;
}
