
.boxlinevert {
	background-image:url('images/vert_line.jpg'); background-repeat:repeat-y 
}
.boxlinevertrt {
	background-position: right center; background-image:url('images/vert_line.jpg'); background-repeat:repeat-y 
}

.boxlinehori {
	background-image:url('images/hori_line.jpg'); background-repeat:repeat-x 
}
.boxlinehori_do {
	background-position: center bottom; background-image:url('images/hori_line.jpg'); background-repeat:repeat-x 
}

.cor_rtup {
	background-image:url('images/rt_up_cor.jpg'); background-repeat:no-repeat 
}
.cor_ltup {
	background-image:url('images/lt_up_cor.jpg'); background-repeat:no-repeat 
}
.cor_rt_down {
	background-image:url('images/rt_down_cor.jpg'); background-repeat:no-repeat 
}
.cor_lt_down {
	background-image:url('images/lt_down_cor.jpg'); background-repeat:no-repeat 
}

.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #656565;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F69449;
	font-weight: bold;
}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888888;
}
.style4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF4200;
	font-weight: bold;
}
.style5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #EC7C27;
}
.style6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
.style8 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7c7c7c;
}
a:link {
	color: #656565;
	text-decoration: none;
}
a:visited {
	color: #656565;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #990000;
	text-decoration: none;
}
.white_link:link {
	color: #ffffff;
	text-decoration: none;
}
.white_link:visited {
	color: #ffffff;
	text-decoration: none;
}
.white_link:hover {
	color: #FF0000;
	text-decoration: none;
}
.white_link:active {
	color: #990000;
	text-decoration: none;
}

.orange_link:link {
	color: #FF4200;
	text-decoration: none;
}
.orange_link:visited {
	color: #FF4200;
	text-decoration: none;
}
.orange_link:hover {
	color: #FFB400;
	text-decoration: none;
}
.orange_link:active {
	color: #7F0000;
	text-decoration: none;
}
body {
	background-color: #E6E6E6;
}