/* CSS Document */

body {
	background-image: url(Source/bg1.jpg);
	margin: 0px;
	background-color: #e8e8e8;
	background-repeat: repeat-x;
}
.pagraph {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 18px;
}
.headings {
	font-family: Garamond;
	font-size: xx-large;
	font-style: italic;
	color: #0033FF;
}
.subheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
.tinyemail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
#popup a, #popup a:visited {
	position: relative;
	display: inline;
	width: 120px;
	line-height: 30px;
	text-align: center;
	padding: 5px 15px;
	margin: 3px;
	border: 1px solid #333333;
	text-decoration: none;
	font-size: 0.8em;
	color: #000;
	background: #eee url(Source/button.jpg);S
	left: 0;
	letter-spacing: .15em;
}

#popup a span {
	display: none;
	line-height: 15px;
	}

#popup  a:hover {
	float: none;
	color: #0033FF;
	z-index: 10;
}
#popup a:hover span{
	display: block;
	position: absolute;
	top: 30px;
	left: 0px;
	width: 200px;
	margin: 0px;
	color: #000;
	background: #e8e8e8;
	text-align: center;
	border: 1px solid #333333;
	letter-spacing: normal;
}