#master_content.accordionHeadera {
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}
#master_content.accordionHeadera:hover {
	background: none;
	text-decoration: underline;
}
#master_content.accordionHeaderSelecteda {
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}
#master_content.accordionHeaderSelecteda:hover {
	background: none;
	text-decoration: underline;
}
.accordionContent {
	color: #441855;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.3;
	background-color: transparent;
	border: none;
	border-top: none;
	padding: 5px;
	padding-top: 10px;
}
.accordionHeader {
	border: none;
	color: #441855;
	background-color: transparent;
	font-family: Georgia;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.3;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}
.accordionHeaderSelected {
	border: none;
	color: #441855;
	background-color: transparent;
	font-family: Georgia;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.3;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}
.AnnoucementShortDescription {
	color: #441855;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.3;
	text-decoration: none;
}
.AnnoucementTile {
	color: #441855;
	font-family: Georgia;
	font-size: 14px;
	font-weight: bold;
	line-height: 14pt;
	text-decoration: none;
}
.DNN_ANN_Description {
}
.DNN_ANN_DescriptionP {
	margin-top: 0px;
}
/* ================================
    CSS STYLES FOR Module DNN.Announcements
   ================================
*/

.DNN_ANN_DesignTable {
	width: auto;
}




.hr {
height: 0;
font-size: 0;
line-height: 0;
width: 100%;
margin: 1em auto;
}
.dotted {
border-bottom: dotted 1px #441855;
}
.dashed {
border-bottom: dashed 1px #441855;
}
