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

.whitesmall {
	font-size:12px;
	color:#FFF;
}
.whitemed {
	font-size:16px;
	font-weight:bold;
	color:#FFF;
}
.whitelarge {
	font-size:20px;
	font-weight:bold;
	color:#FFF;
}
.smallblack {
	font-size:12px;
	color:#000;
}
.blacklarge {
	font-size:20px;
	font-weight:bold;
	color:#000;
}
.blackmed {
	font-size:16px;
	font-weight:bold;
	color:#000;
}
.smallred {
	font-size:12px;
	color:#900;
}
.medred {
	font-weight:bold;
	color:#900;
	font-size:14px;
}
.lared {
	color:#900;
	font-weight:bold;
	font-size:20px;
}
.smallgreen {
	font-size:12px;
	color:#693;
}
.lagreen {
	color:#693;
	font-weight:bold;
	font-size:20px;
}
.medgreen {
	color:#693;
	font-size:14px;
}
.smallblue {
	font-size:12px;
	color:#09F;
}
.medblue {
	font-weight:bold;
	font-size:14px;
	color:#09F;
}