/* CSS Document */

body {
font-family: Arial;
font-size: 14px;
color: #666666;
background-image: url('images/background.gif'); 
background-repeat: repeat-x;
}

p, td {
font-family: Arial;
font-size: 14px;
color: #666666;
margin-bottom: 0;
margin-top: 0;
}

li {
font-family: Arial;
font-size: 14px;
color: #666666;
margin-bottom: 6px;
}

a:link {
font-family: Arial;
font-size: 14px;
color: #990000;
text-decoration: none;
}

a:visited {
font-family: Arial;
font-size: 14px;
color: #990000;
text-decoration: none;
}

a:hover {
font-family: Arial;
font-size: 14px;
color: #990000;
text-decoration: underline;
}

.header_links {
font-family: Arial;
font-size: 14px;
color: #990000;
font-weight: bold;
}

.header_links a:link {
font-family: Arial;
font-size: 14px;
color: #990000;
text-decoration: none;
}

.header_links a:visited {
font-family: Arial;
font-size: 14px;
color: #990000;
text-decoration: none;
}

.header_links a:hover {
font-family: Arial;
font-size: 14px;
color: #FFFFFF;
text-decoration: none;
}

.title1 {
font-family: Arial;
font-size: 14px;
font-weight: Bold;
color: #000000;
}

.body_small {
font-family: Arial;
font-size: 12px;
color: #666666;
}