@import url("section.css");
@import url("module.css");

/* GENERAL STYLE */
body{
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #347322;
}
h1, h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}
h1{
}
h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	color: #347322;
}
h3{
}
h4{
	color: #347322;
}
h5{
}
h6{
}
div, td, li, p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
p{
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
ul{
}
ol{
}
a:link, a:visited{
	color: #FF9900;
}
a:hover, a:active{
}
form{
	margin: 0px;
	padding: 0px;
}
input, textarea, option{
}
fieldset{
	border: 1px solid #3399CC;
	margin: 2px;
	padding: 2px;
}
legend{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6600;
	letter-spacing: 0.1em;
	font-size: 12px;
}
label{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0099CC;
	letter-spacing: 0.1em;
}
.asterisk{
	color: #FF0000;
}
/* END GENERAL STYLE */

/* TEMPLATE STYLE */
#outshell{
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
}
#innershell{
	width: 700px;
	padding: 10px;
	background-color: #FFFFFF;
}
#headshell{
	background-color: #FFFFFF;
}
#headshell #topheadshell{	
	margin: 0px;
	padding: 0px;	
}
#headshell #buttomheadshell{
}
#bodyshell{
	text-align: left;
}
#bodyshell #leftbodyshell{
	width: 200px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#bodyshell #rightbodyshell{
	background-color: #F2FED6;
	border-top-width: 10px;
	border-right-width: 1px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#bodyshell #rightbodyshell #rightbodycontentshell{
	padding: 8px;
        background-color: #F2FED6;
}
#footshell{
	height: 40px;
	line-height: 40px;
	color: #FFFFFF;	
	margin-top: 5px;
}
/* END TEMPLATE STYLE */
