body
{
	margin: 20px;
	background-image: url(images/background.jpg);
}

body, p, textarea, input, select, option, td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body, p, td
{
	color: #DDDDDD;
}

hr, h1, h2
{
	color: #F69E74;
}

h1 {font-size: 18px;}
h2 {font-size: 15px;}

a:link, a:visited {color: #999999;}
a:hover, a:active {color: #FFFFFF;}

a.edit_item:link, a.edit_item:visited {color: #FF0000;}
a.edit_item:hover, a.edit_item:active {color: #FF6060;}

div.edit_item {color: #FF0000;}

div.page
{
	width: 800px;
}

div.content
{
	text-align: left;
}

.copyright
{
	font-size: 10px;
}

.caption
{
	font-size: 11px;
	margin-top: 0px;
	text-align: center;
}

td.label
{
	text-align: right;
}

td.value
{
	padding: 5px;
}

td.thumbnail
{
	width: 200px;
	height: 200px;
	background-image: url(images/grid.gif);
}

input.buttonOff
{
	background-color: #EEEEEE;
}

input.buttonOn
{
	background-color: #CCCCCC;
}

