﻿body {
}
.header
{
	background-position: center;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #FFFFFF;
	border-style: none;
	border-width: thin;
	border-color: #C0C0C0;
	width: 150px;
	text-align: center;
	height: 15px;
	background-image: url('../images/accordionbarbg.png');
	background-repeat: repeat;
}
.content
{
	border-width: thin;
	border-color: #C0C0C0;
	width: 150px;
	text-align: center;
	background-color: #FFFFFF;
}
.headerMenu
{
	background-position: center;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #FFFFFF;
	border-style: none;
	border-width: thin;
	border-color: #C0C0C0;
	text-align: center;
	padding-top: 5px;
	height: 30px;
	background-image: url('../images/menubarbg.png');
	background-repeat: repeat;
}
.contentMenu
{
	border-width: thin;
	border-color: #C0C0C0;
	text-align: center;
	font-size: small;
}

