
body {
	background-color: #FFFFFF;
	margin-top: 0px;
	background-image: url(bgslice.jpg);
	background-repeat: repeat-x;
}



.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0066ff;
}

a.footer:link {
	color: #0066FF;
	text-decoration: none;
}

a.footer:visited {
	color: #0066FF;
	text-decoration: none;
}
a.footer:hover {
	color: #0066FF;
	text-decoration:underline;
}
a.footer:active {
	color: #0066FF;
	text-decoration: none;
}


.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066ff;
	font-weight: bold;
}
 
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066ff;
	font-weight: normal;
	}




.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

a.header:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.header:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.header:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
a.header:active {
	color: #FFFFFF;
	text-decoration: none;
}





.bluebox {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0066FF;
	border-right-color: #0066FF;
	border-bottom-color: #0066FF;
	border-left-color: #0066FF;
	border-top-width: thin;
	border-right-width:thin;
	border-bottom-width:thin;
	border-left-width: thin;
}

.orangewbox {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF7F00;
	border-right-color: #FF7F00;
	border-bottom-color: #FF7F00;
	border-left-color: #FF7F00;
	border-top-width: thin;
	border-right-width:thin;
	border-bottom-width:thin;
	border-left-width: thin;
}

.greenbox {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #337a14;
	border-right-color: #337a14;
	border-bottom-color: #337a14;
	border-left-color: #337a14;
	border-top-width: thin;
	border-right-width:thin;
	border-bottom-width:thin;
	border-left-width: thin;
}
