body.one {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: black;
	font-weight: normal;
	font-style: normal;
	bordercolor: black;
}

table {
    font-family: Tahoma,verdana,arial; 
	font-size: small; 
	color: black;
	font-style: normal;
	bordercolor: black;
	background-color: #CCCCCC;
}

table.border {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: black;
	bordercolor: black;
	background-color: white;
}


table.two {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: black;
	bordercolor: white;
	background-color: white;
	
	padding: 0px;
	margin: 0px;    /*the path to your image*/
	background-repeat: repeat-y;
	background-position: center center;
	background-image: url(../FireWorks/Shadow/shadow.jpg);
}

table.three {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: black;
	bordercolor: white;
	background-color: #333333;
	
	padding: 0px;
	margin: 0px;    /*the path to your image*/
	background-repeat: repeat-y;
	background-position: center center;
	background-image: url(../shadow.jpg);
}

table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: white;
}
table.sample th {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: black black black black;
	background-color: ;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: black black black black;
	background-color: ;
	-moz-border-radius: 0px 0px 0px 0px;
}

link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #black;
}

A:link {color: white; text-decoration: none;} 
A:visited {color: white; text-decoration: none;} 
A:active {color: red; text-decoration: none;} 
A:hover {color: white; font-weight: bold; text-decoration: none; background-color: #900100;}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #900100;
}

.footer_txt	td{ height:30px;vertical-align:middle;background:url(images/footer.jpg) top left no-repeat #000000; padding-left:26px; text-transform:uppercase; font-weight:bold; color:white; font-size:small;}
