.intro_head, .step_strong, .intro_strong
	{
	color: #257F95;
	font-weight: bold;
/* 	font-size: 16px; */
	}

.step_strong_red
	{
  color:#951917;
	font-weight: bold;
	}

.step_normal_red
  {
  color:#951917;
  }

.step_heavy
	{
/* 	font-size: 16px; */
	color: #257F95;
	font-weight: bold;
	}

.step_error
	{
	color: #951917;
	}

body
	{
	color: #333333;
	margin: 0 auto 0 auto;
	padding: 0;
	background: #e4f0ee;
	width: 900px;
	font-family: helvetica, arial, verdana, sans-serif;
	}
	
	
img
 	{
 	border: none;
 	}
 	
 	
a:link, a:visited
	{
	color: #000;
	text-decoration: none;
	border-bottom: dashed 1px #2E7F95;
	}

a:hover, a:active
	{
	border-bottom-style: solid;
	}
	
li
	{
	padding: 0 0 10px 0;
	}
	


form
	{
	background: #fff;
	padding: 5px 0 0 0;
	width: 900px;
	}
	
table
	{
	margin: 20px;
	font-size: 12px;
	line-height: 18px;
	width: 860px;
	}

table table
	{
	width: 800px;
	}

.step_heavy
	{
	font-style: italic;
	}
	
	
.input_short
	{
	width: 100px;
	border: solid 1px #257F95;
	}

.input_medium
	{
	width: 150px;
	border: solid 1px #257F95;
	}

.input_tiny
	{
	width: 25px;
	border: solid 1px #257F95;
	}

.input_abstract
	{
	border: solid 1px #257F95;
	width: 450px;
	height: 350px;
	}
	
.input_area
	{
	border: solid 1px #257F95;
	width: 300px;
	height: 80px;
  font-family:arial;
	}
	
.input_long
	{
	width: 300px;
	border: solid 1px #257F95;
	}
  
.note_normal
	{
	font-size: 11px;
	line-height: 12px;
  font-family:arial;
	}

.note_strong
	{
	font-size: 11px;
	line-height: 12px;
  font-weight: bold;
  font-family:arial;
	}
  
.note_normal_red
	{
	font-size: 11px;
	line-height: 12px;
  font-family:arial;
  color:#951917;
	}

.note_strong_red
	{
	font-size: 11px;
	line-height: 12px;
  font-weight: bold;
  font-family:arial;
  color:#951917;
	}