﻿.body_text {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 9pt;
	font-weight: lighter;
	line-height: 16pt;
	text-align: left;
}
.body_title {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
}
.body_subtitle {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bolder;
	text-align: center;
}
.banner_text {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12hmin;
	font-weight: ;
	text-align: right;
}
.image_in-text_right {
	border-style: solid;
	border-color:white;
	border-right-width: 0px;
	border-left-width: 25px;
	border-top-width: 15px;
	border-bottom-width: 15px;
	float: right;
	width:100%;
	min-width:300px;
}
.image_in-text_left {
	border-style: solid;
	border-color:white;
	border-right-width: 25px;
	border-left-width: 0px;
	border-top-width: 15px;
	border-bottom-width: 15px;
	float: left;
	width:100%;
	min-width:300px;
}
.image_in-text_centre {
	width:100%;
	border-style: solid;
	border-color:white;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 15px;
	border-bottom-width: 15px;
}
.button_full {
	border-style: solid;
	border-color:white;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 3px;
	border-bottom-width: 0px;
	vertical-align: bottom;
}
.simple_center {
	text-align: center;
}
.simple_center_image {
	text-align: center;
	max-width:100%;
	border-style: solid;
	border-color:white;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 15px;
	border-bottom-width: 15px;
}
.simple_align_centre {
	text-align: center;
	vertical-align: middle;
}
.simple_border_0 {
	border-width: 0;
	opacity:1;
	filter: alpha(opacity=100); 
	
}
.simple_border_0:hover{
	opacity: 0.8; 
	filter: alpha(opacity=80); 
}
.simple_align_right {
	text-align: right;
}
.divstyle_centre {
text-align:center;
width:85%;
max-width:1200px;
padding:0px;
margin-left:auto;
margin-right:auto;
}
.divstyle_compacttext {
	text-align: left;
	width: 85%;
	max-width: 900px;
	padding: 12pt 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
}

.divstyle_left {
text-align:left;
width:85%;
max-width:1200px;
padding:0px;
margin-left:auto;
margin-right:auto;
}
