/* CSS Document */

body {
background-image:url(../images/bg1.gif);
background-repeat:repeat-x;
background-color: #57686d;
margin: 0;
}

.txtmain {
background-image:url(../images/txtbg.jpg);
background-repeat:no-repeat;
padding: 10px 45px 30px 30px;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 1.4em;
color: #4e5d61;
text-align: justify;
}

.Headline {font-family:	Georgia, "Times New Roman", Times, serif;
font-size: 24px;
color: #eeb310;
}

.SubHeadline {font-family:	Georgia, "Times New Roman", Times, serif;
font-size: 18px;
color: #eeb310;
}

.footer {font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #CCCCCC;
}

A:link{text-decoration: none; color: #2C5893; text-decoration:underline;}
A:visited {text-decoration: none; color: #2C5893; text-decoration:underline;}
A:active  {text-decoration: none; color: silver; text-decoration:underline;}
A:hover   {color: #234676; text-decoration:none;}