/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #fbfbfb;
	background-image: url(images/jad-header.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;


}
a:link {
	color: #6666FF;
	text-decoration: none;
	font-size: 14px;

}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #9999FF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
li {
	font-size: 12px;
}

