.content {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #333333;
}
.header {
	font-family: "Century Gothic";
	font-size: 14px;
	color: #000000;
	font-weight: bolder;
	text-transform: capitalize;

}
.blackborder {
	border: 1px solid #333333;
}
.grey {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.category {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #FFFFFF;
	background-color: #666666;
}
.note {
	font-family: "Century Gothic";
	font-size: 9px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
}
.underline {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}

