/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.nav {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
}
.nav  :link {
	color: #FFFFFF;
	text-decoration: none;
}
.nav  :visited {
	text-decoration: none;
	color: #FFFFFF;
}
.nav :hover {
	font-style: normal;
	color: #000000;
}
.nav  :active {
	text-decoration: none;
	color: #FFFFFF;
}
.headers {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #d9265b;
	line-height: 25px;
}
.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
	line-height: 18px;
	text-align: justify;
	
}
.text :link {
	color: #000000;
	text-decoration: none;
}
.text  :visited {
	text-decoration: none;
	color: #000000;
}

.text  :active {
	text-decoration: none;
	color: #000000;
	font-style: italic;
}

.subheaders {
	color: #000000;
	font-size: 14px;
	font-style: italic;
}
.subheaders :link {
	color: #000000;
	text-decoration: none;
}

.program {
	color: #ffffff;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: .035em;
}
.program1 {
	color: #ffffff;
	font-size: 11px;
	line-height: 16px;
	letter-spacing: .035em;
	font-style: italic;
}

