body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position:center;
	background-color: #C6CBF5;
	margin-top:0;
	margin-bottom:0;
}
content1 {
	background-image:url(images/images/td_03.jpg);
	background-repeat:repeat-x;
}
div.content li {
	border-bottom: solid 1px #F0F0F0;
	display: block;
	padding: 0.5em ;
	text-decoration: none;
}

h1 {
        color: #000000;
        font-weight: bold;
        margin:0px;
        font-family: Tahoma;
        font-size: 30px;
}
h2 {
        color: #000000;
        font-weight: bold;
        margin:0px;
        font-family: Tahoma;
        font-size: 16px;
}
h3 {
        color: #000000;
        font-weight: bold;
        margin:0px;
        font-family: Tahoma;
        font-size: 14px;
}
h4 {
        color: #000000;
        font-weight: bold;
        margin:0px;
        font-family: Tahoma;
        font-size: 12px;
}
.class {
        color: #000000;
        margin:0px;
        font-family: Tahoma;
        font-size: 11px;
}

.class1 {color: #000000; margin:0px; font-family: Tahoma; font-size: 14px;}
.class1 A:link {text-decoration: underline; color:#000000; font-family:Tahoma;}
.class1 A:visited { text-decoration: underline; color: #000000; font-family:Tahoma;}
.class1 A:active {text-decoration: underline; color: #000000; font-family:Tahoma;}
.class1 A:hover {text-decoration: underline; color: #000000; font-family:Tahoma;}

.class2 {color: #000000; margin:0px; font-family: Tahoma; font-size: 14px;}
.class2 A:link {text-decoration: underline; color:#FF0000; font-family:Tahoma;}
.class2 A:visited { text-decoration: underline; color: #FF0000; font-family:Tahoma;}
.class2 A:active {text-decoration: underline; color: #FF0000; font-family:Tahoma;}
.class2 A:hover {text-decoration: underline; color: #FF0000; font-family:Tahoma;}

.class3 {color: #000000; margin:0px; font-family: Tahoma; font-size: 14px;}


a:link {
        color: #000000;
        font-weight: bold;
        text-decoration: none;
}
a:visited {
        color: #000000;
        font-weight: bold;
        text-decoration: none;
}
a:hover {
        color: #000000;
        font-weight:bold;
        text-decoration: underline;
}
a:active {
        color: #FF0000;
        font-weight:bold;
        text-decoration: underline;
}