/* below is in cms/css/style1.css so they show in editor */

.Blue_1 {
	font-size: 12px;
	color: #5A6473;
}
.Blue_1_5 {
	font-size: 12px;
	line-height: 16px;
	color: #5A6473;
}
.Blue_2 {
	font-size: 12px;
	line-height: 22px;
	color: #5A6473;
}

.Green_1 {
	font-size: 12px;
	color: #00880E;
}
.Green_1_5 {
	font-size: 12px;
	line-height: 16px;
	color: #00880E;
}
.Green_2 {
	font-size: 12px;
	line-height: 22px;
	color: #00880E;
}

.Black_1 {
	font-size: 12px;
	color: #000000;
}
.Black_1_5 {
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
.Black_2 {
	font-size: 12px;
	line-height: 22px;
	color: #000000;
}

.White_1 {
	font-size: 12px;
	color: #FFFFFF;
}
.White_1_5 {
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
}
.White_2 {
	font-size: 12px;
	line-height: 22px;
	color: #FFFFFF;
}

.Headline_Red {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #DF0000;
	font-size: 20px;
}
.Headline_Blue {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #003884;
	font-size: 20px;
}
.Headline_Green {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #00880E;
	font-size: 20px;
}
.Headline_Orange {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FF9900;
	font-size: 16px;
}
.Headline_Gray {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 16px;
}
.logobullet {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #003884;
	list-style-image: url(../images/logo_bullet.gif);
	list-style-type: circle;
}
.white {
	color: #FFFFFF;
}
A.white:visited {
	color : #FFFFFF;
	text-decoration: none;
}
A.white:link {
	color : #FFFFFF;
	text-decoration: none;
}
A.white:hover {
	color : #F8B600;
	text-decoration: none;
}
A.white:active {
	color : #FFFFFF;
	text-decoration: none;
}