a:link, a:active, a:visited {
color: #666699;
text-decoration: none;
}

a:hover {
color: #e2041b; 
text-decoration: underline;
}

a.top:link, a.top:active, a.top:visited {
color: #ffffff; 
text-decoration: none}

a.top:hover {
color: #ffffff; 
text-decoration: overline underline;
text-decoration-color: #ffffff;
}

body {
color: #555555;
background-color: #ffffff;
margin: 0 0 0 0;
}

body,tr,td,th { font-size:10pt }
small { font-size:9pt }

.menuchar {
color: #666699;
font-family: Geneva, Arial, Helvetica, san-serif;
font-size: 8pt;
}

.cpychar {
color: #ffffff;
font-family: Geneva, Arial, Helvetica, san-serif;
font-size: 7pt;
}
  
.titlechar {
color: #ffffff;
font-family: Comic Sans MS, cursive;
font-size: 8pt;
}

.countchar {
color: #ffffff;
font-family: Geneva, Arial, Helvetica, san-serif;
font-size: 8pt;
}

.pricechar {
font-family: Geneva, Arial, Helvetica, san-serif;
font-weight: bold;
font-size: 11pt;
}

.header {
	background-color: #4f6379;
	color: #E9E9E9;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	height: 20;
}

.header_yellow {
	background-color: #4f6379;
	color: #FFCC00;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	height: 20;
}

.left {
	background-color: #7a8fa5;
	color: #E9E9E9;
	font-size: 10pt;
	font-weight: bold;
	height: 20;
}

.row1 {
	/* background-color: #EEEEEE; */
	background-color: #ffffff;
	font-size: 9pt;
	height: 38;
}

.row2 {
	/* background-color: #e5e5e5; */
	background-color: #f4f4f4;
	font-size: 9pt;
	height: 38;
}

.descript {
	background-color: #ffffff;
	font-size: 9pt;
	height: 17;
}

.inpbg {
	background-color: #eeeeee;
	color: #666699;
	font-size: 11pt;
}

.inpbg_dark {
	background-color: #cccccc;
	color: #666699;
	font-size: 11pt;
}

.red_notice {
	color: #e2041b;
}
.blue_notice {
	color: #0000ff;
}
.green_notice {
	color: #a6c93a;
}
.orange_notice {
	color: #f98012;
}

.hangingindent {
padding-left: 1.0em;  text-indent: -1.0em;
}

span.inner {
	color: #666699;
}
span.outer {
	color: #e2041b;
	text-decoration: line-through;
	text-decoration-style: dotted;
}
.button {
	background-color: #2D3A47;
	color: #ffffff;
	padding: 3px 12px;
	font-size: 13px;
	border: 1px solid #ccc;
	cursor: pointer;
}

.button:hover {
	background-color: #3E4F5F;
}

.button:active {
	background-color: #1E2A33;
}
