body.margin-zero {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.text-large {
	FONT-SIZE: 108%;
}
.text-std {
	FONT-SIZE: 83%;
}
.text-small {
	FONT-SIZE: 67%;
}
.text-smaller {
	COLOR: #000000;
	FONT-SIZE: 75%;
}
.text-sm-fred {
	FONT-SIZE: 67%;
	COLOR: #FF0000;
}
.text-sm-fred-int {
	padding: 0 0 0 10px;
	FONT-SIZE: 67%;
	COLOR: #FF0000;
	line-height: 20px
}
.text-sm-fgrey {
	FONT-SIZE: 67%;
	COLOR: #333333;
	padding: 0 10px 0 10px;
}
.text-smler-fred {
	FONT-SIZE: 75%;
	COLOR: #FF0000;
}
.text-smler-fgrey {
	FONT-SIZE: 75%;
	COLOR: #333333;
	text-indent: 10px
}
.text-smler-fblueb {
	FONT-SIZE: 75%;
	COLOR: #003399;
	font-style:inherit;
}
.text-std-wh {
	FONT-SIZE: 83%;
	color:#FFFFFF;
	text-indent: 15px;
	line-height: 3;
}
.pad-left10{
	padding: 0 0 0 10px;
}

.pad-right10{
	padding: 0 10px 0 0;
}
.pad-left10-high{
	padding: 0 0 0 10px;
	line-height: 25px
}
.pad-right10-high{
	padding: 0 30px 0 0;
	line-height: 20px;
}
.line-high15{
	line-height: 15px;
}
.line-high10{
	line-height: 10px;
}
.line-high5{
	line-height: 5px;
}
.bg-color1 {
	BACKGROUND-COLOR: #D6F4F8;
}
.bg-color2 {
	BACKGROUND-COLOR: #359FFF;
}
A {
	COLOR: #000000;
	TEXT-DECORATION: none;
}
A:link {
	COLOR: #000000;
	TEXT-DECORATION: none;
}
A:visited {
	COLOR: #000000;
	TEXT-DECORATION: none;
}
A:active {
	COLOR: #2059DF;
	TEXT-DECORATION: underline;
}
A:hover {
	COLOR: #2059DF;
	TEXT-DECORATION: underline;
}
.center {
	MARGIN: 0px;
	TEXT-ALIGN: center;
}
.space-3px {
	FONT-SIZE: 2px;
}
.space-6px {
	FONT-SIZE: 4px;
}
.space-9px {
	FONT-SIZE: 7px;
}
.space-12px {
	FONT-SIZE: 9px;
}
.space-18px {
	FONT-SIZE: 15px;
}
.space-24px {
	FONT-SIZE: 21px;
}
.text-red {
	COLOR: #FF0000;
}
.text-blue {
    COLOR: #000099;
}
.text-white {
	COLOR: #ffffff;
}
.text-gray {
	COLOR: #666666;
}
.text-darkgray {
	COLOR: #999999;
}
.text-bold {
	FONT-WEIGHT: bold;
}
.text-italic {
	FONT-STYLE: italic;
}
.text-boldital {
	FONT-WEIGHT: bold;
	FONT-STYLE: italic;
}
A#text-link  {
	COLOR: #000000;
}
A#text-link-red  {
	COLOR: #ff0000;
}
A#text-link-blue  {
	COLOR: #003399;
}
A#text-link-orange  {
	COLOR: #ff9933;
}
