/* -- CSS Styles -- */

.alert {
	color: #FF0000;
	font-family: calibri, verdana;
	font-size: 13px;
	text-decoration: none;
}

.alert2 {
	color: #FF0000;
	font-family: calibri, verdana;
	font-size: 16px;
	text-decoration: none;
}

.body {
	background-color: #FFF;
}

.header {
	font-family: calibri, verdana;
	font-weight: bold;
	font-size: 20px;
}

.header2 {
	color: #001E8E;
	font-family: calibri, verdana;
	font-weight: bold;
	font-size: 16px;
}


.link {
	color: #001E8E;
	font-size: 13px;
	font-weight: bold;
	font-family: calibri, verdana;
	text-decoration: none;
}

.link:hover {
	color: #60A8E0;
}

.none {
	color: 000000;
	border: 0px solid #000;
}

.text {
	color: #000000;
	font-family: calibri, verdana;
	font-size: 13px;
	text-decoration: none;
}

.text2 {
	color: #000000;
	font-family: calibri, verdana;
	font-size: 16px;
	text-decoration: none;
}

.textbox {
	color: #000000;
	background-color: #fcfcfc;
	border: solid 1px #bbbbbb;
	font-family: calibri, verdana;
	font-size: 13px;
}

.textarea {
	color: #000000;
	background-color: #fcfcfc;
	border: solid 1px #bbbbbb;
	font-family: calibri, verdana;
	font-size: 13px;
}

.title {
	display: block;
	color: #000000;
	font-family: calibri, verdana;
	font-weight: bold;
	font-size: 30px;
}
