@charset "utf-8";
/* Classes Styles for GEA
	(c)2008 TechTriad, Inc.
	http://techtriad.com */


.icon-acrobat {
	background-image: url(../images/icons/acroread.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 24px;
}
.icon-word {
	background-image: url(../images/icons/icon_word.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 24px;
}
.icon-excel {
	background-image: url(../images/icons/icon_xl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 24px;
}
.icon-email {
	background-image: url(../images/icons/icon_mailto.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 24px;
}
.indent {
	padding-left: 20px;

}
.outsideBorder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
}
.insideBorder {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}


.content blockquote {
	margin-top: 0px;
	margin-bottom: 12px;
}
.imagespace	{
	margin: 8px;
}
.imageborderspacewhite {
	border: 1px solid #FFFFFF;
	margin: 4px;
}
.imageborderspaceblue {
	border: 1px solid #0d6085;
	margin: 4px;
}
.centeredTable	{
	margin-right: auto;
	margin-left: auto;
}
.smalltext {
	font-size: 10px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.newsHead {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 0px;
}
.newsText	{
	font-family:Arial, Helvetica, sans-serif; font-size: 12px; margin-bottom:6px; margin-top:6px;
}
