/* CSS Document */

/* Begin Typography & Colors */

.HeaderText {
	font-family: Times, "Times New Roman", serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #000000;
}
.HeaderText2 {
	font-family: Times, "Times New Roman", serif;
	font-size: 17px;
	line-height: 24px;
	text-align: center;
	font-weight: bold;
	color: #231234;
}
.HeaderText3 {
	font-family: Times, "Times New Roman", serif;
	font-size: 17px;
	text-align: center;
	font-weight: bold;
	color: #180628;
}


.H2 {
	font-family: Times, "Times New Roman", serif;
	font-size: 16px;
	text-align: center;
	line-height: 22px;
	color: #A73B76;
}
.navLink {
	font-family: Times, "Times New Roman", serif;
	font-size: 14px;
	background-color: #663399;
	text-align: center;
	font-weight: bold;
	color: #ffffcc;
}


.navlink a, footer a:hover, footer a:visited, .description {
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
	color: #ffffcc;
}

.content {
	font-family: Times, "Times New Roman", serif;
	font-size: 14px;
	color: #000000;
	text-align: justify;
	line-height: 18px;
}

.content1 {
	font-family: Times, "Times New Roman", serif;
	font-size: 14px;
	color: #641B5C;
	text-align: justify;
	line-height: 18px;
}

.h1 {
	font-size: 14px;
	text-align: center;
	display: none;
	font-weight: bold;
	color: #ffffcc;
}

.h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	font-weight: normal;
	color: #ab0707;
	}
	
.Headline {
	font-family: Times, "Times New Roman", serif;
	font-size: 20px;
	line-height: 26px;
	color: #1D102A;
}

.footer {
	font-family: Times, "Times New Roman", serif;
	font-size: 11px;
	line-height: 20px;
	color: #ab0707;
}


.footer a, footer a:hover, footer a:visited, .description {
	text-decoration: underline;
	font-weight: bold;
	color: #3366CC;
}	
/* End Typography & Colors */
