﻿/* Accordion */
Body
{
}
.HEADER
{
	border-style: solid;
	border-width: thin;
	background-color: #C8CADF;
	text-align: right;
	font-family: Tahoma;
	font-size: medium;
	height: 25px;
}
.Content
{
	background-color: #EBECF5;
	size: auto;
	text-transform: capitalize;
	font-size: small;
	font-family: tahoma;
}
.Link
{
	font-family: Tahoma;
	font-size: small;
	color: #000000;
	text-align: right;
}