table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: none none none none;
	border-collapse: separate;
	width: 728px;
	font-size: 13px;
}
table.sample th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: none none none none;
	-moz-border-radius: 0px 0px 0px 0px;
	font-size: 13px;
	
}
table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: none none none none;
	-moz-border-radius: 0px 0px 0px 0px;
}

.text1 {
	text-align: justify;
	font-size: 13px;
}

.textHigh {
	font-weight: bold;
	color: #deff00;
	
}

.textVid {
	font-size: 13px;
	font-weight: normal;
	color: rgb(150,150,150);
}
	
.textIndentBold {
	font-weight: bold;
	font-style: italic;
}

.textHeader {
	font-weight: bold;
	font-size: 13px;
}


body {
	 margin: 0px;
	 padding: 0px;
	 height: 100%;
	 font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	 color: rgb(255, 255, 255);
}

ul {
	list-style-image: url("../images/list.gif");
}

a:link { color: #deff00 }

a:visited {	color: #deff00 }
