.title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 22px;
	color: #0000e0;
}
.H2 {
	font-family: arial; 
	font-size: 14px; 
	font-weight: bold;
	color: #4040ff;
}
.H3 {
	font-family: arial; 
	font-size: 12px; 
	font-weight: bold;
	color: #4040ff;
}
.H4 {
	font-family: arial; 
	font-size: 12px; 
	font-weight: normal;
	color: #4040ff;
}
.header {
	font-family: arial; 
	font-size: 15px; 
	font-weight: bold;
	color: #4040ff;
}

/* content management area styles */
.left-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	list-style-position: inside;
	list-style-type: square;
}
.left-text a{
	color: #4e4d66;
	font-weight: bold;
	text-decoration : none;
}
.left-text a:hover{
	color: #4e4d66;
	font-weight: bold;
	text-decoration : none;
}
.left-text a:visited{
	color: #4e4d66;
	font-weight: bold;
	text-decoration : none;
}

.centre-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.centre-text a{
	color: #4e4d66;
	font-weight: bold;
	text-decoration : none;
}
.centre-text a:hover{
	color: #4e4d66;
	font-weight: bold;
	text-decoration : none;
}
.centre-text a:visited{
	color: #4e4d66;
	font-weight: bold;
	text-decoration : none;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #04054a;
}

.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #c0c0c0;
	padding:10px;
}

.box2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #04054a;
	background-color: #ffffff;
	padding:10px;
}

.picture-border {
	background-color: #1B0F8E;
	padding:3px;
}
/* content management border style */
.edit-text {
	border-style: dashed;
	border-width: 1px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

