body
{
	margin: 0;
	font-family: "trebuchet ms",verdana,arial,sans-serif,helvetica;
	font-size: 12px;
	text-align: justify;
	background-color: #eeeec8;
}

p
{
	text-align: justify;
}

p, td, th, input, textarea
{
	font-family: "trebuchet ms",verdana,arial,sans-serif,helvetica;
	font-size: small;
	font-size: 12px;
	border-width: 1px;
}

input, textarea, select
{
	border-style: ridge;
}

textinput
{
	border-width: 1px;
	font-family: fixed;
	background-color: red;
}

img.menuicon
{
	vertical-align: middle;
	border: 0px;
}



.SeparatorVertical {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	margin-right: 2px;
	background-image: url("../img/separator_vertical.jpg");
	background-repeat: repeat-y;
}






/* lists background */
tr.row0		{ 	background-color: #bfbfbf; }
tr.row1		{	background-color: #eeeeee; }


a:hover
{
	background-color: YELLOW;
}

td.header
{
	color: WHITE;
	font-weight: bold;
}

td.small
{
	font-size: 75%;
}

td.footer
{
	color: WHITE;
	font-size: small;
	text-align: right;
	font-weight: bold;
}


h1	{	font-size: 150%;	}
h2	{	font-size: 120%;	}
h3	{	font-size: 100%;	}




/* General */

.Title
{
	color: #bf2c37;
	font-weight: bold;
}


/* Image Gallery */

.GalleryThumbnailImage
{
	border-style: dashed;
	padding: 1px;
	border-width: 1px;
}

.GalleryImageViewTable
{
	border-style: none;
	padding: 1px;
	border-width: 1px;
	background-color: #eeeec8;
}


/* News */

.NewsTitle
{
	color: #bf2c37;
	font-weight: bold;
}

.NewsBody
{
	text-align: justify;
}

.NewsAuthor
{
	font-weight: bold;
}

.NewsDate
{
	color: #bf2c37;
	font-weight: bold;
}

/* Footer, copyright notices */

.Copyright
{
	text-align: right;
	color: #bf2c37;
	font-size: 10px;
}
A.Copyright
{
	color: #bf2c37;
	font-size: 10px;
	font-weight: bold;
}
