body {
	font-family: Calibri;
	font-size: 14px;
}
a:link, a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
hr {
	background-color: #333;
	border: 0px none #FFF;
	height: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.content_header {
	font-size: 18px;
	font-weight: bold;
	font-family: Arial;
	background-image: url(../../website/styles/default/heading_tile.png);
	background-repeat: repeat-x;
	text-align: center;
	color: #000;
	padding: 5px;
}
.font10px {
	font-size:10px;
}
.font12px {
	font-size:12px;
}
.font14px {
	font-size:14px;
}
.font16px {
	font-size:16px;
}
.font18px {
	font-size:18px;
}
.font20px {
	font-size:20px;
}
.font20px_red {
    color: #FF0000;
	font-size:20px;
}
/*.comment {
	font-size:14px;
    font-style: italic;
    font-family: 'Times New Roman',Times,serif;
}*/