/* SIZE CLASSES */

.size1 {
	font-size: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.size2 {
	font-size: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.size3 {
	font-size: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.size4 {
	font-size: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.size6 {
	font-size: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.size8 {
	font-size: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.size9 {
	font-size: 9px;
	font-family: "Trebuchet MS", sans-serif;
}

.size10 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
}

.size10pink, a.size10pink:link, a.size10pink:visited {
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #F661AC;
	text-decoration:none;
}
a.size10pink:hover {
	color: #F661AC;
	text-decoration:underline;
}
.size10blurb {
	color: #999999;
	font-size: 11px;
}

.size10bold {
	font-size: 11px;
	font-weight: bold;
}

.size10boldcaps {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.size10forms {
	background: #EDEDED;
	border: 1px #999999 solid;
	color: #003366;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: bold;
}


.size10caps {
	font-size: 10px;
	text-transform: uppercase;
}

.size10grey {
	color: #666666;
	font-size: 11px;
}

.size10navcaps {
	color: #003366;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.size10white {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}

a.size10white:link {
	color: #FFFFFF;
	font-size: 11px;
}

a.size10white:hover {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: underline;
}

a.size10white:visited {
	color: #FFFFFF;
	font-size: 11px;
}

a.size10white:active {
	color: #FFFFFF;
	font-size: 11px;
}

.size10navy {

	color: #083A66;
	font-size: 11px;
}

.size11 {
	font-size: 11px;
}


.size11caps {
	font-size: 11px;
	text-transform: uppercase;
}
.size12 {
	font-size: 12px;
}

.size12b {
	font-size: 12px;
	font-weight: bold;
}

.size12bg01 {
	background-color: #EFEFEF;
	font-size: 12px;
}

.size12navy {
	color: #330066;
	font-size: 12px;
}

.size12orange, a.size12orange:visited, a.size12orange:link {
	color: #FF6633;
	font-size: 12px;
	font-weight: bold;
}

.size12white {
	color: #FFFFFF;
	font-size: 12px;
}

.size12whitebold {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

.size14 {
	font-size: 14px;
}

.size14b {
	font-size: 14px;
	font-weight: bold;
}

.size14whitebold {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

.size16 {
	font-size: 16px;
}

.size16b {
	font-size: 16px;
	font-weight: bold;
}

.size16orange, a.size16orange:visited, a.size16orange:link {

	color: #FF6633;
	font-size: 16px;
	font-weight: bold;
}

.size16pink {
	font-size: 16px;
	color: #FF59A8;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.size18brown {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	color: #663333; /* pink #F662AC */
	text-align: center;
}

/* CUSTOM TAGS */

.makeitleft {
	text-align: left;
}
.makeitcenter {
	text-align: center;
}
.makeitright {
	text-align: right;
}
.makeitjustify {
	text-align: justify;
}

.makeitcapitalize {
	text-transform:capitalize;
}
.makeitlowercase {
	text-transform:lowercase;
}
.makeituppercase {
	text-transform:uppercase;
}
.makeitpink, a.makeitpink:link, a.makeitpink:visited {
	color: #F661AC;
}

.makeitplum, a.makeitplum:link, a.makeitplum:visited {
	color: #5e0f26;
}

.makeitbeige, a.makeitbeige:link, a.makeitbeige:visited {
	color: #efe5da;
}

.makeitbeige, a.makeitbeige, a.makeitbeige:hover {
	color: #663333;
}

.makeitdarkbrown, a.makeitdarkbrown, a.makeitdarkbrown:visited {
	color: #663333;
}

.makeitred, a.makeitred:link, a.makeitred:visited {
	color: #CC0000;
}

.makeitblack, a.makeitblack, a.makeitblack:visited {
	color: #000000;
}

.makeitgreen, a.makeitgreen, a.makeitgreen:visited {
	color: #669933;
}

.makeitgrey, a.makeitgrey, a.makeitgrey:visited {
	color: #787878;
}

.makeitlightgrey, a.makeitlightgrey, a.makeitlightgrey:visited {
	color: #EDEDED;
}

.nodecoration, a.nodecoration, a.nodecoration:visited {
	text-decoration:none;
}
a.nodecoration:hover {
	text-decoration:underline;
}

.makeitunderline, a.makeitunderline, a.makeitunderline:visited {
	text-decoration:underline;
}
a.makeitunderline:hover {
	text-decoration:underline;
}
.makeitC6B2B1, a.makeitC6B2B1, a.makeitC6B2B1:visited
{
	color: #C6B2B1;
}

