/* CSS Document */
	* {
		font-family : Verdana, Arial, Helvetica, sans-serif;
	}
	.navigation {
		font-size : 12px;
		font-weight : bold;
		color : #97221c;
		text-decoration : none;
	}
	.navigation:active {
		font-size : 12px;
		font-weight : bold;
		color : #97221c;
		text-decoration : none;
	}
	.navigation:hover {
		font-size : 12px;
		font-weight : bold;
		color : #948932;
		text-decoration : none;
	}
	.links {
		font-size : 11px;
		font-weight : normal;
		color : #97221c;
		text-decoration : none;
	}
	.links:active {
		font-size : 11px;
		font-weight : normal;
		color : #97221c;
		text-decoration : none;
	}
	.links:hover {
		font-size : 11px;
		font-weight : bold;
		color : #97221c;
		text-decoration : none;
	}
	.linksLine {
		font-size : 11px;
		font-weight : bold;
		color : #97221c;
		text-decoration : none;
	}
	.linksLine:active {
		font-size : 11px;
		font-weight : bold;
		color : #97221c;
		text-decoration : none;
	}
	.linksLine:hover {
		font-size : 11px;
		font-weight : bold;
		color : #948932;
		text-decoration : none;
	}
	.linksWhite {
		font-size : 11px;
		font-weight : bold;
		color : #ffffff;
		text-decoration : none;
	}
	.linksWhite:active {
		font-size : 11px;
		font-weight : normal;
		color : #ffffff;
		text-decoration : none;
	}
	.linksWhite:hover {
		font-size : 11px;
		font-weight : bold;
		color : #97221c;
		text-decoration : none;
	}
	.text {
		font-size : 11px;
		font-weight : normal;
		color : #97221c;
	}
	.textGreen {
		font-size : 11px;
		font-weight : normal;
		color : #948932;
	}
	.textSmall {
		font-size : 9px;
		font-weight : normal;
		color : #948932;
		margin-left:6px;
	}
	.textWhite {
		font-size : 11px;
		font-weight : normal;
		color : #ffffff;
	}
	.failedBig {
		font-size : 20px;
		font-weight : bold;
		color : #ff0000;
	}
	.topic {
		font-size : 20px;
		font-weight : bold;
		color : #97221c;
	}
	.fields {
		font-size : 11px;
		vertical-align : middle;
		text-align : left;
		padding-left : 1px;
		background-color:#dbdee3;
		border-color : #ffffff;
		border-bottom-width:thin;
		border-left-width:thin;
		border-right-width:thin;
		border-top-width:thin;
		color : #97221c;
		border-style : solid;
		border-collapse : collapse;
	}
	.submitbutton {
		font-size : 11px;
		font-weight: bold;
		cursor: pointer;
		vertical-align : middle;
		text-align: left;
		background-color:#f5f5f5;
		color: #97221c;
		border: 0px;
	}
	.submitbutton:active {
		font-size : 11px;
		font-weight: bold;
		cursor: pointer;
		vertical-align : middle;
		text-align: left;
		background-color:#f5f5f5;
		color : #97221c;
		border: 0px;
	}
	.submitbutton:hover {
		font-size : 11px;
		font-weight: bold;
		cursor: pointer;
		vertical-align : middle;
		text-align: left;
		background-color:#f5f5f5;
		color : #999999;
		border: 0px;
	}
