/* Standard - CSS that don't change */

/* Text-Attributes */
.UnBold {
	font-weight: normal;
}

.Bold {
	font-weight: bold;
}

.Center {
	text-align: center;
}

.Indent {
	text-indent: 15px;
}

.Italic {
	font-style: italic;
}

.Padded {
	padding-left: 30px;
}

.Underline {
	text-decoration: underline;
}

.NoUnderline {
	text-decoration: none;
}
/* Text-Attributes */

/* Colors */

.Red {
	color: #FF0000;
}

.Green {
	color: #00FF00;
}

.SeaGreen {
	color: #64A481;
}

.HunterGreen {
	color: #1E6927;
}

.Blue {
	color: #0000FF;
}

.MediumBlue {
	color: #0066CC;
}

.Purple {
	color: #9B1DD6;
}

/* Background Colors */

.BackRed {
	background-color: #FF0000;
}

.BackGreen {
	background-color: #00FF00;
}

.BackSeaGreen {
	background-color: #64A481;
}

.BackHunterGreen {
	background-color: #1E6927;
}

.BackBlue {
	background-color: #0000FF;
}

.BackMediumBlue {
	background-color: #0066CC;
}

.BackPurple {
	background-color: #9B1DD6;
}

/* Text-Attributes */

/* Font-Sizes */
.F6 {
	font-size:6px;
}

.F7 {
	font-size:7px;
}

.F8 {
	font-size:8px;
}

.F9 {
	font-size:9px;
}

.F10 {
	font-size:10px;
}

.F11 {
	font-size:11px;
}

.F12 {
	font-size:12px;
}

.F13 {
	font-size:13px;
}

.F14 {
	font-size:14px;
}

.F16 {
	font-size:16px;
}

.F18 {
	font-size:18px;
}

.F20 {
	font-size:20px;
}

.F22 {
	font-size:22px;
}

.F24 {
	font-size:24px;
}

.F26 {
	font-size:26px;
}

.F28 {
	font-size:28px;
}

.F30 {
	font-size:30px;
}

/* Font Sizes */
