/* CSS Document */

.Style1 {
	font: Arial;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial;
}
.Style2 {
	font: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: none;
	font-family: Arial;
}

.importantTDA {
width:50%;
border-style:solid;
border-width:0;
}

.importantTDW {
width:50%;
border-style:solid;
border-width:0 0 0 2px;
border-color:#FF0000;

}

.warning {
    font: Arial;
	font-family:Arial;
	font-size:12px;
	text-align:center;
	color:#FF0000;
	}

li {
list-style-type:disc;
}

.nick {
font: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: none;
	font-family: Arial;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
body {
	background-image: url();
}

