@charset "utf-8";

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}
img.floatRightClear { 
    float: right; 
    clear: right; 
    margin: 4px; 
}
img.floatLeftClear { 
    float: left; 
    clear: left; 
    margin: 4px; 
}

img.noborder {
	border:none; !important
	margin: 10px;
	border-top-width: none;
}

.bluetext {	color: #4C81AD;
}
.redtext {	color: #F00;
	font-size: xx-large;
}
.regredtext {
	color: #F00;
	font-size: 18px;
	font-weight: bold;
}
.xxlarge {	font-size: xx-large;
}
.AntheaGreen {
	color: #090;
	font-size: 24px;
}
.Anthea24fontsize {
	font-size: 24px;
}
.AntheaRegGreenText {
	color: #090;
}
.RedText24 {
	color: #F00;
	font-size: 24px;
	font-weight: bold;
}
.RedText14 {
	color: #F00;
	font-size: 14px;
	font-weight: bold;
}
