body {
	background-color: #E8E6DE;
	background-image: url(background.jp);
	background-repeat: repeat; /*x or y*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal; /*bold*/
	font-size: 12pt;
	font-style: normal; /*italic*/
	color: #000000;
	text-align:center;
}

table, td, #email {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: normal; /*bold*/
	font-size: 12pt;
	font-style: normal; /*italic*/
	color: #000000;
	font-variant: normal; /*for email id on contactus */
}

A:LINK {
	font-family : Century, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : #ffffff;
	text-decoration : none;
	line-height : 25px;
	font-variant : small-caps;
}

A:VISITED {
	font-family : Century, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : #ffffff;
	text-decoration : none;
	line-height : 25px;
	font-variant : small-caps;
}

A:HOVER {
	font-family : Century, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : #ffff00;
	text-decoration : none;
	line-height : 25px;
	font-variant : small-caps;
}

A:ACTIVE {
	font-family : Century, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : #ffffff;
	text-decoration : none;
	line-height : 25px;
	font-variant : small-caps;
}

h1 {
	font-family: "Lightfoot Narrow",Vivaldi, Dobkin, Margaret, Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	font-style: normal; /*italic*/
	color: #3399cc;
}

h2 { /* used for the phone number on index*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: bold;
	font-style: normal; /*italic*/
	color: #660000;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	color: #ff00ff;
}
#frame { /* The frame around the main tables */
	 border:2px solid #6D622F; 
	 width:760px; 
	 margin: 0 auto;
}

address {
	margin: 0;
	padding: 0.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: Bold;
	font-style:normal;
	text-align: center;
	color: #000000;
	clear: both;
}

address a:link, address a:visited, address a:hover, address a:active {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : normal;
	color : #999999;
}