@charset "utf-8";
h2 {
	font-family: "Arial", Verdana, Arial;
	font-size: 13px;
	font-weight: 600;
	color: #20115E;
}

h1 {
	font-family: "Arial", Tahoma, Arial;
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
	color: #F7BC13;
}
h3 {
	font-family: "Arial", Verdana, Arial;
	font-size: 12px;
	font-weight: 600;
	color: #F7BC13;
}
.whitefont {
	font-family: "Arial", Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
}


p {
	font-family: "Arial", Tahoma, Arial;
	font-size: 12px;
	line-height: normal;
	color: #20115E;
	font-weight: 400;
}
.dottedcell {
	background-color: #FDF2CF;
	padding: 5px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #20115E;
	border-right-color: #20115E;
	border-bottom-color: #20115E;
	border-left-color: #20115E;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;	
}

hr {
	border: thin dotted #F7BC13;
	height: 1px;	
}
li {
	font-family: "Arial", Verdana, Arial;
	font-size: 12px;
	line-height: 16px;
	color: #20115E;
	list-style-type: disc;
}
.whitefontsmall {
	font-family: "Arial", Verdana, Arial;
	font-size: 10px;
	color: #FFFFFF;
}
.bodycellpad {
	padding-top: 5px;
	padding-right: 35px;	
	padding-bottom: 5px;	
}

.links {
	font-family: "Arial", Tahoma, Arial;
	font-size: 12px;
	line-height: normal;
	color: #20115E;
	font-weight: 400;
	text-decoration: none;	
}
.linkscellpad {
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;		
}

