/* Body Style */


.body {
	padding: 7px;
}


.body p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
	color: #000000;
}

.body a {
	color: #0033FF;
	text-decoration: none;
}

.body a:hover {
	color: #10727D;
	text-decoration: underline;
}

.body li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
	color: #000000;
	list-style-image: url(../_media/_template/bullet.png);
}

.body h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	line-height: 15pt;
	color: #267E80;
}

.body h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 15pt;
	color: #7A6853;
	font-style: italic;
	font-weight: normal;
}

.body h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 15pt;
	color: #333333;
}



/* Border */


.whitebd {
	border: 1px solid #FFFFFF;
}




/* Spacer */

.topspace {
	padding-top: 13px;
}


/* Highlight */

.highlight {
	background-color: #FFFFFF;
	border: 1px solid #000000;
}


/* Footer */

.footer {
	padding: 6px;
}

.footer h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #FFFFFF;
}


.footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.img_border {
	border: 1px solid #749B9B;
}

/* PHOTO GALLERY */

.gallery_header {
	text-align: center;
	color:#444;
	font-style: italic;
	font-size: 14pt;
	line-height: 120%;
	font-weight:bold;
}

.gallery_img {
	padding:4px;
	background-color: #0ea5b0;
	border: 2px solid #f0ffaf;
	margin:0px;
}

.dashed_line{
	background-image: url(../_media/images/dashed_line_grey.gif);
	background-repeat: repeat-x;
	height: 4px;
	margin-bottom: 8px;
	clear: both;
	}

/*  TEXT ALIGNMENT */	
.text_center {
	text-align: center;
	}

.text_left {
	text-align: left;
	}

.text_right {
	text-align: right;