body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 12px;
	
	
}

.headerBox {
	background-image: url(../images/header-slice.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.edidBoxes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #356D7C;
	background-color: #add2dc;
	border: thin inset #999999;
}
.warningbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFF00;
	border: 1px solid #0000FF;
	background-color: #FF0000;
}
.sidebar {
	background-attachment: fixed;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
	height: 411px;
}
.buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4691A4;
	border: thin ridge #000066;
}
.bodybox {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	color: #333333;
	font-size: 12px;
	border: 1px solid #0000CC;
}
.bodybox2 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000099;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #0000CC;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #00CCFF;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0099FF;
}
.callbox1 {

	font-family: Arial, Helvetica, sans-serif;
	background-color: #cccccc;
	color: #000000;
	font-size: 12px;
	border: 1px solid #0000CC;
}
.callbox2 {


	font-family: Arial, Helvetica, sans-serif;
	background-color: #aaaaaa;
	color: #000000;
	font-size: 12px;
	border: 1px solid #0000CC;
}
.boxheader {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #666666;
	color: #FFFFFF;
	font-size: 12px;
	border: 1px solid #0000CC;
	font-weight: bold;
}

