.Titlecss {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #ffffff;
	background-color: #7bad39;
	text-align: left;
	padding-left: 5px;
}
.Titlecssgrey {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #808080;
	background-color: #ffffff;
	text-align: left;
	padding-left: 5px;
}
.borderframe {
	background-color: #FFF;
	padding: 5px;
	height: auto;
	width: 535px;
	border: thin solid #999999;
	font-family: Verdana, Geneva, sans-serif;
}
.noborderframe2 {
	background-color: #FFF;
	padding: 0 5px;
	height: auto;
	width: 535px;
	font-family: Verdana, Geneva, sans-serif;
}
.noborderframe {
	background-color: #FFF;
	padding: 5px;
	height: auto;
	width: 535px;
}
.Textcss {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #808080;
	background-color: #ffffff;
	text-align: center;
	padding-left: 5px;
	line-height: normal;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
}

.Centerebigtitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000;
	text-decoration: underline;
	text-align: center;
}
.titlegreen {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5aa427;
}
.text1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
}

.text2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000;
}

.dottedline{
border-bottom-style: dotted;
border-bottom-color: #666;
border-bottom-width: 1px;

}