/*################################################################################
#
#	ALL HEADER-DOTTED
#
################################################################################*/

.headerDotted {
	border:solid #BBBBBB 1px;
	padding:0px 10px 10px 10px;	
}

.headerDotted .Content {
	border-top:dotted #999999 1px;
}

.headerDotted h2 {
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#2B578C;
	font-weight:normal;
}

/*################################################################################
#
#	GREEN HEADER-DOTTED
#
################################################################################*/

.sandstone-green .headerDotted h2 {
	color:#226716;
}

/*################################################################################
#
#	BLUE HEADER-DARK
#
################################################################################*/

.sandstone-blue .headerDotted h2 {
	color:#1C3C5D;
}

/*################################################################################
#
#	RED HEADER-DARK
#
################################################################################*/

.sandstone-red .headerDotted h2 {
	color:#81252C;
}

/*################################################################################
#
#	MAGENTA HEADER-DARK
#
################################################################################*/

.sandstone-magenta .headerDotted h2 {
	color:#781F76;
}

/*################################################################################
#
#	BLACK HEADER-DARK
#
################################################################################*/

.sandstone-black .headerDotted h2 {
	color:#006F82;
}

/*################################################################################
#
#	GOLD HEADER-DARK
#
################################################################################*/

.sandstone-gold .headerDotted h2 {
	color:#714F09;
}


