/* global body settings */
html { 
	height:100%;
  	margin:0;
  	padding:0;
	background-color: #FFFFFF;
	scrollbar-base-color: #e3e8eb;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #b6b6b6;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-face-color: #e3e8eb;
	scrollbar-highlight-color: #e3e8eb;
	scrollbar-shadow-color: #b6b6b6;
	scrollbar-track-color: #ffffff;
}
body.main { text-align: center; }
body { 
	height:100%;
  	margin:0;
  	padding:0;
	/* margin: 40px; */
	scrollbar-base-color: #e3e8eb;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #b6b6b6;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-face-color: #e3e8eb;
	scrollbar-highlight-color: #e3e8eb;
	scrollbar-shadow-color: #b6b6b6;
	scrollbar-track-color: #ffffff;
}
#distance { 
	width:1px;
	height:50%;
	margin-bottom:-300px; /* half of container's height */
	float:left;
}
#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:600px;
	width:900px;
	clear:left;
}
p							{font-family:Verdana, Helvetica, Arial, agfa-rotis sans-serif; font-size:8pt; color:#666666;}
.text						{font-family:Verdana, Helvetica, Arial, agfa-rotis sans-serif; font-size:8pt; color:#666666; line-height:15px;font-weight: 400;}
.big						{font-family:Verdana, Helvetica, Arial, agfa-rotis sans-serif; font-size:10pt; color:#666666; line-height:25px; font-weight: 400;}
.small						{font-family:Verdana, Helvetica, Arial, agfa-rotis sans-serif; font-size:8pt; color:#666666; font-weight: 400;}
.bold						{font-family:Verdana, Helvetica, Arial, agfa-rotis sans-serif; font-size:8pt; color:#666666; font-weight: 700; line-height:15px;}
.red						{font-family:Verdana, Helvetica, Arial, agfa-rotis sans-serif; font-size:8pt; color:#D6194D; font-weight: 700; line-height:15px;}
.green                      {font-family:Verdana, Helvetica, Arial, agfa-rotis sans-serif; font-size:8pt; color: olive; line-height:15px;font-weight: 400;}
.bright						{font-family:Verdana, Helvetica, Arial, agfa-rotis sans-serif; padding-left:10px; font-size:8pt; color: white; text-decoration:none; line-height:15px;font-weight: 700;}
.left_space					{font-family:Verdana, Helvetica, Arial, agfa-rotis sans-serif; padding-left:10px; font-size:8pt; color:#666666; text-decoration:none; line-height:15px;}
.left_small_space			{font-family:Verdana, Helvetica, Arial, agfa-rotis sans-serif; padding-left:7px; font-size:8pt; color:#666666; text-decoration:none; line-height:15px;}
.white                 {font-family:Verdana, Helvetica, Arial, agfa-rotis sans-serif; font-size:10pt; color:#ffffff;font-weight:bold;}
a							{font-family:Verdana, Helvetica, Arial, agfa-rotis sans-serif; font-size:8pt; color:#666666; text-decoration:underline; line-height:15px;font-weight: 400;}
a:hover						{font-family:Verdana, Helvetica, Arial, agfa-rotis sans-serif; font-size:8pt; color:#666666; text-decoration:underline; background-color: #e3e8eb; line-height:15px;font-weight: 400;}
a.no_underline				{font-family:Verdana, Helvetica, Arial, agfa-rotis sans-serif; font-size:8pt; color:#666666; text-decoration:none; line-height:15px;font-weight: 400;}
a.no_underline:hover		{
	font-family:Verdana, Helvetica, Arial, agfa-rotis sans-serif;
	font-size:8pt;
	color: #666666;
	text-decoration:none;
	background-color:#efdee3;
	line-height:15px;
	font-weight: 400;
}
a.white							{font-family:Verdana, Helvetica, Arial, agfa-rotis sans-serif; font-size:8pt; color:#666666; text-decoration:underline; line-height:15px;font-weight: 400;}
a.white:hover						{font-family:Verdana, Helvetica, Arial, agfa-rotis sans-serif; font-size:8pt; color:#666666; text-decoration:underline; background-color: #ffffff; line-height:15px;font-weight: 400;}
.txtlink					{font-family:Verdana, Helvetica, Arial, agfa-rotis sans-serif; font-size:8pt; color:#666666; text-decoration:underline; line-height:15px;}
a.txtlink:hover				{color:#42617b; background-color:#C5D0D7; text-decoration:none; line-height:15px;}
li							{font-family:Verdana, Helvetica, Arial, agfa-rotis sans-serif; font-size:8pt; color:#666666;}
td.headline {
	font-family:Verdana, Helvetica, Arial, agfa-rotis sans-serif; font-size:8pt;
	 text-align: center;
	 height: 25px;
	 background-color: #ffffff;
	 color: #0090d4;
	 font-weight: bold;
}

