body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 15pt;
	text-align: justify;
	text-justify: newspaper;
	font-size: 12px;
	background-color: #6F7CA0;
	background-image: url(../images/mainbackground.jpg);
	background-repeat: repeat-x;
	}
	
body strong {
	color: #021F80;
	font-weight: bold;
	}
	
.note {
	font-size: 10px;
	}

.star {
	font-family: Arial, Helvetica, sans-serif;
	color:#900;
	font-size: 16px;
	font-weight: bold;
}

.title {
	font-size: 18px;
	font-weight: bold;	
	color: #810023;
	text-indent: 0;
	}

.tabletitle {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	}

.businesstype {
	font-size: 16px;
	}

.price {
	font-size: 16px;
	color: #810023;
	font-weight: bold;
	}
	
a:link, a:visited
	{ color: #021F80; }

a:hover, a:active
	{ color: #033DFF; text-decoration: none; }

	
INPUT, SELECT, TEXTAREA {
	background-color: #EBEBEB;
	color: #000;
	border: solid 1px #999;
	padding: 2;
}