	TD, .content P, .content UL LI, .content H3 {
		font-family: sans-serif;
		font-weight: bold;
		font-size: 80%;
	}
	DIV.content {
		margin-top: 20px;
		margin-left: 120px;
		margin-right: 120px;
		margin-bottom: 20px;
		padding-top: 5px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 5px;
		background-color: #D53C07;
	}
	BODY {
		background-color: #F79A08;
		color: #FFFFFF;
		padding: 20px;
	}
	A {
		color: #FFFFFF;
		text-decoration: none;
	}
	A:hover {
		text-decoration: underline;
	}
	LI {
		list-style : square outside url(images\F79A08.gif);
		padding: 4px;
	}
	.content .error {
		border: 1px solid #FF0000;
		background-color: #C00000;
		padding-top: 2px;
		padding-left: 4px;
		padding-right: 4px;
		padding-bottom: 2px;
		font-weight: normal;
		color: #F79A08;
	}
	INPUT.text, TEXTAREA {
		font-family: monospace;
	}
	.content H3 {
		text-decoration: underline;
	}
