A:link {
	color: #000000;
	text-decoration: none;
}

A:active {
	color: #000000;
	text-decoration: none;
}

A:visited {
	color: #000000;
	text-decoration: none;
}

A:hover {
	color: #FF0000;
	text-decoration: none;
}

.nav_bar {
	font-family: arial;
	font-size: 11px;
}

.bold_text {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
}

.header {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
}

.text {
	font-family: arial;
	font-size: 12px;
}

.small_text {
	font-family: arial;
	font-size: 11px;
}

.form_field {
 	font-family: verdana, helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
	border-top-color: #000000; 
	border-left-color: #000000; 
	border-right-color: #000000; 
	border-bottom-color: #000000;
	border-top-width: 1px; 
	border-left-width: 1px; 
	border-bottom-width: 1px; 
	border-right-width: 1px; 
	background-color: #FFD095;
}

.form_field_yellow {
 	font-family: verdana, helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
	border-top-color: #000000; 
	border-left-color: #000000; 
	border-right-color: #000000; 
	border-bottom-color: #000000;
	border-top-width: 1px; 
	border-left-width: 1px; 
	border-bottom-width: 1px; 
	border-right-width: 1px; 
	background-color: #F4F8C7;
}

.form_field_red {
 	font-family: verdana, helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
	border-top-color: #000000; 
	border-left-color: #000000; 
	border-right-color: #000000; 
	border-bottom-color: #000000;
	border-top-width: 1px; 
	border-left-width: 1px; 
	border-bottom-width: 1px; 
	border-right-width: 1px; 
	background-color: #E8B6B6;
}

.imagelink {
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: underline
}

.b4 {
    BACKGROUND-COLOR: #dad9d9
}

.color_picker {
	width: 100px;
	border: 1px solid #000000;
}

a.button {
	color: #000000;
	background-color: #FFD095;
	border : 1px solid #000000;
	
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 2px;
	
	padding-top: 3px;
	padding-left: 6px;
	padding-bottom: 3px;
	padding-right: 6px;
	
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-weight: bold;
	font-size: .6em;
	text-decoration: none;
	
}