@charset "utf-8";
/* CSS Document */
/* DJnMarti's Drive 2010 */

.centered {	text-align: center;}
.right {
	text-align: right;
}
.bigRed {
	font-size: large;
	color: #F00;
}
.silverBg {
	color: #CCC;
}
.italicBold {
	font-style: italic;
	font-weight: bold;
}
.italicText {
	font-style: italic;
}
.boldText {
	font-weight: bold;
}


.openWin {
	background-color: #C9F;
}
