body {
      scrollbar-face-color: #DAC397;
      scrollbar-shadow-color: #DAC397;
      scrollbar-highlight-color: #82550F; 
      scrollbar-track-color: #EFEBE0; 
      scrollbar-arrow-color: #346AE8;
}

A:link {
	color: #346ae8;
	text-decoration: none;
	font-weight:bold;
}

A:visited {
	color: #346ae8;
	text-decoration: none;
	font-weight:bold;
}

A:active {
	color: #346ae8;
	text-decoration: none;
	font-weight:bold;
}

A:hover {
	color: #cc0000;
	text-decoration: none;
	font-weight:bold;
}

H1 {
	font-size: 16px;
	font-family : Arial;
	color : #346ae8;
}

H2 {
	font-size: 14px;
	font-family : Arial;
	color : #346ae8;
}

H3 {
	font-size: 12px;
	font-family : Arial;
	color : #346ae8;
}


TD {
	font-size: 13px;
	font-family : Verdana;
	color : #333333;
}

P {
	font-size: 13px;
	font-family : Arial;
	color : #333333;
}

TD.dark {
	font-size: 11px;
	font-family : Arial;
	font-weight : Bold;
	color : #FFFFFF;
}

P.dark {
	font-size: 11px;
	font-family : Arial;
	color : #FFFFFF;
	font-weight : Bold;
}

TD.smaller {
	font-size: 11px;
	font-family : Arial;
	color : #333333;
}

P.smaller {
	font-size: 11px;
	font-family : Arial;
	color : #333333;
}


