/* ajaxAccordion */

.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #FFCC66;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.accordionContent
{
    background-color: white;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

/*orignal css */
a.a:link {
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
a.a:hover {
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	color: yellow;
	text-decoration: none;
}
a.a:visited {
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
.head {
	font-family: arial;
	font-size: 17px;
	font-weight: bold;
	color: white;
	border:none;
	text-decoration: none;
}
.news-head {
background: #F9E983;
border:0;
padding-left:4px;
font-family: Arial;
font-size:13px;
color: #535353;
font-weight: bold;
}
.news {
background: #F9E983;
border:0;
text-align:justify;
padding-left:4px;
font-family: Arial;
font-size:13px;
color: #535353;
}
.text {
font-family:Arial;
text-align:justify;
vertical-align:top;
font-size:13px;
text-align:justify
}
.foot:link {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
.foot:hover {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: yellow;
	text-decoration: none;
}
.foot:visited {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
.fline {
	color:white;
	font-weight:bold;
	padding-left:5px;
}
.menubuttons {
	background:#ff971e;
	border-top:0;
	border-right:0;
	font-size: 17px;
	font-weight: bold;
	color: white;
	border:none;
	text-decoration: none;
}

.intext{
font-family:Arial;
text-align:justify;
vertical-align:top;
padding:4px;
font-size:13px;
text-align:justify
}

.table{ font-family:Arial; font-size:14px; text-align:center; }
.rttable{ font-family:Arial; text-align:right; font-size:14px; padding-right:3px;}
.lttable{ font-family:Arial; text-align:left; font-size:14px; }
.total{ font-family:Arial; font-size:14px; color:white; text-align:center; font-weight:bold; background-color:#999999; }