
	body
	{
		margin: 10px;
		background-color: #1A35BF;
	}
	
	body, p, textarea, input, select, option, td
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	
	body, p, td
	{
		color: #000000;
	}
	
	hr, h1, h2
	{
		color: #000000;
	}
	
	h1 {font-size: 18px;}
	h2 {font-size: 15px;}
	
	hr
	{
		border-style: solid;
		border-width: 1px;
	}
	
	a:link, a:visited {color: #1A35BF;}
	a:hover, a:active {color: #6075DD;}
	
	a.edit:link, a.edit:visited {color: #FF0000;}
	a.edit:hover, a.edit:active {color: #FF6060;}
	
	div.edit {color: #FF0000;}
	
	div.page
	{
		width: 800px;
		background-color: #FFFFFF;
	}
	
	div.content
	{
		width: 750px;
		text-align: left;
		background-color: #FFFFFF;
	}
	
	.copyright
	{
		font-size: 10px;
	}
	
	.caption
	{
		font-size: 11px;
		margin-top: 0px;
		text-align: center;
	}
	
	td.label
	{
		text-align: right;
	}
	
	td.value
	{
		padding: 5px;
	}
	
	input.buttonOff
	{
		background-color: #EEEEEE;
	}
	
	input.buttonOn
	{
		background-color: #CCCCCC;
	}
	
	input.buttonDisabled
	{
		color: #999999;
	}

