.camText {
	color: #333333;
	padding: 10px 20px;
	
}
.closedFont {
	font-size: 30px;
	text-align: center;
	color: #900;
}
.fontFancy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.center {
	text-align: center;
}
.link a {
	text-align: right;
	font-size: 11px;
	color:#990000;
	text-decoration: none;
}
.link a:hover {
	text-decoration: underline;
}
.signature {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}
.floatRight {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}
.clear {
	clear: both;
}
.alignRight {
	text-align: right;
}
.bluePanel {
	color: #FFF;
	font-size:14px;
}
	
.bluePanel a {
	color:#fff;
}