/* Text Aligns */
body .TexAlLeft {
	text-align: left;
}

body .TexAlRight {
	text-align: right;
}

body .TexAlCenter {
	text-align: center;
}


body .Fright {
	float: right;
}


body .NoFloat {
	float: none;
}

body .NoMargin {
	margin: 0 !important;
}

body .NoPadding {
	padding: 0 !important;
}

body .NoPadLeft {
	padding-left: 0 !important;
}


/* Fonts */
body .TopTfLabel {
	margin-bottom: 0.5em;
	display: block;
}

body .FontLarge {
	font-size: xx-large;
}

/* Margins */
body .MarBot1em {
	margin-bottom: 1em;
}

.MarRight1em {
	margin-right: 1em;
}

/* Widths */
body .MinWid150px {
	min-width: 150px;
}

body .Wid50px {
	width: 50px;
	min-width: 50px;
}

body .Wid80px {
	width: 80px;
	min-width: 80px;
}

body .Wid60px {
	width: 60px;
	min-width: 60px;
}

body .Wid15px {
	width: 15px;
	min-width: 15px;
}

body .Wid25px {
	width: 25px;
	min-width: 25px;
}

body .Wid30px {
	width: 30px;
	min-width: 30px;
}

body .Wid75px {
	width: 75px;
	min-width: 75px;
}

body .Wid100px {
	width: 100px;
	min-width: 100px;
}

body .Wid150px {
	width: 150px;
	min-width: 150px;
}

body .Wid200px {
	width: 200px;
	min-width: 200px;
}

body .Wid300px {
	width: 300px;
	min-width: 300px;
}

body .Wid100 {
	width: 100%;
}

body .Fs17 {
	font-size: 17px;
}

body .Fs15 {
	font-size: 15px;
}

body .Fs20 {
	font-size: 20px;
}

body .Fbold {
	font-weight: bold;
}

body .Fital {
	font-style: italic;
}

body .Pad5 {
	padding: 5px;
}