@charset "utf-8";
/* CSS Document */

body {
	line-height: 1.2em;
	
}
.verybold {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Tahoma, sans-serif;
	font-size: 18pt;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: none;
	line-height: normal;
}

.topshad {
	background-image:url(images/topshad.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #E8ECF5;
}
.bottomshad {
	background-image:url(images/bottomshad.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.Headings {
	font-family:"Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #14713A;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0B3A7E;
}
.maintext {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Tahoma, sans-serif;
	font-size: 10pt;
	color: #000000;
	list-style-image: url(images/tick.png);
	line-height: normal;
}
.maintextwhite {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Tahoma, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	line-height: normal;
}
.maintextwhite a{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Tahoma, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: underline;
	line-height: normal;
}
.imgborder {
	padding: 1px;
	border: 1px solid #FFFFFF;
	
}

.bottomborder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0B3A7E;
	padding-bottom: 3px;
}
.head {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Tahoma, sans-serif;
	font-size: 14pt;
	color: #0B3A7E;
	}
.green {
	color: #0B3A7E;
	font-weight: bold;
}
.Headingwhite {
	font-family:"Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 8px;
	line-height: normal;
}
.Headinggreen {
	font-family:"Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #14713A;
	padding: 8px;
	line-height: normal;
	background-image: url(images/screen.png);
}

.smallerwhite {
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 3px;
}
.smalltext {
	font-family:"Lucida Sans Unicode", "Lucida Grande", Tahoma, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 3px;
}
smalltext a{
	font-family:"Lucida Sans Unicode", "Lucida Grande", Tahoma, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 3px;
	text-decoration: underline;
}
.imgborder1 {
	padding: 2px;
	border: 1px solid #FFFFFF;
	
}

.bold_bord {
	border:3px dashed #FFFFFF;
}
.dottedinline {
	border:1px dashed #FFFFFF;
	padding: 5px;
}