h1		{ font-family: Arial; font-size: 28px; text-decoration: none; color: #000000 }
h2		{ font-family: Arial; font-size: 24px; text-decoration: none; color: #000000 }
h3		{ font-family: Arial; font-size: 20px; text-decoration: none; color: #000000 }
h4		{ font-family: Arial; font-size: 14px; text-decoration: none; color: #000000 }
h5		{ font-family: Arial; font-size: 12px; text-decoration: none; color: #000000 }
h6		{ font-family: Arial; font-size: 8px;  text-decoration: none; color: #000000 }

a:link		{text-decoration: none; color: #003FD2}
a:visited	{text-decoration: none; color: #003FD2}

.message	{ font-family: Arial; font-size: 14px; text-decoration: none; color: #000000 }

.dark-blue	{ color: #003FD2 }
.light-blue	{ color: #5183F8 }


/*
 *
 * Forms
 *
 */

.FormInputField {

	background-color:	#FFFFFF;
	border:			1px solid #E0E0E0;
	font-family:		Verdana;
	font-size:		10px; 
	padding:		2px;

}

.FormInputSelect {

	background-color:	#FFFFFF;
	border:			1px solid #E0E0E0;
	font-family:		Verdana;
	font-size:		10px; 

}

.FormInputButton {

	border:			1px;
	background-color:	#E0E0E0;
	border-style:		solid;
	border-left-color:	#E5E5E5; 
	border-top-color:	#E5E5E5; 
	border-right-color:	#A0A0A0; 
	border-bottom-color:	#A0A0A0; 

}