/* CSS Document */
body 
{ 
background-image: url(images/bg_repeat.gif);
font-family: Tahoma; 
font-size: 12px; 
color: #FFFFFF;  
background-repeat: repeat-y; 
}

.header
{
font-family:tahoma; 
font-size:14px;
color:#FFFFFF; 
background-color:none;
border:#FFFFFF; 
border-style:solid; 
border-top-width: 0px; 
border-right-width: 0px; 
border-bottom-width: 1px; 
border-left-width: 0px;
text-align: right;
}

.header1
{
font-family:tahoma; 
font-size:14px;
color:#FFFFFF; 
background-color:none;
border:#FFFFFF; 
border-style:solid; 
border-top-width: 0px; 
border-right-width: 0px; 
border-bottom-width: 1px; 
border-left-width: 0px;
text-align: center;
}

a:link
{
text-decoration:none;
color: #375A81;
}
a:visited
{
text-decoration:none;
color: #375A81;
}

a:hover   
{ 
text-decoration:none;
color: #032449;
}
