body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-position: left top;
	background-color: #CA2E06;
	margin: 0;
	font-family: Arial;
}


.text1 {
	font-family: Arial;
	font-size: 20px;
	color: #333;
	font-weight: 600;
}
.text2 {
	font-family: Arial;
	font-size: 14px;
	color: #DF5C04;
	font-weight: normal;
}
.text3 {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	line-height: 22px;
	text-align: justify;
}
.text4 {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	line-height: 20px;
}
.text5 {
	font-family: Arial;
	font-size: 18px;
	font-weight: 600;
	color: #DF5C04;
	line-height:normal;
}

.text6 {
	font-family: Arial;
	font-size: 14px;
	font-weight: 600;
	color: #DF5C04;
	line-height:normal;
}
.text7 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #CA2E06;
	line-height: 18px;
	text-align: justify;
}
.text8 {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #333;
	line-height: 18px;
	text-align: justify;
}
.td	{
	border:1px solid #545454;
}
a.a:link {
	font-family: Arial;
	font-size: 13px;
	font-weight: 600;
	color: #DF5C04;
	text-decoration: none;
	line-height:normal;
}
a.a:visited {
	font-family: Arial;
	font-size: 13px;
	font-weight: 600;
	color: #DF5C04;
	text-decoration: none;
	line-height:normal;
}
a.a:hover {
	font-family: Arial;
	font-size: 13px;
	font-weight: 600;
	color: #333;
	text-decoration: underline;
	line-height:normal;
}
a.b:link {
	font-family: Arial;
	font-size: 14px;
	font-weight: 600;
	color: #FFF;
	text-decoration: none;
	line-height:normal;
}
a.b:visited {
	font-family: Arial;
	font-size: 14px;
	font-weight: 600;
	color: #FFF;
	text-decoration: none;
	line-height:normal;
}
a.b:hover {
	font-family: Arial;
	font-size: 14px;
	font-weight: 600;
	color: #DF5C04;
	text-decoration: none;
	line-height:normal;
}

a.c:link {
	font-family: Arial;
	font-size: 13px;
	font-weight: 600;
	color: #CA2E06;
	text-decoration: none;
	line-height:normal;
}
a.c:visited {
	font-family: Arial;
	font-size: 13px;
	font-weight: 600;
	color: #CA2E06;
	text-decoration: none;
	line-height:normal;
}
a.c:hover {
	font-family: Arial;
	font-size: 13px;
	font-weight: 600;
	color: #666;
	text-decoration: underline;
	line-height:normal;
}
.nav_base {
height: 39px;
background: url(../images/navbg.jpg) repeat-x left top;
display: block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 5px;
border-radius: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
box-shadow: -1px -3px 3px #000000;
border: 0px solid red;
}
.intext {
border: 1px solid #c7c7c7;
background: #FFFFFF;
padding: 5px 0px 5px 5px;
width: 332px;
}
.inarea {
border: 1px solid #c7c7c7;
background: #FFFFFF;
height: 60px;
padding: 5px 0px 5px 5px;
width: 332px;
}