	body { 
		color : #000000;
		background : #ffffff;
		font-family : "Times New Roman", Times, serif;
		font-size : 12pt;
	} 
	a:link { color : #ff0000; }
	a:visited { color : #268499; }
	a:active { color: #ff0000; }
	div#info {
		margin-left : 15px; 
		color : #ff0000;
		font-size : 12px;
		font-weight : bold;
		margin-bottom : 15px;
	}
	h1{
		background : #cccccc;
		text-align : center;
		margin-bottom : 3px;
		font-size : 15px;
		color : black;
		padding : 3px;
		border : 2px solid black;
	}
	h2 {
		width : 100%;
		font-size : 13px;
		color : #000066;
		text-decoration : underline;
		margin : 10px 0 10px 0;
	}
	table.company{
		clear : both;
	}
	p {
		font-size : 12px;
		margin-top : 0px;
		margin-bottom : 10px;
	}
	table.company td.one {
		margin : 0px 5px 5px 10px;
		width : 300px;
		height : 110px;
		vertical-align : top;
		text-align : center;
	}
	table.company td{
		vertical-align : top;
		
	}
	table#navbar td {
	text-align : left;
	}