#footerabsolute{
	position : absolute;
	bottom: 15px
}
}
#footerrelative{
	position : relative;
	bottom: 15px
}
BODY {
	background-color : Black;
	font-family : Tahoma;
	font-size : medium;
	color : #FF0000;
}

A:link {
	color : red;
	text-decoration : none;
}

TABLE {
	margin-right : 19px;
	margin-top : 12px;
	font-family : tahoma;
	color : Red;
}

TH {
	background-color : #444444;
	color : Red;
	font-family : Tahoma;
	font-size : 20px;
	text-align : left;
}
TD {
	font-family : Tahoma;
	font-size : medium;
	font-style : normal;
	font-weight : normal;
	color : #FF0000;
	
}


TEXTAREA {
	background-color : #CCCCCC;
	font-family : Tahoma;
	font-size : x-small;
	color : Red;
}

INPUT {
	font-family : Tahoma;
	font-size : smaller;
}

#copysmall{
	font : 10px;
	text-align : right;
	color : Red;
	text-decoration : none;
}
H6 {
	font-size : 1px;
	color : #000001;
}

