body {
	background-color: #f4f4f4;
	margin: 0px;
	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: #535353;
	text-decoration: none;
}
.lead-1 {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #BE571C;
	text-decoration: none;
}
.lead-2 {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #577B24;
	text-decoration: none;
}
.lead-3 {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #855f0d;
	text-decoration: none;
}
.lead-4 {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #285a93;
	text-decoration: none;
}
.lead-5 {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #feeb85;
	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;
}
.warning {
	background-color: #FFC5AA;
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #9D5634;
	line-height: 20px;
}

/* Links */
a {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #2656d0;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #2F3D21;
	text-decoration: none;
}

/* Lists */
.list-table {
	background-color: #A0BBC8;
}
.list-head {
	background-color: #4899BF;
	padding: 6px;
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.list-head-act {
	background-color: #4899BF;
	padding: 6px;
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.list-even {
	background-color: #FFF3CE;
	padding: 4px;
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #000000;
}
.list-odd {
	background-color: #FFFFFF;
	padding: 4px;
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #000000;
}
.list-roll {
	background-color: #FDD353;
	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;
}

/* Box */
.menubox {
	background-color: #8eacce;
}
.message {
	background-color: #FCEDAE;
	border: 1px dashed #3B8E42;
	padding: 8px;
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #9D5634;
	line-height: 20px;
}
.warning-box {
	background-color: #FFC5AA;
	border: 1px dashed #FC8750;
	padding: 8px;
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #9D5634;
	line-height: 20px;
}
.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;
}
.rightbox{
	background-color: #d0cfc9;
	padding: 9px;
}
.mainbox{
	background-color: #ffffff;
	padding: 6px;
}
.rightblock {
	border-top: 0px;
	border-bottom: 1px solid #abb3b7;
	border-left: 1px solid #abb3b7;
	border-right: 1px solid #abb3b7;
	background-color: #fbfbfb;
	padding: 5px;
}
.leftblock {
	border-top: 0px;
	border-bottom: 1px solid #83b8d3;
	border-left: 1px solid #83b8d3;
	border-right: 1px solid #83b8d3;
	background-color: #ffffff;
	padding: 5px;
}

/* Footer */
#footer a {
	font-family: Tahoma, Arial;
	font-size: 10px;
	text-decoration: none;
	color: #33569d;
}
#footer a:hover {
	font-family: Tahoma, Arial;
	font-size: 10px;
	text-decoration: none;
	color: #5e7bb7;
}

/* Guide */
#guide a {
	font-family: Tahoma, Arial;
	font-size: 10px;
	text-decoration: none;
	color: #5a6b02;
}
#guide a:hover {
	font-family: Tahoma, Arial;
	font-size: 10px;
	text-decoration: none;
	color: #ceee2a;
}

#menubar a {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#menubar a:hover {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #C4EAF7;
	text-decoration: none;
}

/* Local */
.toolbar {
	background-color: #1E3075;
}
.menubar {
	background-color: #1E3075;
}
.main {
	background-color: #FFFFFF;
	padding: 4px;
}
.input {
	font-family: tahoma;
	font-size: 11px;
	color: #3D2C02;
	border: 1px solid #866005;
}

.defbox {
	background-color: #eae9c7;	
	border: 1px solid #a6a001;
	padding: 4px;
}

.secbox {
	background-color: #ffffff;	
	border: 1px solid #cfc6a5;
	padding: 4px;
}
