body
{
	background-color:white
}
A:hover
{
	color: yellow;
	text-decoration: underline;
	font-weight: bold;	
}
A
{
	font-weight: bold;
	color: white;
	text-decoration: none;
	text-align:center 
}

.item
{
	font-weight: bold;
	font-size: 8pt;
	color: white;
	font-family: Arial, Sans-Serif;
	text-align: center;
	height:35px
}

.navbar
{
	background-color:#b41e28;
}
.title
{
	font-weight: bold;
	font-size: 12pt;
	color: #b41e28;
	font-family: 'Times New Roman' , Roman;
	text-align: center;
	font-variant: small-caps;
}
.titleLeft
{
	font-weight: bold;
	font-size: 12pt;
	color: #b41e28;
	font-family: 'Times New Roman' , Roman;
	text-align: left;
	font-variant: small-caps;
}
.subtitle
{
	font-weight: bold;
	font-size: 11pt;
	color: #b41e28;
	font-family: 'Arial' , Helvettica;
	text-align: center;
}
.stdCenter
{
	font-size: 10pt;
	font-family: Arial, Sans-Serif;
	text-align: center;
}
.main
{
	background-color: white;
	text-align: center;
	border:2;
	
}

.BoldRed
{
	font-weight: bold;
	font-size: 12px;
	color: #b41e28;
	font-family: Arial, Sans-Serif;
	text-align:center
}
.infoBold
{
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Sans-Serif;
	height: 30px;
}
.info
{
	font-size: 12px;
	font-family: Arial, Sans-Serif;
	text-decoration: none;
}

.infoItal
{
	font-size: 12px;
	font-style: italic;
	font-family: Arial, Sans-Serif;
}
A.mail
{
	font-size:8pt;
	font-weight: bold;
	color: #b41e28;
	font-family: Arial, Sans-Serif;
}
A.mail:hover
{
	font-size:8pt;
	font-weight: bold;
	color: maroon;
	font-family: Arial, Sans-Serif;
	text-decoration: underline;
}
TD.logo
{
	height: 60px;
	text-align: center;
}

A.map
{
	color: black;
	font-style: italic;
	font-family: Arial, Sans-Serif;
}
A.map:hover
{
	font-weight: bold;
	color: maroon;
	font-style: italic;
	font-family: Arial, Sans-Serif;
	text-decoration: underline;
}

A.norm
{
	font-weight: bold;
	color: #b41e28;
	font-family: Arial, Sans-Serif;
}
A.norm:hover
{
	font-weight: bold;
	color: maroon;
	font-family: Arial, Sans-Serif;
	text-decoration: underline;
	cursor:hand
}
.small
{
	font-size:8pt;
	font-family:Arial, Sans-Serif;
	text-align:center;
}
.leftsmall
{
	font-size:8pt;
	font-family:Arial, Sans-Serif;
	text-align:left;
}


