/* Contents of css file */

/* white text centered size 18px*/

/* white text centered size 14px*/

/* white text centered size 18px underlined*/

/* white text no alignment size 18px Underligned*/

/* white text centered size 8px*/

/* white text align left size 12px*/
						
/* white text align left size 14px*/

/* Unordered List white text NO align  size 14px*/

/* white text align left size 18px*/

/* red text align left size 22px*/

/* white text align left size 14px*/

/* white text align left size 26px*/

/* Sets the body background image */

/* Font Sizes  - dot then font size in px use span to implement*/

/* Text Color tc then color such as wh white use span to implement */

/* Links - Link  Visted  Active  Hover */

/* Align All td in tables to top */

/*Unique Tag - Use Span - 14 px, white, aligned left, underlined */

/* Unique Tag white text centered size 18px underlined*/

/*Unique Tag - Use Span - 14 px, white, aligned left */

/*Unique Tag white NO align size 18px underlined*/

/* Unique Tag white text centered size 14px underlined*/

/* Unique Tag white text centered size 14px NO underline*/



						/* white text centered size 18px*/

p.wc{ 	color: FFFFFF;
	text-align: center;
	font-size: 18px;
	font-family: arial;
}

						/* white text centered size 14px*/

p.wc_14p{ 	color: FFFFFF;
	text-align: center;
	font-size: 14px;
	font-family: arial;
}

ul.wc_14plist{ 	color: FFFFFF;
	text-align: center;
	font-size: 14px;
	font-family: arial;
}

						/* white text no alignment size 18px*/

p.wt_na{ 	color: FFFFFF;
	font-size: 18px;
	font-family: arial;
}

						/* white text no alignment size 16px Underligned*/

span.wt_nau{ 	color: FFFFFF;
	font-size: 16px;
	font-family: arial;
	text-decoration:underline;
}

						/* white text no alignment size 16px Underligned Centered*/

p.wt_nauc{ 	color: FFFFFF;
	text-align: center;
	font-size: 16px;
	font-family: arial;
}


						/* white text centered size 18px underlined*/

p.wc_ul{ 	color: FFFFFF;
	text-align: center;
	font-size: 18px;
	font-family: arial;
	text-decoration:underline;

}

						/* white text centered size 18px NOT underlined*/

.wc_noul{ 	color: FFFFFF;
	text-align: center;
	font-size: 18px;
	font-family: arial;

}

						/* white text centered size 8px*/

p.wcsm{ 	color: FFFFFF;
	text-align: center;
	font-size: 10px;
	font-family: arial;
}


						/* white text align left size 12px*/

p.wl_12{ 	color: FFFFFF;
	text-align: left;
	font-size: 12px;
	font-family: arial;
}

						/* white text align left size 14px*/

p.wl_14{ 	color: FFFFFF;
	text-align: left;
	font-size: 14px;
	font-family: arial;
}


						/* white text align left size 18px*/

p.wl{ 	color: FFFFFF;
	text-align: left;
	font-size: 18px;
	font-family: arial;
}

						/* red text align left size 22px*/

p.rl{ 	color: FF0000;
	text-align: left;
	font-size: 22px;
	font-family: arial;
}

						/* white text align left size 14px*/

p.wl_14{ 	color: FFFFFF;
	text-align: left;
	font-size: 14px;
	font-family: arial;
}

						/* Unique Tag white text align left size 14px*/

.ut_wl_14{ 	color: FFFFFF;
	font-size: 14px;
	font-family: arial;
}


						/* Unordered List white text NO align  size 14px*/

ul.wl_14_na{ 	color: FFFFFF;
	font-size: 14px;
	font-family: arial;
}

						/* white text align left size 14px underlined*/

p.wl_14_under{ 	color: FFFFFF;
	text-align: left;
	font-size: 14px;
	font-family: arial;
	text-decoration:underline;
}

						/* white text align left size 26px*/

p.wl_30{ 	color: FFFFFF;
	text-align: left;
	font-size: 26px;
	font-family: arial;
	text-decoration:underline;
}

						/* white text align left size 26px*/

p.wl_26{ 	color: FFFFFF;
	text-align: left;
	font-size: 20px;
	font-family: arial;
}


						/* white text align left size 12px italics*/

p.copy{ 	color: FFFFFF;
	text-align: left;
	font-style:italic;
	font-size: 12px;
	font-family: arial;
}

						/* Sets the body background image */

body
{ 
	background-image: url('http://www.edmitchellapollo14.com/images/STAR11.JPG');
	background-repeat: repeat
}

						/* Font Sizes  - dot then font size in px use span to implement*/

.fs24{
		font-size: 24px;
}

						/* Text Color tc then color such as wh white use span to implement */
						
.tcwh_ar{
		color: FFFFFF;
		font-family: arial;
}

						/* Links - Link  Visted  Active  Hover */
						
A:link {text-decoration: underline; color: white;}
A:visited {text-decoration: underline; color: white;}
A:active {text-decoration: underline; color: white;}
A:hover {text-decoration: underline; font-weight:bold; color: 6699CC;}


						/* Align All td in tables to top */

td
{ 
vertical-align: top; 
}


						/*Unique Tag - Use Span - 14 px, white, aligned left, underlined */
.ut_under_14px_wh{ 	color: FFFFFF;
	text-align: left;
	font-size: 14px;
	font-family: arial;
	text-decoration:underline;
}

						/*Unique Tag - Use Span - 14 px, white, aligned left */
.ut_14px_wh{ 	color: FFFFFF;
	text-align: left;
	font-size: 14px;
	font-family: arial;
}

						/* Unique Tag white text centered size 18px underlined*/

.ut_wc_ul{ 	color: FFFFFF;
	text-align: center;	
	text-decoration:underline;
	font-size: 18px;
	font-family: arial;
}

						/* Unique Tag white text centered size 14px underlined*/

.ut_wc_ul_14{ 	color: FFFFFF;
	text-align: center;	
	text-decoration:underline;
	font-size: 14px;
	font-family: arial;
}

						/* Unique Tag white text NO align size 18px underlined*/

.ut_wt_ul_18{ 	color: FFFFFF;
	text-decoration:underline;
	font-size: 18px;
	font-family: arial;
}
						/* Unique Tag white text NO align size 18px NOT underlined*/

.ut_wt_noul_18{ 	color: FFFFFF;
	font-size: 18px;
	font-family: arial;
}

	
						/* Unique Tag white text centered size 18px NO underline*/

.ut_wc_nu{ 	color: FFFFFF;
	text-align: center;
	font-size: 18px;
	font-family: arial;
}

						/* Unique Tag white text centered size 18px NO underline*/

.whiteTextNoUnderline{ 	color: FFFFFF;
	font-size: 18px;
	font-family: arial;
}

						/* Unique Tag white text centered size 14px NO underline*/

.ut_wc_nu_14{ 	color: FFFFFF;
	text-align: center;
	font-size: 14px;
	font-family: arial;
}

						/* Unique Tag white text align left size 14px NO underline*/

.ut_wt_ul_al_18{ 	color: FFFFFF;
	text-align: left;
	font-size: 18px;
	font-family: arial;
	text-decoration:underline;
}