h1 {
	font-size: 90%;
	color: #20B01E;
}

h2 {
	font-size: 85%;
	color: #20B01E;
}

h3 {
	font-size:70%;
	color: #2C93D5;
	margin-bottom: 10px;
	font-weight: normal;
}
img
{
	border-width:0;
}

a {
	font-size: 100%;
	text-decoration: underline;
	color: #20B01E;
}
	
a:hover 
{
	color: #6061FF;
	text-decoration: underline;
}
		
p {
	font-size:80%;
	color: #525252;
}

.smallText
{
	font-size: xx-small;
}

.annotation {
	font-size: 75%;
}

.small {
	font-size: 70%;
}

.titleDate {
	font-size: 75%;
	font-weight: bold;
	color:  #20B01E;
}
.searchTitle {
	font-size: 85%;
	font-weight: bold;
	color:  #20B01E;
}

input.button 
{
	font-size: 90%;
	width: 7 em;
}

input.text
{
	font-size:9pt;
}

input.search 
{
	font-size:9pt;
	width: 300px;
}

div.searchResult
{
	font-size: 80%;
	margin-bottom: 1em;

}

span.motto 
{
	font-size:150%;
	color: #CDCDCD;
	width:600px;
	text-transform: uppercase;
}

* html .png
{
	background-image: none !important;
	behavior: url('pngfix.htc');
}

input {
    font-size:80%;
}
.messageStackError {
    font-size:90%;
}

div.tl {
	height: 100%;
	background: url('i/tl.gif') top left no-repeat;
	position: relative;
	left: -1px;
	top: -2px;
	z-index: 1;
}

div.tr {
	height: 100%;
	background: url('i/tr.gif') top right no-repeat;
	position: relative;
	right: -2px;
	z-index: 1;
}
div.bl {
	height: 100%;
	background: url('i/bl.gif') bottom left no-repeat;
	position: relative;
	left: -2px;
	bottom: -4px;
	z-index: 1;
}
div.br {
	height: 100%;
	background: url('i/br.gif') bottom right no-repeat;
	position: relative;
	right: -2px;
	z-index: 1;
}
div.qArrow {
	height: 25px;
	background: url('i/qAr.gif') top left no-repeat;
	position: relative;
	top:-27px;
	left: 25px;
	z-index: 1;
}
div.bText {
	width:90%;
	position: relative;
	top: -20px;
	left:10px;
	font-size: 60%;
}
/* ----------------- coolMenu ----------------- */

.clCMEvent{
	position:absolute;
	width:99%; height:99%;
	clip:rect(0,100%,100%,0);
	left:0; 
	top:0;
	visibility:visible;
}


.clCMAbs{
	position:absolute;
	visibility:hidden;
	left:0;
	top:0;
}

.clBar{
	position:absolute;
	width:10;
	height:10;
	visibility:hidden;
	
}

.clLevel0,.clLevel0over{
	position:absolute;
	font-weight:normal;
	text-align:center;
	text-transform: uppercase;
	font-size:85%;
}

.clLevel0{
	background-color: #ffffff;
	layer-background-color: #ffffff;
	color:#000cff;

}

.clLevel0over{
	background-color: #ffffff;
	layer-background-color: #ffffff;
	color: #ff0000;
	cursor: pointer;
	cursor: hand;
}

.clLevel0border{
 
	position:absolute;
	visibility:hidden;
	border-right: #ff0000 solid;
}

.clLevel1, .clLevel1over{
   
	position:absolute;
	padding-left: 0.5em;
	text-transform: uppercase;
	font-size: 85%;
}

.clLevel1{
   background-color: #ffffff;
	layer-background-color:#ffffff;
	color:#000000;
}

.clLevel1over{
	background-color:#ffffff;
	layer-background-color:#ffffff;
	color:Maroon;
	cursor:pointer;
	cursor:hand;
}

.clLevel1border{
	position:absolute;
	visibility:hidden;
	background-color:#ff0000;
	layer-background-color:white;
}

.menuSelected {
	font-weight: bold;
	color: #ff0000;
}

.mTitle {
	width: 99%;
	border-right: 1px solid #ff0000;
}

/* ----------------- coolMenu_eof ----------------- */