body {
	background-color: #61861f;
	margin: 2px;
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #3A3B3E;
	text-decoration: none;
}
/* Text */
.text {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #3A3B3E;
	text-decoration: none;
	line-height: 20px;
}
b .bold {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #1F2021;
	text-decoration: none;
	line-height: 20px;
}
.small {
	font-family: Tahoma, Arial;
	font-size: 10px;
	font-weight: normal;
	color: #595B60;
	text-decoration: none;
	line-height: 20px;
}
.lead {
	font-family: Tahoma, Arial;
	font-size: 13px;
	font-weight: bold;
	color: #06393D;
	text-decoration: none;
}
.lead-1 {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #5E6260;
	text-decoration: none;
}
.lead-2 {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #8EB404;
	text-decoration: none;
}
.lead-3 {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #26577F;
	text-decoration: none;
}
.lead-4 {
	font-family: Tahoma, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #BB0130;
	text-decoration: none;
}
.lead-5 {
	font-family: Tahoma, Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
p {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #3A3B3E;
	text-decoration: none;
	line-height: 20px;
	text-align: justify;
}
hr {
	color: #BBBCB4;
}

/* Links */
a {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FF6000;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #C03701;
	text-decoration: none;
}
.prd-a {
	font-family: Tahoma, Arial;
	font-size: 14px;
	font-weight: normal;
	color: #555451;
	text-decoration: none;
}
.prd-a:hover {
	font-family: Tahoma, Arial;
	font-size: 14px;
	font-weight: normal;
	color: #292826;
	text-decoration: none;
}
#nav a {
	font-family: Tahoma, Arial;
	font-size: 13px;
	font-weight: bold;
	color: #ffd618;
	text-decoration: none;
}
#nav a:hover {
	font-family: Tahoma, Arial;
	font-size: 13px;
	font-weight: bold;
	color: #efeded;
	text-decoration: none;
}

/* Menu */
.menu {
	font-family: Tahoma, Arial;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.menu:hover {
	font-family: Tahoma, Arial;
	font-size: 13px;
	font-weight: normal;
	color: #BBBBBB;
	text-decoration: none;
}

/* Lists */
.list-table {
	background-color: #515252;
}
.list-head {
	background-color: #7a7b7b;
	padding: 6px;
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.list-head-act {
	background-color: #606568;
	padding: 6px;
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.list-even {
	background-color: #FFFFFF;
	padding: 4px;
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #000000;
}
.list-odd {
	background-color: #FBFBFB;
	padding: 4px;
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #000000;
}
.list-roll {
	background-color: #fffbe6;
	padding: 4px;
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #000000;
}
#list-head-link a{
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FCFFCC;
	text-decoration: none;
}
#list-head-link a:hover{
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FBCB49;
	text-decoration: none;
}
#list-rec-link a{
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #0075C4;
	text-decoration: none;
}
#list-rec-link a:hover{
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #FF3366;
	text-decoration: underline;
}

/* Image */
.nr {
	background-repeat: no-repeat;
}
.rx {
	background-repeat: repeat-x;
}
.ry {
	background-repeat: repeat-y;
}

/* Form */
.input {
	background-color: #F9F7F7;
	font-family: Tahoma, Arial;
	font-size: 11px;
	border: 1px solid #639EAB;
	color: #1D3236;
}
.button {
	background-color: #ff9600;
	font-family: Tahoma, Arial;
	font-size: 11px;
	border: 1px solid #c98420;
	color: #1D3236;
}

/* Box */
.message {
	background-color: #E4E9EE;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #D4DCE3;
}
.warning {
	background-color: #FFC5AA;
	border: 1px dashed #FC8750;
	padding: 8px;
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #9D5634;
	line-height: 20px;
}
.box-body {
	background-color: #F2F1F1;
	padding: 8px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E4E3E3;
	border-right-color: #E4E3E3;
	border-bottom-color: #E4E3E3;
	border-left-color: #E4E3E3;
}
.box-head {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 3px;
	padding-left: 3px;
}
.image-box {
	background-color: #E7E7E7;
	border: 1px dashed #C0C0C0;
	padding: 4px;
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #676666;
	line-height: 20px;
}
.record-box {
	background-color: #D8D7D7;
	border: 1px solid #C0C0C0;
	padding: 3px;
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #4F4F4F;
	line-height: 20px;
}
.describ-box {
	background-color: #F5F5F5;
	padding: 8px;

	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #3A3B3E;
	line-height: 20px;
}
.main-box {
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}

/* Footer */
#footer a {
	font-family: Tahoma, Arial;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}
#footer a:hover {
	font-family: Tahoma, Arial;
	font-size: 11px;
	text-decoration: none;
	color: #333333;
}

/* Local */
.toolbar {
	background-color: #1E3075;
}
.menubar {
	background-color: #1E3075;
}
.body-box {
	background-color: #fafafa;
	border: 1px solid #989795;
	padding: 10px;
}
.main {
	background-color: #FFFFFF;
	padding: 4px;
}
.main-tbl {
	background-color: #6F8286;
}
.guide {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.guide:hover {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #F9F38B;
	text-decoration: none;
}
.search {
	font-family: tahoma, arial;
	font-size: 12px;
	font-weight: normal;
	color: #F8B71B;
}
.search-input {
	font-family: tahoma, arial;
	font-size: 12px;
	font-weight: normal;
	background-color: #3C3B3B;
	border: 1px solid #8E8A86;
	color: #DCDAD6;
}
.search-button {
	font-family: tahoma, arial;
	font-size: 11px;
	font-weight: normal;
	background-color: #CDC8C2;
	border: 1px solid #8E8A86;
	color: #3C3B3B;
}
