body {
    margin:0px;
    padding:0px;
    background-image: url("../images/bodybg.jpg");
    background-position: top;
    background-repeat: repeat-x;
    background-color: #666a6d;
    font-family: tahoma;
    font-size: 12px;
    color: #606060;
    line-height: 16px;
}

td {
    font-family: tahoma;
    font-size: 12px;
    color: #606060;
    line-height: 14px;
}

img {
    text-decoration: none;
    border: 0px none;
}

.contentimg {
	padding: 8px;
	margin: 5px 15px 5px 0px;
	border-bottom: 3px solid #606060;
	border-right: 3px solid #606060;
	border-top: 1px solid #606060;
	border-left: 1px solid #606060;
	background-color: #fff;
}

a {
    text-decoration: none;
    color: #7b0e13;
}

p {
    font-family: tahoma;
    font-size: 12px;
    color: #606060;
    line-height: 16px;
    text-align: justify;
    margin: 0px;
    padding: 0px 0px 20px 0px;
}

h1 {
    color: #7b0e13;
    font-family: tahoma;
    font-size: 16px;
    font-weight: bold;
    padding: 0px 0px 15px 0px;
}

h2 {
    color: #7b0e13;
    font-family: tahoma;
    font-size: 14px;
    font-weight: bold;
    padding: 0px 0px 16px 0px;
}

h3 {
    color: #7b0e13;
    font-family: tahoma;
    font-size: 12px;
    font-weight: bold;
    padding: 0px 0px 14px 0px;
}

ul {
    padding: 0px;
    margin: 0px;
}

li {
    padding: 0px 0px 8px 18px;
    margin: 0px;
    list-style-type: none;
    background-image: url("../images/li.jpg");
    background-repeat: no-repeat;
    background-position: 0px 2px;
}

ul.newspanel {
    padding: 0px;
    margin: 0px;
}

ul.newspanel li {
    padding: 0px 0px 8px 18px;
    margin: 0px;
    list-style-type: none;
    background-image: url("../images/newsli.gif");
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

ul.newspanel li a:hover {
    color: #fff;
    font-weight: normal;
}

a.maillink {
    color: #fff; 
    font-size: 11px; 
    letter-spacing: 1px; 
    font-weight: normal;
}

a:hover.maillink {
    font-weight: bold;
}