@charset "UTF-8";
/* CSS Document */

			
	/* -------- Text and Link Styles -------- */
	
/* Color Styles */

.black{
	color:#000;
}

.blue{
	color: #039;
}

.burgundy{
	color: #600;
}

.white{
	color: #ffffff;
}

.bronze{
	color: #960;
}

.lightgray{
	color:#CCC;
}

.darkgray{
	color: #666666;
}


/* Size Styles */

.small{
	font-size: 12px;
}

.medium{
	font-size: 14px;
	line-height: 20px;
}

.large{
	font-size: 18px;
}

.xl{
	font-size: 22px;
}
.xxl{
	font-size: 28px;
}


/* Font Styles */

.trebuchet{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.centurygothic{
	font-family: "century gothic", arial, sans-serif;
}

.georgia{
	font-family:Georgia, "Times New Roman", Times, serif
}

/* Link Styles */

.underline{
	text-decoration: underline;
}

a{
	text-decoration:none;
}

a:hover{
	text-decoration:none;
}

