.bluebg{
	background-color: #191A48;
  }
.yellowbg{
	background-color: #006600;
}

.border {
	BACKGROUND: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	letter-spacing: 0.05em;
	border: 1px solid #999999;
        width:200px;
}
.borderred {
	BACKGROUND: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
        font-weight:bold;
	color: #FF0000;
	letter-spacing: 0.05em;
	border: 1px solid #999999;
        width:200px;
}
.border1 {
	BACKGROUND: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	letter-spacing: 0.05em;
	border: 1px solid #999999;
}
.links {
	font-family: "Microsoft Sans Serif";
	font-size: 11px;
	color: #000000;
	font-weight:bold;
	text-decoration:none;
	letter-spacing: 0.05em;
}
.links:hover {
	font-family: "Microsoft Sans Serif";
	font-size: 11px;
	color: #727277;
	text-decoration:none;
	letter-spacing: 0.05em;
}

.programlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	letter-spacing: 0.02em;
	line-height: 16px;
}
.programlinks:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight:bold;
	text-decoration: underline;
	letter-spacing: 0.02em;
}
.error {
	font-family: "Microsoft Sans Serif";
	font-size: 11px;
	color: #ff0000;
	text-decoration: none;
	letter-spacing: 0.05em;
}
.label{
	font-family: "Microsoft Sans Serif";
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	letter-spacing: 0.05em;
}
.innertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0.02em;
	color: #000000;
	line-height: 16px;
}
.innertextbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0.02em;
	color: #000000;
	line-height: 16px;
	font-weight:bold;
}

.innertextredbold {
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 18px;	
	color: Red;	
}
.innertextbig{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: 0.02em;
	color: #000000;
	font-weight: bold;
}
.innertextheadwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0.02em;
	color: #ffffff;
	font-weight: bold;
}
.innertexthead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0.02em;
	color: #000000;
	font-weight: bold;
}
.gradbuttonsin {
	background-image: url(../images/buttonbg.jpg);
	background-color: #efefef;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight:bold;
	letter-spacing: 0.05em;
	border: 1px solid #ffffff;
	height: 24px;
	cursor: hand;
}
.buttons {
	background-color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #252550;
	font-weight:bold;
	letter-spacing: 0.05em;
	border: 1px solid #B9B9C7;
	width: 80px;
	height: 24px;
	cursor: hand;

}


