/* 
	stylesheet (c) 2007 baronrabinovitsj.com by Matthijs Nieuwburg
	
*/

body {
margin-top:20;
margin-left:5;
}

a:link {
font-family: Arial, Helvetica, sans-serif;
color: #000000;
text-decoration: none;
font-weight:bold;
}

a:visited {
font-family: Arial, Helvetica, sans-serif;
color: #000000;
text-decoration: none;
font-weight:bold;
}

a:hover {
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;text-decoration: none;
background-color:#000000;
font-weight:bold;
}

a:active {
font-family: Arial, Helvetica, sans-serif;
color: #000000; text-decoration: none;
font-weight:bold;
}

td {
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
}

.text_align_justify {
	text-align:justify;
	padding: 3px;

}
.text_align_right {
	text-align:right;
	padding: 3px;

}
.table_left_1px_grey {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #999999;
}

.table_right_1px_grey {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #999999;
}

.table_1px_grey {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #999999;
	text-align:justify;
	padding:3px;
}

.table_top_left_bottom_1px_grey {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #999999;
	text-align:justify;
	padding:3px;
}

.table_top_bottom_1px_grey {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #999999;
	text-align:justify;
	padding:3px;
}

.table_top_right_bottom_1px_grey {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #999999;
	text-align:justify;
	padding:3px;
}

.quote {
font-family: Times New Roman, Times, serif;
font-size:11px;
color:#333333;
/* font-style:italic; */
}

.interview_bold {
font-weight:bold;
}

.page_title {
font-family: Arial, Helvetica, sans-serif;
color: #FF0000;
font-size: 18px;
font-weight:bold;
}

.press_title {
font-style:italic;
font-size: 13px;
color:#3333FF;
font-weight:bold;
}