/* CSS Document */

/**************************************************/
/*	GENERAL HTML TAGS							  */
/**************************************************/
body {
	position: relative;
	left:           0px;
	top:            0px;
	margin:         0;
	padding:        0;
	font-family:    Arial;
	color:          #afaea3;
	font-size:      12px;
	width:          100%;
    height:         100%;
	z-index:150;
}
#flash {
	position: relative;
	z-index:150;
}
a {
    text-decoration:none;
	line-height:inherit;
}
a:hover {
	color: #FFF;
}
a img {
  border: none;
}

.Grey{
	position: relative;
	z-index:150;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:13px;
	color: #999;
	text-decoration:none:
}