/* CSS Document */
body
{
margin:0;
background-image:url(images/bg.jpg);
background-repeat:repeat-x;
background-color:#E6E6E7;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
text-align:justify;
}
h1
{
font-family:Arial, Helvetica, sans-serif;
font-size:22px;
font-weight:bold;
text-decoration:none;
color:#000000;
padding:0;
margin-top:0;
}
.redcolortext
{
font-family:Tahoma, Verdana, Arial;
color:#E50000;
font-weight:bold;
font-size:11px;
}
a
{
font-family:Tahoma, Verdana, Arial;
font-size:11px;
text-decoration:none;
color:#000000;
}
a:hover
{
text-decoration:underline;
}
.footerlinks
{
font-family:Tahoma, Verdana, Arial;
font-size:11px;
color:#505050;
text-decoration:none;
}
.footerlinks a
{
font-family:Tahoma, Verdana, Arial;
font-size:11px;
color:#505050;
text-decoration:none;
}
.footerlinks a:hover
{
text-decoration:underline;
}
.innerheading
{
font-family:Tahoma, Verdana, Arial;
font-size:14px;
color:#000000;
text-align:center;
text-decoration:underline;
font-weight:bold;
}
.tablehead
{
font-family:Tahoma, Verdana, Arial;
font-size:15px;
font-weight:bold;
color:#E50000;
}
.highlight-text
{
font-family:Tahoma, Verdana, Arial;
font-size:14px;
color:#151571;
font-weight:bold;
}
input
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
}
.button
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
background-color:#151571;
text-decoration:none;
cursor:pointer;
}
.button:hover
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#151571;
background-color:#EEEEEE;
text-decoration:none;
cursor:pointer;
}