@charset "UTF-8";

body{
margin: 0px;
background:url(images/bg-body.jpg) scroll;
}

img{
border:none;}

#header{
width:1022px;
margin-left:auto;
margin-right:auto;
height:331px;
background-image:url(images/bg-headerinner-home.jpg);
}

#bodycontainer{
width:1006px;
height:100%;
margin-left:auto;
margin-right:auto;
background-color:#FFFFFF;
min-height:500px;
padding-top:3px;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
border-bottom:2px solid #000;
border-left:2px solid #000;
border-right:2px solid #000;
padding-left:6px;
padding-right:6px;
}

.header01{
font-weight:bold;
text-shadow: 0 1px 1px rgba(0,0,0,0.75);
font-family:Arial, Helvetica, sans-serif;
font-size:26px;
color:#253D8F;
font-variant:small-caps;
}

.header02{
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
font-size:26px;
color:#253D8F;
}

.header03{
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
font-size:22px;
color:#253D8F;
}

.header04{
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#253D8F;
}

.boxer01{
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#FFFFFF;
}

a:link {
	color: #253D8F;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #253D8F;
}
a:hover {
	text-decoration: none;
	color: #E5BA2D;
}
a:active {
	text-decoration: underline;
	color: #E5BA2D;
}
	
	

