﻿body {
	font-weight: normal;
	font-size: 12pt;
	margin: 0px;
	font-family: arial, helvetica, sans-serif;
	background-color: #ffffff;
	/*background-image: url('backredfade.gif');*/
	background-repeat: repeat-x;
}
div#contentPanel 
{
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	border: solid 4px red;
	/*background-color:#FFFFCC;*/
    width:800px;
    padding:0px 5px 5px 5px;
   /* text-align:center;*/
}
div#contentCore 
{
   text-align:justify;
   padding-left:20px;
   padding-right:10px;
}
.ItemPanelMenu
{
	float:left;
	margin: 2px 0px 0px 2px;
	width:150px;
	height:180px;
	border: solid 2px black;
	text-align:center;
	vertical-align: bottom;
	text-decoration: none;
	font-weight: bold;
	font-size: 14pt;
	font-family: arial, helvetica, sans-serif;
}
.ItemPanel
{
	float:left;
	margin: 2px 0px 0px 2px;
	width:120px;
	height:160px;
	border: solid 2px black;
	text-align:center;
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
}
.ItemPanelMenu:hover
{
	border: solid 2px red;
}
.ItemPanelMenu a
{
	text-decoration: none;
}
.ItemPanel:hover
{
	border: solid 2px red;
}
.ItemPanel a
{
	text-decoration: none;
}
.ItemPanel span
{
	position:relative;
	top:5px;
}
blockquote 
{
    text-align:justify;
}
ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
a.TopNav:link {
	font-weight: bold;
	color: white;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none
}
a.TopNav:visited {
	font-weight: bold;
	color: white;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none
}
a.TopNav:active {
	font-weight: bold;
	color: red;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none
}
a.TopNav:hover {
	font-weight: bold;
	color: red;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none
}
h1 {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: x-large;
	color: blue;
	text-align: center;
}
img {
	border: 0px;
}