/* CSS Document */
			/* NAVIGATION BUTTONS */
			.cssnav	{
						position:relative;
						font-family: arial, helvetica, sans-serif;
						background-image:  url(http://www.fashionjeans.asia/image/buttons/button-back.jpg);
						background-repeat: no-repeat;
						white-space: nowrap;
						display: block;
						width: 99px;
						height: 23px;
						margin: 0; 
						padding: 0; 
			}
			.cssnav a {
						display: block;
						color: #000000;
						font-size: 11px;
						width: 99px;
						height: 23px;
						display: block;
						float: left;
						color: black; 
						text-decoration: none;
			}

			.cssnav img {width: 99px; height: 23px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnav a:hover img{visibility:hidden}

			.cssnav span {
						position: absolute;
						left: 22px;
						top: 4px;
						margin: 0px;
						padding: 0px;
						cursor: pointer;
						width: 79px;
						height: 14px;
						text-align: center;
			}
			/* END OF NAVIGATION */

body,td,th {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #000000;
}
a:visited {
	color: #0033FF;
}
a:hover {
	color: #0099FF;
}.topmenu {
	font-size: 12px;
	font-weight: bold;
}
.bodytext {
	font-size: 12px
}
.bodylink {
	font-size: 14px;
	font-weight:bold;
}
.h2header {
	font-size: 18px;
	font-weight: bold;
}
.h1header {
	font-size: 36px
}
.whitetext {
	color: #FFFFFF;
	font-size: 12px;
}
.NOTEtext {
	font-size: 9px
}
.whiteNOTEtext {
	color: #FFFFFF;
	font-size: 9px;
}
.greentext {
	color: #00FF00
}
.redtext {
	color: #FF0000;
	font-weight: bold;
	font-style: italic;
}