/* CSS Document */
body
{
background-image:url(../images/bg.jpg);
background-repeat:repeat-x;
background-attachment:fixed;
}
.innertable
{
width:901px;
margin-left:auto;
margin-right:auto;
background-color:#FFFFFF;
}
.content
{
font-family:Tahoma;
font-size:12px;
color:#373939;
line-height:20px;
text-align:justify;
}
.content a:link
{
color:#373939;
text-decoration:underline;
}
.content a:visited
{
color:#373939;
text-decoration:underline;
}
.content a:hover
{
color:#2a7a90;
text-decoration:none;
}
.footer
{
background-image:url(../images/footerbg.jpg);
background-repeat:repeat-x;
height:41px;
font-family:Tahoma;
font-size:11px;
color:#FFFFFF;
}
.footer a:link
{
color:#FFFFFF;
text-decoration:none;
}
.footer a:visited
{
color:#FFFFFF;
text-decoration:none;
}
.footer a:hover
{
color:#FFFFFF;
text-decoration:underline;
}
.heading
{
font-family:Tahoma;
font-size:12px;
color:#0099CC;
font-weight:bold;
}
.heading a:link
{
color:#0099CC;
text-decoration:none;
}
.heading a:visited
{
color:#0099CC;
text-decoration:none;
}
.heading a:hover
{
color:#333333;
text-decoration:none;
}