/* STANDARD stylesheet for: 
	_CV
	_press
	_news
	_contact
	_links
*/

*	{
	color:#000000;
	text-align:left;
	margin:0px;
	padding:0px}
html, body {height:100%} /* IE6 hack */
body {
	background-color:#444444;
	font: bold 19px "Courier New", Courier, monospace}
/* news.htm headline and contact text  */
h1	{font: bold 12pt "Courier New", Courier, monospace}
/* CV category text  */
h2	{font: bold 10pt "Arial", "Lucida Sans", "Verdana", sans-serif}
/* CV and press body text  */
h3	{font: 10pt "Arial", "Lucida Sans", "Verdana", sans-serif}
/* image caption text  */
h4	{font: bold 10pt "Courier New", Courier, monospace}
/* news.htm body text  */
h5	{font: 10pt "Courier New", Courier, monospace;
	margin: 0px 30px 0px 0px}
h6	{font: bold 24px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding:10px 30px}

/* used in CV,press,news,contact,links */
.shell {
	float:left;
	display:inline; /* IE6 hack: removes double-margin on float*/
	margin: 20px 0 0 20px;
	overflow: visible}
.txt {
/* 	width: 700px;
	height: 100%; */
	float:left;
	overflow: visible}
	
a 	{outline:none}
a:link, a:visited {
	color: #000000;
	text-decoration: none}
a:hover, a:active, a:focus {
	color: #FF0000;
	text-decoration: none}
	
/* DUPLICATED in accordion.css	REMOVE

a, img{border: none; float: left; overflow: hidden}	
a.thumb:hover	{border: 3px solid #FF0000 !important }	
a.thumb:hover img {margin:-3px !important }			 */

#rffa 	{
	width:400px;
	height:50px;
	background:#000000}

#rffa a:link, #rffa a:visited {
	color:#444444 !important}
#rffa a:hover, #rffa a:active, #rffa a:focus {
	color:#FF0000 !important}
	

