body {
	font-family: Arial, Helvetica, sans-serif;
}

a, a:link, a:hover, a:active {
	color: #FF3333;
}

#content h1 {
	margin-top: 0;
	font-size: 1.2em;
	margin-bottom: -0.5em;
}
#content h2 {
	margin-top: 0;
	font-size: 0.9em;
	clear: left;
	margin-bottom: -0.5em;
}
#content p, #content li {
	font-size: 0.9em;
}

#content a img {
	border-style: solid;
	border-width: thin;
	border-color: #999999;
}

#content #right h2, #content #left h2 {
	margin: 0.3em;
	margin-bottom: 1em;
}


#content form  p label {
	display: block;
	float: left;
	width: 8em;
	margin-top: 0.4em;
}
#content form  input {
	display: block;
	float: left;
	width: 15em;
	margin-top: 0.4em;
}
#content form select {
	display: block;
	float: left;
	width: 15.5em;
	margin-top: 0.4em;
}

#content form  textarea {
	width: 23.7em;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0.4em;
}

#content form  p {
	clear: left;
	margin: 0.4em;
}


#content div.photo {
	float: left;
	margin-top: 1em;
}

#content div.photo p {
	font-size: 0.7em;
	font-style: italic;
	margin-top: 0em;
	text-align: justify; 
}

#content div.photo li {
	font-size: 0.7em;
	font-style: italic;
	margin-top: 0em;
	text-align: left; 
}

#content div.photo img {
	border-style: solid;
	border-width: thin;
	border-color: #999999;
}

#content div.photo a img {
	border-style: solid;
	border-width: thin;
	border-color: #999999;
}

#content .red {
	color: #ff0000;
}
#content .bold {
	font-weight: bold;
}
#content table {
	border-collapse: collapse;
	font-size: 0.7em;
}
#content table tr.shaded {
	background-color: #8C86F2;
	color: #FFFFFF;
}
#content table td, #content table th {
	border: 1px solid #000000;
}
#content table th {
	font-weight: normal;
}
#content table td {
	text-align: center;
}
#content a.homepage {
	text-decoration: none;
	color: #ffffff;
	font-size: 1.2em;
}
