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

.bold {
    font:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
    font-weight: bold;
	}
.col-head {
    font:Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
	font-size:14px;
	font-style:italic;
	color:#EFEDC6;
	text-decoration:underline;
	}
.text {
    font:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size:12px;
	}
.tiny-text {
    font:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size:10px;
	}
.text-yellow {
    font:Georgia, "Times New Roman", Times, serif;
	color:#ffff00;
	font-size:12px;
	}