/* Use Arial or Helvetica for the whole document */
p,h1,h2,h3,h4,ul,ol,li,div,td,th,blockquote,b,i
     	{ font-family:Arial,Helvetica,sans-serif; }

/* change font size to 12pt for this tags */
p,td,a,h4,div.list,div.caption,div.address,div.news
     	{ font.size:12pt; }

body	{ background-color:#FFFFFF; }

table 
	{ width:90%; }

/* tabulars: header rows */
table tr.header td
	{ font-weight:bold; }

/* tabulars: odd rows */
table tr.odd  { background-color:#006975; }
table tr.odd td 
	{ color:#EFC631; }

/* tabulars: even rows */
table tr.even { background-color:#EFC631; }
table tr.even td 
	{ color:#000000; }

/* captions */
div.caption
	{ width:520px; margin-top:0.5cm; text-align:left; }

/* addresses */
div.address 
	{ margin-bottom:1cm; line-height:120%; }	

/* link color */
a 	{ color:#004F54 ; }

/* set header styles */
h2 	{ font.size:48pt; }
h4 	{ font-weight:bold; }

/* subscripts */
div.sub { text-align:left; margin-top:0.5cm; }

/* news format */
div.news 
	{ width:450px; margin-top:1cm; margin-left:1cm; }

/* list format */
div.list 
	{ line-height:150%; }
