font.dv3{
	color: #b4b4b4;
        font-family: 'Times New Roman', Times, serif;
	font-size: 16px;
        font-weight: 900;
}
a.v1 {
	color: #ff6666;
	font-size: 14px;
}
a.v1:visited {
	color: #0;
	font-size: 14px;
}

a.v1:hover {
	color: #a4a4a4;

}

a.v2:link {
	color: #a4a4a4;
        text-decoration: none;
	font-size: 14px;
        font-family: 'Times New Roman', Times, serif;
}
a.v2:active {
	color: #a4a4a4;
        text-decoration: none;
	font-size: 14px;
        font-family: 'Times New Roman', Times, serif;
}
a.v2:visited {
	color: #a4a4a4;
	font-size: 14px;
        text-decoration: none;
        font-family: 'Times New Roman', Times, serif;
}

a.v2:hover {
	color: #ff6666;
	font-size: 14px;
        text-decoration: none;
        font-family: 'Times New Roman', Times, serif;
}
a.v3 {
	color: #a4a4a4;
	font-size: 15px;
        font-family: 'Times New Roman', Times, serif;
}
a.v3:visited {
	color: #0;
	font-size: 14px;
        font-family: 'Times New Roman', Times, serif;
}

a.v3:hover {
	color: #a4a4a4;
        font-family: 'Times New Roman', Times, serif;
}

a.v4 {
	color: #000000;
	font-size: 14px;

}
a.v4:visited {
	color: #00000;
	font-size: 14px;
}

a.v4:hover {
	color: #a4a4a4;
}

a.dv:link {
	color: #a4a4a4;
        text-decoration: none;
	font-size: 12px;
        font-family: 'Times New Roman';
}
a.dv:active {
	color: #a4a4a4;
        text-decoration: none;
	font-size: 12px;
        font-family: 'Times New Roman';
}

a.dv:visited {
	color: #a4a4a4;
	font-size: 12px;
        text-decoration: none;
        font-family:  'Times New Roman';
}

a.dv:hover {
	color: #ff6666;
        text-decoration: none;
	font-size: 12px;
        font-family:  'Times New Roman';
}


a.dv2:link {
	color: #646464;
        text-decoration: none;
	font-size: 12px;
        font-family: 'Times New Roman';
}
a.dv2:active {
	color: #646464;
        text-decoration: none;
	font-size: 12px;
        font-family: 'Times New Roman';
}

a.dv2:visited {
	color: #646464;
	font-size: 12px;
        text-decoration: none;
        font-family:  'Times New Roman';
}

a.dv2:hover {
	color: #ff6666;
        text-decoration: none;
	font-size: 12px;
        font-family:  'Times New Roman';
}




a.dv3:link {
	color: #646464;
	font-size: 12px;
        font-family: 'Times New Roman';
}
a.dv3:active {
	color: #646464;
	font-size: 12px;
        font-family: 'Times New Roman';
}

a.dv3:visited {
	color: #646464;
	font-size: 12px;
        font-family:  'Times New Roman';
}

a.dv3:hover {
	color: #ff6666;
	font-size: 12px;
        font-family:  'Times New Roman';
}



a img {
	border: none;

}

body {
	background: #e4e4e4;
        background-position: 50% 0%;
        font-family: 'Times New Roman', Times, serif;
	font-size: 10px;
	color: #FFFFFF;
}

td.v1{
        background-repeat: no-repeat;
}
td.v2{
        background-repeat: repeat-x;
}

.hide{
display: none;
}
.show{
display: block;
} 