/* CSS Document */
body
{
margin:0px;
background-image:url('images/mainbg.jpg');
background-repeat:repeat-x;
}
h1
{
font-family:"Trebuchet MS", arial;
font-weight:normal;
font-size:15pt;
color:#FFFFFF;
text-decoration:none;
display:inline;
}
h3
{
font-family:"Trebuchet MS", arial;
font-weight:bolder;
font-size:14px;
color:#696969;
text-decoration:none;
line-height:16px;
display:inline;
}
.headingwhite
{
font-family:"Trebuchet MS", arial;
font-weight:normal;
font-size:15pt;
color:#FFFFFF;
text-decoration:none;
}
.headingblack
{
font-family:"Trebuchet MS", arial;
font-weight:normal;
font-size:13pt;
color:#000000;
text-decoration:none;
}
.hdgreen
{
font-family:tahoma;
font-weight:bolder;
font-size:12px;
color:#2A8100;
text-decoration:none;
}
.textblack
{
font-family:tahoma;
font-weight:normal;
font-size:11px;
color:#000000;
text-decoration:none;
}
.linkbluesml
{
font-family:tahoma;
font-weight:bolder;
font-size:10px;
color:#285DB9;
text-decoration:none;
}
.linkbluesml:hover
{
font-family:tahoma;
font-weight:bolder;
font-size:10px;
color:#285DB9;
text-decoration:underline;
}
.linkblack
{
font-family:tahoma;
font-weight:normal;
font-size:11px;
color:#000000;
text-decoration:none;
}
.linkblack:hover
{
font-family:tahoma;
font-weight:normal;
font-size:11px;
color:#000000;
text-decoration:underline;
}
.footertext
{
font-family:tahoma;
font-weight:normal;
font-size:11px;
color:#696969;
text-decoration:none;
}
.linkblue
{
font-family:tahoma;
font-weight:normal;
font-size:11px;
color:#0871B4;
text-decoration:none;
}
.linkblue:hover
{
font-family:tahoma;
font-weight:normal;
font-size:11px;
color:#0871B4;
text-decoration:underline;
}
.textgrey
{
font-family:"Trebuchet MS", arial;
font-weight:normal;
font-size:12px;
color:#696969;
text-decoration:none;
line-height:16px;
}
.textbox
{
font-family:"Trebuchet MS", arial;
font-weight:normal;
font-size:12px;
text-decoration:none;
color:#696969;
border:1px dotted #cccccc;
background-color:#f5f5f5;
}
.button
{
font-family:"Trebuchet MS", arial;
font-weight:normal;
font-size:12px;
text-decoration:none;
color:#ffffff;
border:1px dotted #cccccc;
background-color:#2A8100;
padding-top:0px;
padding-bottom:0px;
padding-right:2px;
padding-left:2px;
}