/* body style*/

body {
	color: #333333;
	background: #C8E6FF;
	background-position:center;
 	background-repeat:repeat-y; 
	margin: 0px;
	padding: 0px;
	scrollbar-3dlight-color:#72B5E2;
        scrollbar-arrow-color:#72B5E2;
        scrollbar-base-color:#72B5E2;
        scrollbar-track-color:#72B5E2;
        scrollbar-darkshadow-color:#72B5E2;
        scrollbar-face-color:#FFFFFF;
        scrollbar-highlight-color:#72B5E2;
        scrollbar-shadow-color:#72B5E2;
}

/* td, p style*/

p, td {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	line-height: 140%;
}

/*navigation style*/

a {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {font-weight: bold; color: #72B5E2; font-weight: bold; text-decoration: underline;}

a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

/*misc*/

.theplace {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #72B5E2;
	line-height: 140%;
}

.subtitle {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 140%;
}

.bodytext {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 140%;
}


.contact {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 140%;
}



