/* Style Sheet for San Giorgio **
 */

/* Modified standard components*/
body {
	font-family: Bookman Old Style, Arial;
	font-size: 10pt;
	color: rgb(151,105,92);
	background-color: rgb(241,242,224);
	background-repeat:no-repeat;
}
a {
	CURSOR: hand; 
	TEXT-DECORATION: underline;
	FONT-SIZE: 9pt;
	FONT-WEIGHT: bold; 
	COLOR: rgb(151,105,92)
}
a:visited {
	COLOR: rgb(151,105,92)
}
a:hover {
	COLOR:#000000;
}
img {
	border:0px;
}

/* Added classes */
.AddressHeader {
	font-size: 14pt;
}
.FormHeader {
	font-size: 14pt;
	vertical-align:baseline;
	line-height: 40pt;
}
.MainHeader  {
	font-size: 14pt;
}
.SubHeader  {
	font-size: 12pt;
}


