@charset "utf-8";
/* CSS Document */

body {
background: #F7F7F7 url(../img/bg.gif) repeat-x;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#434343;
margin:0;
}

.topbg {
background:url(../img/topbg.jpg) no-repeat;
width:985px;
height:331px;
}

.homelogo {
background:url(../img/home_logo.jpg) no-repeat;
width:320px;
height:269px;
}

.innerlogo {
background:url(../img/innerpage_logo.jpg) no-repeat;
width:320;
height:167px;
}

.grayborder {
border-left:#D3D3D3 solid 1px;
border-right:#D3D3D3 solid 1px;
}

.bluetext {
color:#005BBC;
font-weight:bold;
}
.bluetext a {
color:#005BBC;
font-weight:bold;
text-decoration:none;
}
.bluetext a:hover {
color:#434343;
font-weight:bold;
text-decoration:none;
}

.graylink {
color:#434343;
font-weight:bold;
}
.graylink a{
color:#434343;
font-weight:bold;
text-decoration:none;
}
.graylink a:hover{
color:#005BBC;
font-weight:bold;
text-decoration:none;
}

.grayheading {
font-family:Helvetica, Arial, sans-serif;
color:#434343;
font-size:15px;
font-weight:bold;
}

.graycontent {
color:#434343;
font-size:12px;
}
.graycontent a{
color:#434343;
font-size:12px;
text-decoration:underline;
}
.graycontent a:hover{
color:#005BBC;
font-size:12px;
text-decoration:underline;
}
