@charset "utf-8";

.oneColFixCtrHdr #container { 
	width: 1100px;  /* using ~20px less than a width allows for browser chrome and avoids a horizontal scroll bar */
} 

.TextStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	text-indent: 0px;
	margin-top: -5px;
}

.ParagraphIntro {
	font-size: 16px;
	font-style: normal;
	color:#000;
	font-weight: bolder;
}


/* K2Link */
.Link {
	color: #828d37;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.Link a:link   {
	color: #006666;
	text-decoration: none;
}
 
.Link a:visited   {
	color: #a56b60;
	text-decoration: none;
}
 
.Link a:hover {
	color: #a56b60;
}
 
.Link a:active   {
} 

.Copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #dddddd;
}

.Copyright a:link   {
	color: #dddddd;
	text-decoration: none;
}

.Copyright a:visited   {
	color: #dddddd;
	text-decoration: none;
}

.RedChar {
	color: #F00;
	font-weight: bold;
}

.IndentedParagraph {
	padding-left: 72px;
	margin: -20px 0 0px 0px;
} 


UL
{
	padding-left: 80px;
} 

LI
{
	color: red;
} 

LI span
{
	color: black;
} 

.EmailLink {
	color: red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
}
