﻿body 
{
	font-family: Verdana;
	font-size: 10px;
}

h1
{
	color: #111111;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
	margin-bottom: 0px;
}

h2
{
	color: #111111;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
	margin-bottom: 0px;
}

h3
{
	color: #111111;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 0px;
}

h4
{
	color: #111111;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
	margin-bottom: 0px;
}

A 
{
	text-decoration: none ;
	color: #111111;
}

A:Hover 
{
	text-decoration: underline ;
	color: #111111;
}

.menubarbold
{
	color: #ffffff;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
}

.menubar
{
	color: #ffffff;
	font-weight: normal;
	font-size: 1.1em;
	text-decoration: none;
}

.menubarsmall
{
	color: #ffffff;
	font-weight: bold;
	font-size: 1.0em;
	text-decoration: none;
}

.topmenu
{
	color: #111111;
	font-weight: bold;
	font-size: 1.1em;
	padding-left: 25px;
	text-decoration: none;
}

.loginmenu
{
	color: #ffffff;
	font-weight: bold;
	font-size: 1.1em;
	padding-left: 15px;
	text-decoration: none;
}

.input
{
	font-family: Verdana;
	font-size: 10px;
}

/* Accordion */
.accordionHeader
{
    border: #ccc 1px solid;
    color: #111111;
    background-color: #E27270;
	font-family: Arial;
	font-size: 1.2em;
	font-weight: bold;
    padding: 0px;
    padding-left: 10px;
    cursor: pointer;
    text-align: left;
    height: 20px;
    padding-top: 6px;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: #ccc 1px solid;
    color: #ffffff;
    background-color: #D23B38;
	font-family: Arial;
	font-size: 1.2em;
	font-weight: bold;
    padding: 0px;
    padding-left: 10px;
    cursor: pointer;
    text-align: left;
    height: 20px;
    padding-top: 6px;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
	color: #111111;
	font-weight: normal;
    background-color: #ffffff;
    border: #ccc 1px dotted;
    border-top: none;
    padding: 0px;
    padding-top: 0px;
}
