body {
	clear: none; 
	float: none; 
	height: 100%; 
	width: 100%;
	background-color:#e5e5e5;
	font-size: 10px;
	font-family: arial;
	font-weight: normal;
	color: #555555;
}

.top {
	background-attachment:fixed;
	background-color:#07A9FC;
	background-image:url(images/bg-top.gif);
	background-repeat:repeat-x;
	background-position:top centre;
}

.nav {
	background-attachment:fixed;
	background-color:#ffffff;
	background-image:url(images/bg-nav.gif);
	background-repeat:repeat-x;
	background-position:top centre;
	vertical-align:middle;
}

.main {
	padding:5px;
	background-attachment:fixed;
	background-color:#ffffff;
	background-image:url(images/bg-main.gif);
	background-repeat:repeat-x;
	background-position:top centre;
}

.content {
	padding:10px;
	background-attachment:fixed;
	background-color:#F7F7F7;
	background-image:url(images/bg-copy.gif);
	background-repeat:repeat-x;
	background-position:top centre;
}

.underline {
	background-attachment:fixed;
	background-image:url(images/underline.gif);
	background-repeat:repeat-x;
}

.bottom {
	background-attachment:fixed;
	background-color:#ffffff;
	background-image:url(images/bg-bottom.gif);
	background-repeat:repeat-x;
	background-position:top;
	vertical-align:middle;
}

.copy {
	font-size: 12px;
	font-family: arial;
	font-weight: normal;
	color: #555555;
}

.copy2 {
	font-size: 12px;
	font-family: arial;
	font-weight: normal;
	color: #ffffff;
}

.nav-blue {
	color: #0099FF;
	text-align: center;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}

.nav-white {
	color: #666666;
	text-align: center;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
}

A:link {
color: #66CCFF;
text-decoration: none; 
FONT-FAMILY: Arial; 
FONT-WEIGHT: bold;
FONT-SIZE: 12px; 
}

A:Visited {
color: #666666; 
text-decoration: none;
FONT-FAMILY: Arial; 
FONT-WEIGHT: bold;
FONT-SIZE: 12px; 
}

A:hover{
color: #66CCFF; 
text-decoration: underline;
text-decoration: none; 
FONT-FAMILY: Arial; 
FONT-WEIGHT: bold;
FONT-SIZE: 12px; 
}

li { 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 9px; color: #ffffff; 
	list-style-type: circle
	}

