
/* This is the main application title header */
.header1{
	text-align: center;
	font-family: "times new roman";
	font-size: 18pt;
	font-weight: bold;
	font-style:italic;
	color: #324395;
}
.header2{
	font-family: "times new roman";
	font-size: 14pt;
	font-weight: bold;
	color: #324395
}
.header2red{
	text-align: center;
	font-family: "times new roman";
	font-size: 12pt;
	font-weight: bold;
	color: #C00000
}
.header2blue{
	text-align: center;
	font-family: "times new roman";
	font-size: 12pt;
	font-weight: bold;
	color: #161ACC
}
.header2green{
	text-align: center;
	font-family: "times new roman";
	font-size: 12pt;
	font-weight: bold;
	color: #0FA70F
}
/* various anchor characteristics, apply to ALL anchors */
a:hover{
	color: #000000;
}

.smallletters{
	font-size: 8pt;
	font-weight: bold;
	color: #BD2525
}
.smallletters1{
	font-size: 14pt;
	font-weight: bold;
	color: #000084
}

/* Body tag characteristics */
body{font-weight: bold}


/* FORMS */


input.bluebutton{
	font-family: MS Sans Serif;
	color: #FFFFFF;
	border-color: #FFFFFF;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	background-color: #324395;
	width: 200px; 
}
input.bluebutton1{
	height: 25px;
	width: 130px;
	font-family: MS Sans Serif;
	color: #ffffff;
	border-color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
	background-color: #324395
}
input.bluebutton2{
	height:60pt;
	width:110pt;
	font-family: MS Sans Serif;
	color: #FFFFFF;
	border-color: #FFFFFF;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	background-color: #000084
}


