body
{
	padding: 0px;
	margin: 5px;
	font-family: Arial;
}

hr
{
	border-width: 0px;
	border-top: 1px solid #d1e2e5;
}

a, a:visited, a:hover
{
	color: #395b93;
	text-decoration: none;
}

a:hover
{
	color: #935b39;
	text-decoration: none;
	border-top: 1px solid #395b93;
	border-bottom: 1px solid #395b93;
}


font.headerText
{
	font-size: 1.6em;
}

font.headerSmallText
{
	color: #666666;
	font-size: .8em;
	padding-left: 10px;
}

#title
{
	height: 0;
}

#header
{
	background-color: #a9d9eb;
	border: 2px solid #16b2d8;
	margin-bottom: 5px;
	
	background-image: url(../../images/headerbg1.png);
	background-repeat: no-repeat;
}

#header2
{
	padding: 8px;
	
	background-image: url(../../images/headerbg2.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#headerRight
{
	margin-left: 5px;
	margin-bottom: 10px;
	float: right;
	font-size: .8em;
}

#headerMenu
{
	margin-top: 5px;
	text-align: right;
	clear: both;
}

#footer
{
	border: 2px solid #16b2d8;
	background: #00b0d9;
	color: white;
	padding: 5px;
	clear: both;
}

div.title_image
{
	float: left;
	margin-right: 5px;
}

div.desc
{
	font-size: .9em;
	color: #777777;
	margin-left: 10px;
}

div.person
{
	margin-left: 30px;
}

img.person
{
	float: left;
}

div.delButton
{
	float: right;
	padding-top: 2px;
	padding-bottom: 2px;
}

ul.imaged li
{
	list-style-image: url("../../images/dot.gif");
	list-style-position: outside;
}

a.important, a.important:visited
{
	color: #bb0000;
}

a.important:hover
{
	color: #ee0000;
}