body {
background-image: url(img/bg.jpg);
background-repeat: repeat;
background-color: #ffffff; 
margin: 0 0 0 0;
}

a:link {
text-decoration: none; 
color: #333333; 
}

a:active {
text-decoration: none; 
color: #000000; 
}

a:visited {
text-decoration: none; 
color: #000000; 
}

a:hover {
text-decoration: none; 
background: #3353bb; 
color: #ffffff; 
}

a.nav:hover {
text-decoration: underline;
background: #e5e5e5;
color: #3353bb; 
}

.activePage {
color: #3353bb; 
font-style: underline;
}

li, .text {
font-family: Arial, sans-serif;
color: #333333;
font-size: 11px; 
line-height: 19px; 
}

.h1 {
font-family: Arial, sans-serif;
color: #333333;
font-size: 14px; 
font-weight: bold;
}

.justify {
font-family: Arial, sans-serif;
color: #333333;
font-size: 11px; 
line-height: 21px;
text-align: justify; 
}

input, textarea {
font-family: Arial, sans-serif;
color: #333333;
font-size: 11px; 
background: #e1e1e1; 
border: 1px groove #c0c0c0; 
}

.tableMain {
background-color: #ffffff; 
border: 1px solid #c0c0c0;
}

.innerCell {
padding-left: 10px;
}

.navigation {
height: 25px;
text-align: center;
background-color: #e5e5e5;
border-top: 1px solid #c0c0c0;
border-bottom: 1px solid #c0c0c0;
font-family: Arial, sans-serif;
color: #333333;
font-size: 11px;
font-weight: bold;
}

.spacer {
font-family: Arial, sans-serif;
color: #777777;
font-size: 10px;
font-weight: normal;
padding-left: 2px;
padding-right: 2px;
}

.faq {
color: #3353bb; 
font-weight: bold;
}

.footer {
height: 25px;
text-align: center;
background-color: #e5e5e5;
border-top: 1px solid #c0c0c0;
font-family: Arial, sans-serif;
color: #777777;
font-size: 11px; 
}

.search {
font-family: Arial, sans-serif;
color: #ffffff;
font-size: 8px;
font-weight: normal;
text-align: center;
}