/* CSS Document */
body
{
margin:0px;
background-image:url('images/bg.jpg');
background-repeat:repeat-x;
}
.leftlink
{
font-family:'Trebuchet MS', arial;
font-size:12px;
font-weight:normal;
text-decoration:none;
color:#439ACF;
}
.leftlink:hover
{
font-family:'Trebuchet MS', arial;
font-size:12px;
font-weight:normal;
text-decoration:none;
color:#000000;
}
.textgrey
{
font-family:'Trebuchet MS', arial;
font-size:12px;
font-weight:normal;
text-decoration:none;
color:#333333;
}
.textblack
{
font-family:'Trebuchet MS', arial;
font-size:12px;
font-weight:normal;
text-decoration:none;
color:#000000;
}
.textwhite
{
font-family:'Trebuchet MS', arial;
font-size:12px;
font-weight:normal;
text-decoration:none;
color:#ffffff;
}
.headingblue
{
font-family:'Trebuchet MS', arial;
font-size:18px;
font-weight:normal;
text-decoration:none;
color:#0362A3;
}
.headinggrey
{
font-family:'Trebuchet MS', arial;
font-size:18px;
font-weight:normal;
text-decoration:none;
color:#365B61;
}
.linkorange
{
font-family:'Trebuchet MS', arial;
font-size:14px;
font-weight:normal;
text-decoration:none;
color:#D57800;
}
.linkorange:hover
{
font-family:'Trebuchet MS', arial;
font-size:14px;
font-weight:normal;
text-decoration:underline;
color:#D57800;
}
.footertext
{
font-family:'Trebuchet MS', arial;
font-size:11px;
font-weight:normal;
text-decoration:none;
color:#545454;
}
.footerlink
{
font-family:'Trebuchet MS', arial;
font-size:11px;
font-weight:normal;
text-decoration:none;
color:#545454;
}
.footerlink:hover
{
font-family:'Trebuchet MS', arial;
font-size:11px;
font-weight:normal;
text-decoration:none;
color:#000000;
}
.linkblue
{
font-family:'Trebuchet MS', arial;
font-size:11px;
font-weight:normal;
text-decoration:none;
color:#0A70BA;
}
.headingorange
{
font-family:'Trebuchet MS', arial;
font-size:16px;
font-weight:bolder;
text-decoration:none;
color:#F48D02;
}
