/* CSS Document */

body {
	background-image:url(images/greystripe-bg.jpg);
	background-repeat:repeat;
	
	color:#CCCCCC;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size:12px;
}

a:link {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #CCCCCC;
}

a:visited {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #CCCCCC;
}

a:active {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #CCCCCC;
}

a:hover {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #CCCCCC;
}