/* CSS Document */
.top{
background-image:url(../image/top.jpg);
background-repeat:repeat-x;
height:113px;
}
.nav{
background-image:url(../image/nav.jpg);
background-repeat:repeat-x;
height:28px;
}
.footer{
background-image:url(../image/nav.jpg);
background-repeat:repeat-x;
height:13px;
}
.navtext{
font-family:"Trebuchet MS";
font-size:14px;
color:#333333;
}
.navtext a{
color:#333333;
text-decoration:none;
}
.navtext a:hover{
color:#333333;
text-decoration:underline;
}
.titletext{
font-family:"Trebuchet MS";
font-size:18px;
color:#333333;
padding:5px 5px 5px 5px;
}
.maintext{
font-family:"Trebuchet MS";
font-size:12px;
color:#333333;
padding:5px 5px 5px 5px;
}
.maintext a{
color:#333333;
text-decoration:none;
}
.maintext a:hover{
color:#333333;
text-decoration:underline;
}
.footertext{
font-family:"Trebuchet MS";
font-size:10px;
color:#333333;
}
.footertext a{
color:#333333;
text-decoration:none;
}
.footertext a:hover{
color:#333333;
text-decoration:underline;
}
.greyborder{
border:solid 1px #CCCCCC;
}
.linktext{
font-family:"Trebuchet MS";
font-size:11px;
color:#333333;
padding-bottom:5px;

}
.linktext a{
color:#333333;
text-decoration:none;
}
.linktext a:hover{
color:#333333;
text-decoration:underline;
}