/*
-----------------------------------------------------------------------------
------------------- PERCEPTION DESIGN STYLE SHEET ----------------------------
------------------- COPYRIGHT © 2007 PERCEPTIONDESIGN.COM -------------------
-----------------------------------------------------------------------------
*/

a:focus { outline:none }
.Titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #66cccc;
	line-height: 30px;
}
.Content,li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #879186;
	line-height: 18px;
}
.Links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #66cccc;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #66CCCC;
}
.Links:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #66cccc;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #66CCCC;
	background-color: #DEF1F3;
}
.SubTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #879186;
	line-height: 30px;
}
.White {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 18px;
}
.Image {
	border: 1px solid #66CCCC;
}
.ImageThumnail {
	border: 1px solid #999999;
}
.ImageThumnail:hover {
	border: 1px solid #66CCCC;
	background-color: #DEF1F3;
}
.Forms {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #788277;
}
.Pagination {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9FDFDF;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #66CCCC;
	padding-right: 5px;
	padding-left: 5px;
	margin: auto;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 24px;
}
.Pagination:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #66CCCC;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #66CCCC;
	background-color: #DEF1F3;
}
.PaginationOn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #66CCCC;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #66CCCC;
	margin: auto;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 24px;
}
.Copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BFBFBF;
	line-height: 18px;
	text-decoration: none;
}
.Copyright:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #66cccc;
	line-height: 18px;
	text-decoration: none;
}
.ContentIntro {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #879186;
	line-height: 18px;
}
.ContentItalic {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #879186;
	line-height: 18px;
	font-style: italic;
}
.redcross { height: 200px; width: 200px; top: 0px; right: 0px; position: absolute; display: block; z-index: 1000; }