/* CSS Document */

a:link { 
	color: #333333;
	text-decoration: none;
	font-family: "Georgia", Times New Roman, Times, serif;
	cursor: hand;
	font-size: 10px;
	}
a:visited {
	color: #333333;
	text-decoration: none; 
	font-family: "Georgia", Times New Roman, Times, serif;
	cursor: hand;
	font-size: 10px;
	}
a:active {
	color: #333333;
	text-decoration: none;
	font-family: "Georgia", Times New Roman, Times, serif;
	cursor: hand;
	font-size: 10px;
	}
a:hover { 
	color: #333333;
	font-family: "Georgia", Times New Roman, Times, serif;
	text-decoration: none;
	cursor: hand;
	font-size: 10px;
	}
.link {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	color: #999966;
}
.normal {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-variant:normal;
	font-size: 10px;
	font-weight: normal;
	font-stretch: extra-expanded;
	font-variant:normal;
	text-decoration: none;
	color: #333333;
}
.headline {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}
body {
background-image:url(../images/bg.jpg);
background-attachment:fixed;
background-position:center;
background-repeat:no-repeat;
background-color:#FFFFFF;
margin-bottom:0;
margin-left:0;
margin-right:0;
margin-top:0;
}
.slash {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	color: #9933CC;
}
.link2 {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	color: #333333;
}