.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}

.h1-span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
	padding:10px 30px 10px 30px;
	
}




.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height:26px;
	text-decoration: none;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bols;
	color: #000000;
	line-height:26px;
	text-decoration: none;
}

.content1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height:22px;
	text-decoration: none;
	padding:10px 30px 10px 30px;
}

.form-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	line-height:22px;
	text-decoration: none;
	}



.content2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bols;
	color: #990000;
	line-height:18px;
	text-decoration: none;
	}
	
.border {
	border-right-width: 3px;
		border-left-width: 3px;
	
	border-right-style: solid;
	
	border-left-style: solid;
	
	border-right-color: #FFCC00;
	
	border-left-color: #FFCC00;
}

.border1 {
	border-right-width: 3px;
	border-left-width: 3px;	
	border-top-width: 3px;
	border-bottom-width: 3px;		
	border-right-style: solid;	
	border-left-style: solid;
	border-bottom-style: solid;	
	border-top-style: solid;	
	border-right-color: #FFCC00;	
	border-left-color: #FFCC00;
	border-top-color: #FFCC00;
	border-bottom-color: #FFCC00;
}


