BODY {
	color: Black;
	
	font-family: SansSerif, sans-serif;
	font-size: small;
}

A {
	color: Black;
	text-decoration: none;
}

A:HOVER {
	color: Blue;
	text-decoration: none;
}


.gray_highlight {
	BACKGROUND-COLOR: #B2B2B2;
	font-weight: bold;
}
.gray_highlight_italics {
	BACKGROUND-COLOR: #B2B2B2;
	font-weight: bold;
	font-style: italic;
}

.gray_bigger {
	BACKGROUND-COLOR: #557993;
	font-size: medium;
	font-weight: bold;
	color:white;
	
	}
.gray_biggest {
	BACKGROUND-COLOR: #557993;
	font-size: large;
	font-weight: bold;
	color:white;
	}

	.gray_biggest_italics {
	BACKGROUND-COLOR: #557993;
	font-size: large;
	font-style: italic;
	font-weight: bold;
	color:white;
	}
.bottom_border {
	BORDER-BOTTOM: #e2e2e2 1px dashed
}


a:hover {
color: #000099;
text-decoration: none;

}

#input.check { background: black; border: 0;}
#input.check { background: black; border: 0;}

.step_header {
	font-family: sans-serif;
	font-size: large;
	font-weight: bold;
}
.bismark_header {
	font-family: sans-serif;
	font-size: medium;
	font-weight: bold;
}

.bismark_italics {
	font-family: sans-serif;
	font-size: medium;
	font-style: italic;
}
.bismark_italics_bold {
	font-family: sans-serif;
	font-size: medium;
	font-weight: bold;
	font-style: italic;
}

.bismark_small_italics {
	font-family: sans-serif;
	font-size: small;
	font-style: italic;
}
.bismark_small {
	font-family: sans-serif;
	font-size: small;
	}
.bismark_general_medium {
	font-family: sans-serif;
	font-size: medium;
	
}

.bismark_general_large {
	font-family: sans-serif;
	font-size: large;
	
}

.bismark_login{
	font-weight: bold;
	font-family: sans-serif;
}

.bismark_fieldlabels{
	font-size: 15px;
	font-family: sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}
.field {
  font-family: sans-serif;
  font-size: 13px;
  background-color: #D7D5BF;
  color: #000000;
}


.general_error  {
font-family: sans-serif;
background-color: #D7D5BF;
	COLOR: red
}

.confirmation_field {
  font-family: sans-serif;
  font-size: 13px;
  background-color: #E6E6FA;
  color: #000000;
}

.fieldred {
font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  background-color: #FF3300;
  color: #000000;
}
