body {
	background-image:url(../images/bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:justify;
}

/* links */
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height:16px;
	text-decoration: none;
}
.copytext {
	font-family: Tahoma;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
}
.bluetext {
	font-family: Tahoma;
	font-size: 11px;
	color: #1487c5;
	text-decoration: none;
}
.pagetitle {
	font-family: Tahoma;
	font-size: 22px;
	color: #005a8a;
	border-bottom:1px solid #CCCCCC;
	text-decoration: none;
}
.blueheadsmall {
	font-family: Tahoma;
	font-size: 13px;
	color: #005a8a;
	font-weight:bold;
	text-decoration: none;
}
.greyheadsmall {
	font-family: Tahoma;
	font-size: 13px;
	color: #333333;
	font-weight:bold;
	text-decoration: none;
}
.whitetext {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.textlight10 {
	font-family: Tahoma;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}

/* links */
.whitelink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.whitelink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.greylink10 {
	font-family: Tahoma;
	font-size: 10px;
	color: #888888;
	text-decoration: none;
}
.greylink10:hover {
	font-family: Tahoma;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.bluelink {
	font-family: Tahoma;
	font-size: 11px;
	font-weight:bold;
	color: #005a8a;
	text-decoration: none;
}
.bluelink:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight:bold;
	color: #005a8a;
	text-decoration: none;
}
.greyunderlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}
.greyunderlink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.readmorelink {
	font-family: Tahoma;
	font-size: 11px;
	color: #005a8a;
	font-weight:bold;
	text-decoration: none;
}
.readmorelink:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}
.bottomlink {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.bottomlink:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.rootlink {
	font-family: Tahoma;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
}
.rootlink:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #f5f5f5;
	text-decoration: none;
}

/* forms */
.textarea {
	border:1px solid #CCCCCC;
	width:200px;
	height:16px;
	font-family:Tahoma;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	}
.textareabig {
	border:1px solid #CCCCCC;
	width:280px;
	height:100px;
	font-family:Tahoma;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	}
.button {
	background-color: #333333;
	border:1px solid #CCCCCC;
	font-family: Tahoma;
	font-size:12px;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
	padding:2px 7px 2px 7px;
	}
.button:hover {
	background-color: #666666;
	border:1px solid #CCCCCC;
	font-family: Tahoma;
	font-size:12px;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
	padding:2px 7px 2px 7px;
	}	
