/* CSS Document */

body, td, p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	line-height: 20px;
}
.jGray {
	color: #CCCCCC;
}
.jGraySm {
	color: #CCCCCC;
	font-size:10px;
}
.jContent {
	font-size: 12px;
	line-height: 24px;
}
.jGrayDarker {
	color: #666666;
}

.jHeader {
	font-size: 22px;
	font-weight:300;
	letter-spacing:5px;
	color: #CCCCCC;
}
A, A:LINK, A:VISITED, A:ACTIVE  {
	color:#CCEEFF;
	text-decoration:none;
	border-bottom: 1px dashed #CCEEFF;
}
A:HOVER {
	color: black;
	background : #CCEEFF;
	border-top: 1px dashed black;
	border-bottom: 1px dashed black;
}















.jGalleryThumb {
	border: 1px solid white;
}