/*CSSDocument*/
body
{
	font-family: Arial, Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #222021;
}

.normalText
{
	color: black;
	font-size: 12px;
}

.orangeText
{
	color: #f17d21;
	font-size: 12px;
}

.orangeTextLink, .orangeTextLink:hover, .orangeTextLink:visited
{
	color: #f17d21;
	font-size: 12px;
	text-decoration: none;
}

.orangeTextLink A, .orangeTextLink A:hover, .orangeTextLink A:visited
{
	color: #f17d21;
	font-size: 12px;
	text-decoration: none;
}

.orangeTextTitle
{
	color: #f17d21;
	font-size: 17px;
	font-weight: bold;
}

.titles
{
	color: #005697;
	font-size: 17px;
	font-weight: bold;
}

.blueBoxTitles
{
	color: #005697;
	font-size: 13px;
	font-weight: bold;
}

.normalLink
{
	color: #005697;
	font-size: 12px;
	font-style: normal;
}

.cyanBlockLink
{
	color: #0f648b;
	font-size: 12px;
	font-style: normal;
	text-decoration:none;
	font-weight: normal;
}

.cyanBlockTitle1
{
	color: #0f648b;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

.cyanBlockTitle2
{
	color: #75abb8;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
}

.brownBlockMainTitle1
{
	color: #766b15;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}

.brownBlockMainTitle2
{
	color: #b3a850;
	font-size: 22px;
	font-style: normal;
	/*font-weight: bold;*/
}

.brownBlockBlackItalic
{
	color: black;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}

.brownBlockSubtitle
{
	color: #f17d21;
	font-size: 18px;
	font-style: normal;
	text-align: center;
}

.brownBlockTitles
{
	color: #766b15;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
}

.brownBlockFrom
{
	color: #ce723b;
	font-size: 11px;
	font-style: italic;	
}

.brownBlockText
{
	color: black;
	font-size: 12px;
	font-style: normal;
}

.brownBlockAuthor
{
	color: #968d48;
	font-size: 12px;
	font-style: italic;
}

.brownBlockLinks
{
	color: #968d48;
	font-size: 12px;
	font-style: normal;
}

.lightLink
{
	color: #1493a4;
	font-size: 12px;
	font-style: normal;
}

.redHeader
{
	color: rgb(210,34,39);
	font-size: 12px;
	font-family: Verdana;
	line-height: 16px;
	font-style: normal;
	font-weight: bold;
}
.chcBody
{
	color: black;
	font-size: 12px;
	font-family: Verdana;
	line-height: 16px;	
}
.chcLinks
{
	color: rgb(210,34,39) !important;
	font-size: 12px !important;
	font-family: Verdana !important;
	line-height: 17px !important;	
	text-decoration: none !important;
}
.chcLinksContainer
{
	padding: 8px 0px 0px 0px;
	color: rgb(210,34,39) !important;
	font-size: 12px !important;
	font-family: Verdana !important;
	line-height: 17px !important;	
	text-decoration: none !important;
	display: block;
}

.grayTitles
{
	font-size: 17px;
	font-weight: bold;
	color: #999999;
}


.blueArticleHeader 
{
	color:#016857;
	font-size: 17px;
	/*font-family: LucidaGrande, Verdana;*/
	font-weight: bold;
}

.articleLink, .articleLink A, .articleLink A:hover, .articleLink A:visited
{
	color: #0f648b;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.firstBlockText
{
	font-family: Verdana;
	font-size: 12px;
	line-height: 15px;
	font-style: normal;
	color: Black;
}

.firstBlockLink
{
	font-family: Verdana;
	font-size: 12px;
	line-height: 17px;
	font-style: normal;
	color: rgb(15,100,139);
	margin-top:12px;
}

A {	
	TEXT-DECORATION: none;
}


