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

.alignleft {
	text-align: left;
}
.aligncenter {
	text-align: center;
}
.stdtext {
	font-size: 12px;
	color: #0D2C80;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
arial12boldgreen {
	font-size: 12px;
	color: #78B417;
	font-weight: bold;

}
arial14head {
	font-size: 14px;
	color: #0D2C80;
	font-weight: bold;
}
.arial12boldblue {
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: left;
	color: #0D2C80;;
}
.arial12blue {
	font-weight: normal;
	color: #0D2C80;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.arial11boldgreen {
	color: #78B417;
}
.link1 {
	font-weight: bold;
}
.alignright {
	text-align: right;
}
a:link {
	color: #0D2C80;
	font-weight: bold;
}
.arialBoldRed12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C00;
}

