@charset "utf-8";
a:link {
	color: #03C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}




.decriptiontext {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
}
.decriptiontextHeader {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}
.copyright-white {
	font-family: "Courier New", Courier, monospace;
	font-size: 9px;
	font-style: normal;
	color: #FFF;
}
.copyright-black {
	font-family: "Courier New", Courier, monospace;
	font-size: 9px;
	font-style: normal;
	color: #000;
}
.decriptiontextWhite {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	color: #FFF;
}
.decriptiontextHeaderWhite {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
}
.maincopyright {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	color: #999;
}
#descrip {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
}

