BODY {
	margin: 0 0 0 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #333333;
	/*background: #ffffff url(images/shadow_bg.png) center repeat-y;*/
	background:#ffffff;
}

H3 {
	font-weight : bold;
	/*color : #cc0000;*/
	font-size : 14px;
}
.h3 {
	font-weight : bold;
	/*color : #333333;*/
	font-size : 14px;
}

.title {
	font-weight : bold;
	color : #2C450B;
	font-size : 13px;
}

.title a{
	font-weight : bold;
	color : #2C450B;
	font-size : 13px;
}

.title a:hover{
	font-weight : bold;
	color : #2C450B;
	font-size : 13px;
	text-decoration: underline;
}

.defocus {
	color: #787878;
	font-size: 11px;
}

.defocus a {
	color: #787878;
	text-decoration: none;
}

.defocus a:hover {
	color: #444;
	text-decoration: underline;
}

TH {
	font-size : 11px;
}

TH a{
	color:#3b3b3b;
	font-size : 11px;
}

TR.topmenu {
	background : #CC6666;
	color:  #E7CCBC;
	font-size : 11px;
	font-weight: normal;
	text-align : center;
}

TR.warning {
	background : #ffccff;
}

TR.silver {
	background : #cccccc;
}

TR.blur {
	background : #fafafa;
}

TR.muda {
	background : #eeeeee;
}

TR.white {
	background : #ffffff;
}

TR.blue {
	background :  #C9F5D0;
}

TD.black {
	color : #6080DB;
	background : #FFCC66;

}

TR.green {
	background :  #61e02e;
}

TD.blur {
	background : #fafafa;
}

TD.left {
	background : #1875A3;
	color : #ffffff;
}

TD.muda{
	background : #1875A3;
}

TD {
	font-size : 11px;
}

.scroller {
	font-size : 10px;
	color: #FFFFFF;
	text-decoration: none;
}

A.top_bar {
	color : #ffffff;
	font-weight : bold;
	text-decoration: none;
}

A.subbar {
	color : #1814C5;
	text-decoration: none;
	font-weight: normal;

}

A.no_line {
	color : #000000;
	text-decoration: none;
	font-weight: normal;
}

A {
    color: #333333;
	text-decoration: none;
	font-size: 11px;
}

A:hover {
	text-decoration: underline;
	font-size: 11px;
	/*color: #000000;*/
	color : #2C450B;
}


INPUT.warning {
	font-size : 11px;
	background: #ff3366;
}

INPUT.button  {
	font-size : 11px;
}

INPUT, SELECT  {
	font-size : 11px;
	border: 1px solid #cccccc;
}

#tl{
    height: 100%;
	background: url(../../images/tl00.png) 0 0 no-repeat;
   	background-position:left top;
}
#bl{
	height: 100%;
	width: 100%;
	background: url(../../images/bl00.png) 0 0 no-repeat;
   	background-position:left bottom;

}

#tr{
    height: 100%;
   	background: url(../../images/tr00.png) 0 0 no-repeat;
   	background-position:right top;
}

#br{
	height: 100%;
	width: 100%;
   	background: url(../../images/br00.png) 0 0 no-repeat;
   	background-position:right bottom;

}

.h2{
	color : #898989;
	font-size : 12px;
}
.h1{
	color : #898989;
	font-size : 12px;
	font-weight: bold;
}

.tab-holder {
	cursor: default;
	font-family: Arial;
	font-size: 12px;
}

.tab-spc {
	cursor: default;
	border-bottom: 1px solid #808080;
}

.tab-off {
	cursor: default;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #808080;
	color: #999999;
	font-weight: bold;
	background: #FFFFFF;
	white-space: nowrap;
}
td.tab-off:hover {
	cursor: default;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #808080;
	color: #999999;
	font-weight: bold;
	background: #61e02e;
	white-space: nowrap;
}

.tab-on {
	cursor: default;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #61e02e;
	border-bottom-width: 0px;
	color: #999999;
	background-color: #ffffff;
	font-weight: bold;
	white-space: nowrap;
}
.submenu {
	font-weight: normal;
	background: #e5e5e5;
	opacity: 0.95;
	filter: alpha(opacity=95);
	-moz-opacity: 0.9;
	/*padding: 5px;*/
	position:relative;
	z-index:10;
	color: #333333;
}

.submenu a{
	font-weight: normal;
	background: #e5e5e5;
	opacity: 0.95;
	filter: alpha(opacity=95);
	-moz-opacity: 0.9;
	padding: 3px 5px 5px 5px;
	position:relative;
	z-index:10;
	/*color: #333333;*/
}
.subMenu a:hover{
	cursor: pointer;
    opacity:1;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	padding: 3px 5px 5px 5px;	
	background: #e5e5e5;
	text-decoration: underline;
	font-weight: normal;
}
.eachmenu {
   	background: url(../../images/gutter.jpg) 0 0 no-repeat;
	float: left;
	height: 25px;
	padding-top:4px;
	text-align:center;
}

.eachmenu a:hover{
	cursor: pointer;
}
