/* text styles */

a:link, a:visited {
	color: #008200;
	text-decoration: none;
}

a:hover, a:active  {
	text-decoration: none;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B0B0B0;
}

.gallery {
}

.gallery a:link, .gallery a:visited {
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	font-size: 12px;
	vertical-align: top;
	width: 186px;
	height: 190px;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	border: 1px solid #EEEEEE;
	display: block;
	line-height: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

.gallery a:hover, .gallery a:active {
	text-decoration: none;
	background-color: #EEEEEE;
	display: block;
	font-weight: bold;
	font-size: 12px;
	vertical-align: top;
	width: 186px;
	height: 190px;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	border: 1px solid #EEEEEE;
	display: block;
	line-height: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}



.links {
	line-height: 16px;
	padding-bottom: 2px;
}

.links a:link, .links a:visited {
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.links a:hover, .links a:active {
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}



.text_black {
	color: #000000;
}

.text_larger {
	font-size: 26px;
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.text_smaller {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

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



/* cell styles */

.cell_page_header {
	font-size: 20px;
	color: #999999;
	line-height: 30px;
}

.cell_page_subHeader {
	color: #999999;
	line-height: 24px;
}

.cell_page_footer {
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 17px;
}

.cell_gallery {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 200px;
	border: 1px solid #CCCCCC;
	line-height: 16px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.cell_page_subFooter {
	font-size: 11px;
	color: #B0B0B0;
	line-height: 15px;
}

.cell_content {
	padding-top: 40px;
	padding-bottom: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.cell_effect_line {
	background-image: url(../images/bg_line_dotted.png);
	background-repeat: repeat-x;
	background-position: left center;
	line-height: 40px;
}
.cell_list_row_a {
	background-color: #F2F2F2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 11px;
	line-height: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.text_largest {

	font-size: 40px;
	line-height: 40px;
}
.cell_list_row_b {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 11px;
	line-height: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.cell_list_row_header {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
.cell_effect_line_verticle {
	background-image: url(../images/bg_verticle_fade.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 60px;
}

