@charset "utf-8";
/* CSS Document */
 

/* HEADER TEXT */
.header-green {
	font-size: large;
	font-weight: normal;
	color: #00C;
	text-transform: uppercase;
}
.header-black {
	font-size: large;
	color: #000;
	text-transform: uppercase;
}
.header-red {
	font-size: large;
	color: #F00;
	text-transform: uppercase;
}
.header-white {
	font-size: large;
	color: #FFF;
	text-transform: uppercase;
}

/* SUB HEADER TEST */
.subheader-green {
	font-size: medium;
	color: #00C;
	text-transform: uppercase;
}
.subheader-black {
	font-size: medium;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
} 
.subheader-black a {
	font-size: medium;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
}
.subheader-red {
	font-size: medium;
	color: #F00;
	text-transform: uppercase;
	font-weight: bold;
}
.subheader-white {
	font-size: medium;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
}
/* BODY TEXT */
.body-normal {
	font-size: small;
	color: #000;
}
.body-normal-grn {
	font-size: small;
	color: #00C;
}
.body-normal-grn a {
}
.body-normal-red {
	font-size: small;
	color: #F00;
}
.body-normal-white {
	font-size: small;
	color: #FFF;
}
.body-normal-white a {
	font-size: small;
	color: #FFF;
}
.body-bold {
	font-size: small;
	font-weight: bold;
	color: #000;
}
.body-italic {
	font-size: small;
	font-style: italic;
	color: #000;
}
.body-bold-italic {
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #000;
}
.small {
	font-size:.8em;	
}
.xsmall {
	font-size:.6em;	
}
