/********************************/
/*   general txt                */
/********************************/

body{
	margin: 0;
	background-color: white;
}

body, td, center, p {
	font: 11px/1.5 arial, verdana, sans-serif;
	color: black;
}

/********************************/
/*   links                      */
/********************************/

a img{
	border: none;
}

a{
	color: #003366;
}

a:hover{
	color: black;
}

/********************************/
/*   fonts                      */
/********************************/

h1{
	font-weight: bold;
}

h2{
	font-weight: bold;
}

.highlight{
	background-color: yellow;
}

/********************************/
/*   document                   */
/********************************/

.document_header{
	padding: 3px 0 3px 0;
	border-bottom: 1px solid #3E3E3E;
	font-weight: bold;
}

.document_abstract{
	margin-top: 8px;
}

.document_txt{
	margin-top: 12px;
}

.document_txt p{
	margin-top:0;
	margin-bottom:0;
}

/************************************/
/*   subscription                   */
/************************************/

.subscriber_field{
	Width: 200px;
}

/********************************/
/*   layout                     */
/********************************/

.logo{
	margin-top: 30px;
	margin-left: 35px;
	margin-bottom: 4px;
}

.title{

}

.grey{
	color: #666;
}

.menu{
	text-align: right;
	border-bottom: 1px solid #808080;
	padding: 3px 0 3px 0;

	/* color: #949494; */
	color: #666;
	text-decoration: none;
}

.menu_active{
	color: black;
	border-bottom: 1px solid #3E3E3E;
}

.submenu{
	text-align: right;
	border-bottom: 1px solid #BFBFBF;
	padding: 3px 0 3px 0;
	margin-right: 20px;
	/*color: #C8C8C8;*/
	color: #666;
	text-decoration: none;
}

.submenu_active{
	color: black;
	/*color: #919191;*/
	border-bottom: 1px solid #808080;
}

.spacer{
 	border-bottom: 1px solid #3E3E3E;
 	height: 24px;
}