/* Body */
body {
	font-family : "Arial";
	font-size: 10px;
	color : #666666;
	margin : 0px;
}
a:link    { color : #A5A5AF; text-decoration : underline; font-weight : bolder; font-size: 12px; }
a:visited { color : #A5A5AF; text-decoration : underline; font-weight : bolder; font-size: 12px; }
a:hover   { color : #777780; text-decoration : none; }


/* Blocks */
.block_header {
	height: 290px;
	width: 1px;
	padding-left: 280px;
	padding-bottom: 50px;	
	vertical-align: top;	
}

.block_left {
	width: 300px;
	vertical-align: top;
}

.block_right {
	height: 100%;		
	padding-left: 40px;
	padding-right: 40px;	
	padding-top: 20px;
	vertical-align: top;
}

.block_menu {
	width: 80%;
	height: 25px;
	padding-left: 40px;
	padding-top: 20px;
	vertical-align: top;
}

.block_line {
	width: 100%;
}

.block_footer {
	height: 100%;
	width: 100%;
	text-align: right;
	padding-top: 40px;
	padding-bottom: 40px;		
	padding-right: 60px;		
}


/* Fonts */
a.menu:link    { font-family: Tahoma; color : #6A8B95; text-decoration : underline; font-weight : bolder; font-size: 14px;	padding-left: 10px; }
a.menu:active  { font-family: Tahoma; color : #6A8B95; text-decoration : underline; font-weight : bolder; font-size: 14px;	padding-left: 10px; }
a.menu:visited { font-family: Tahoma; color : #6A8B95; text-decoration : underline; font-weight : bolder; font-size: 14px;	padding-left: 10px; }
a.menu:hover   { font-family: Tahoma; color : #bbbbbb; text-decoration : none; }
.title {
	font-size : 20px;
	font-family : Tahoma;
	padding-bottom: 10px;	
	font-weight: bold;
	color: #00BDFF;
}
.title_sm {
	font-size : 10px;
	font-family : Tahoma;
	padding-bottom: 10px;	
	font-weight: bold;
	color: #666666;
}
.text {
	font-size : 11px;
	font-family :  Verdana;
	color : #666666;
}
.blue_line {
	color: #00BDFF;
	text-decoration: underline;
}
/* Help */
#pup		{ Z-INDEX: 200; VISIBILITY: hidden; WIDTH: 130px; POSITION: absolute }
.popuphelp {
  filter: Alpha(Opacity=80);
  font-family: arial, verdana,sans-serif;
  border: solid 4px #03A9FF;
  position: absolute;
  z-index: 999;
  visibility: hidden;
  top: 20px;
  left: 90px;
  width: 130px;
}
.popuphelp_text {
  font-size: 11px;
  font-family: Arial,sans-serif;
  text-align: left;
  color: #ffffff;
  background-color: #03A9FF;

}
