﻿.stopFloat { clear:both; }
.floatLeft { float: left; }
.floatRight { float: right; }
.list_Undecorated { margin: 0;	padding: 0;	list-style-type: none; }
.alignRight { text-align: right; }
.alignCenter { text-align: center; }
.validationText { font-size: 10pt; color: #ff6600; font-weight: bold; }
.width30 { width: 30px; }
.width50 { width: 50px; }
.width80 { width: 80px; }
.width100 { width: 100px; }
.width150 { width: 150px; }
.width200 { width: 200px; }
.width250 { width: 250px; }
.width300 { width: 300px; }
.width500 { width: 500px; }
.width100pct { width: 100%; }
.width90pct { width: 90%; }
.height10 { height: 10px; }
.height20 { height: 20px; }
.fontSmall { font-size: 10pt }
.fontMed { font-size: 12pt }
.fontLarge { font-size: 14pt }
.marginTop { margin-top: 10px; }
.marginLeft { margin-left: 10px; }
.marginRight { margin-right: 10px; }
.imageTextBottom {vertical-align:text-bottom;}
.imageTextMiddle {vertical-align:middle;}
.imageTextTop {vertical-align:top;}
.halfColumn_Left {	float: left; width: 48%; }
.halfColumn_Right {	float: right; width: 48%; }
.oneThirdColumn_Left { float: left;	width: 32%;	margin-right: 2px; }
.twoThirdsColumn_Left {	float: left; width: 66%; }
.oneThirdColumn_Right {	float: right; width: 32%; }
.twoThirdsColumn_Right { float: right; width: 65%; }
.sideColumn_Left { float: left; width: 200px; }
.sideColumn_Right { float: right; width: 690px; }