H1 {
	color : #4A5F87;
	font-size : 18px;
	font-family : Arial, Helvetica, sans-serif;
}
H2 {
	color : #487DA6;
	font-size : 16px;
	font-family : Arial, Helvetica, sans-serif;
}
H3 {
	color : #487DA6;
	font-size : 14px;
	font-family : Arial, Helvetica, sans-serif;
}
H4 {
	color : #487DA6;
	font-size : 13px;
	font-family : Arial, Helvetica, sans-serif;
}
H5 {
	color : #487DA6;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
}

.bord {
	border-width : 1px 1px 1px 1px;
	border-color : #5B86C0 #487DA6 #487DA6 #487DA6;
	border : 1px solid #487DA6;
	background-color : White;
	font : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	padding-bottom : 3px;
	padding-top : 3px;
	padding-left : 3px;
	padding-right : 3px;
}
.submit {
	background-color : #F08E31;
	color : White;
	/*border-color : #487DA6 #487DA6 #487DA6 #487DA6;*/
	border-width : 1px 1px 1px 1px;
	text-transform : uppercase;
	font-size : 12px;
	font-weight: bold;
	height : 25px;
}

.red, A.red, A:ACTIVE.red, A:VISITED.red, A:LINK.red {
	color : Red;
}

A.orange, A:ACTIVE.orange, A:VISITED.orange, A:LINK.orange {
	color : #EE7E38;
	text-decoration : underline;
}

.orange {
	color : #EC762B;
	text-decoration : none;
}

/*
A, A:active, A:link, A:visited {
	color : #487da6;
	text-decoration : underline;
}
*/