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 {
	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-fgrey2 {
	FONT-SIZE: 75%;
	COLOR: #333333;
	padding: 5px 5px 5px 5px;
	line-height: 12px;
	letter-spacing: 1px;
}
.text-smll-wh {
	FONT-SIZE: 65%;
	COLOR: #FFFFFF;
	padding: 5px 5px 5px 5px;
}
.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
}
.bg-color3 {
	BACKGROUND-COLOR: #DAEDFE 
}
.bg-color4 {
	BACKGROUND-COLOR: #EFEFEF
}
.bg-color5 {
	BACKGROUND-COLOR: #408EE6
}
A.white:link {
	COLOR: #ffffff;
	TEXT-DECORATION: none;
	font-style: normal;
}
A.white:visited {
	COLOR: #ffffff; TEXT-DECORATION: none
}
A.white:active {
	COLOR: #FFCC66; TEXT-DECORATION: underline
}
A.white:hover {
	COLOR: #FFCC66; TEXT-DECORATION: underline
}
A {
	COLOR: #333333; TEXT-DECORATION: none
}
A:link {
	COLOR: #333333;	TEXT-DECORATION: none
}
A:visited {
	COLOR: #333333;	TEXT-DECORATION: none
}
A:active {
	COLOR: #2059DF;	TEXT-DECORATION: underline
}
A:hover {
	COLOR: #2059DF;	TEXT-DECORATION: underline
}
.center {
	MARGIN: 0px; TEXT-ALIGN: center
}
.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;
}
.text-sk-white {
	FONT-SIZE: 50%;
	COLOR: #FFFFFF
}
.text-sk-blue {
	FONT-SIZE: 50%;
	COLOR: #DAEDFE
	BACKGROUND-COLOR: #DAEDFE 
}
