@import "layout.css";
@import url('layout.css');
@import "forms.css";
@import url('forms.css');

html,body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #fff url(../images/topbg.gif) top center repeat-x;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	margin: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
}

span {
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: 0;
}

a.lnkcal {
	color: #fff;
	text-decoration: none;
}

a.lnkcal:hover {
	color: #fff;
	text-decoration: underline;
}

.txtprice1 {
	color: #008C98;
	font-weight: bold;
	font-size: 13px;
}

.txtprice2 {
	color: #008C98;
	font-weight: bold;
	font-size: 18px;
}

#footer a {
	color: #008c98 !important;
	text-decoration: underline;
}

#footer a:hover {
	color: #008c98 !important;
	text-decoration: none;
}

a { 
	color: #008c98;
	text-decoration: underline;
}

a:hover { 
	color: #008c98;
	text-decoration: none;
}