/* ############## */
/* DEFAULT STYLES */
/* ############## */

/* Classes not directly attached to a structural element */
 
/*
CONTENTS:
- Styles
- Classes
*/

/* STYLES */
a.grey {
	color: #4E4E4E;
}

a.grey:hover {
	color: #FFFFFF;
}

.featured p {
		margin: 5px 5px 5px 5px;
		font-size: 9pt;
		line-height: 11pt;
		}


/* CLASSES */
.bluetitle {
	color: #2F6295;
	font-weight:bold;
}

.absbottom {
	vertical-align: bottom;
}

.redcentre {
	color: #FF3300;
	text-align: center;
	font-weight: bold;
}

.redleft {
	color: #FF3300;
	text-align: left;
	font-weight: bold;
}

