body {
	width:720px;
	margin:0px;
	color:#363D5A;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
}

/* 
a:link {color:#CB0034; text-decoration: none;}
a:visited {color:#CB0034; text-decoration: none;}
a:hover {color:#CB0034; text-decoration: underline;}
a:active {color:#CB0034; text-decoration: none;}
*/

#main{
	width:720px;
}

h1{
	font-size:14px;
	font-weight:bold;
}
h3{
	font-size:10px;
	font-weight:bold;
}

p{
	font-size:11px;
}
#text{
	font-size:10px;
	font-weight:normal;
}
table.DirectorsDealings { 
	width: 720px;
  	font-size: 11px;
}
table.DirectorsDealings td.headline { 
	font-weight:bold;
  	line-height: 15px;	
  	vertical-align:top;  	
}
table.DirectorsDealings td.text {
	vertical-align:top;
	padding-bottom:5px;
}
table.DirectorsDealings td.line{
	background-image:url(../img/line.gif);
	background-repeat:repeat-x;
}
