a:link {
	color: #0000CC;
}
a:visited {
	color: #A00000;
}
a:active {
	color: #0000CC;
}

a:hover {
	color: green;
}
body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	color: #606080;
	text-align: left;
	line-height: 150%;
}

h2 {

	font-family: Verdana, Arial, Helvetica, sans serif;
	font-size: 18px;
	font-style: bold;
	color: #404080;
}

/*all elements children of a table class listing. See CSS selectors*/
table.listing  *{
	font-family: Verdana, Arial, Helvetica, sans serif;
	font-size: 12px;
	/*color: red;*/
}

/* see "CSS descendant selectors". Here: 'td' elements descendants of an element of 'events' class*/
table.events td
{
	font-family: Verdana, Arial, Helvetica, sans serif;
	font-size: 12px;
	/*color: red;*/
border-bottom-width: 1px;
border-bottom-style: dotted;
padding: 4px;

}

/*
tr.odd 
{
border-bottom-width: 4px;
border-bottom-style: solid;
}

*/
tr.separator td
{
font-weight: bold;
/*font-size: 14px;*/
border-bottom-width: 2px;
border-bottom-style: solid;
/*color: blue;*/
background-color:#EFEFEF;
}
tr.odd *
{
/*color: green;*/
background-color:#FFFFFF;
/*border-bottom-width: 1px;
border-bottom-style: solid;*/

}
tr.even *
{
background-color:#f9f9f9;
}



.style4 {
	color: #891ED0;
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-indent: 10px;
}
.style5 {color: #6600FF;
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-indent: 10px;

}

.text {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #666666;
	text-align: left;
	padding: 10px;
	line-height: 150%;
	vertical-align: top;
	width: 90%;
}

.normal {

	padding: 10px;
	vertical-align: top;
	/*border: #9c0000 1px solid;
	width: 90%;*/
}

.info_box {
	padding: 20px;
	margin: 10px;
	
	vertical-align: top;
	border: #9c0000 0px solid;
	/*width: 90%;*/
	background: BlanchedAlmond ;
}


.header {
	background-image: url(pictures/banner3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 190px;
	width: 800px;
	position: static;
	background-attachment: scroll;
}
.border1 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
.border2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	
	color: #666666;
	border-right-width: 9px;
	border-bottom-width: 9px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #999999;
	border-bottom-color: #999999;
	width: 135px;
	position: static;
	margin: 5px 5px 5px 15px;
	top: 10px;
	height: 20px;
	background-color: #EFEFEF;
	text-indent: 10px;
	text-align: left;
	vertical-align: top;
	line-height: normal;
	letter-spacing: normal;
	word-spacing: normal;

}

.button_1, .button_1_a {
	font-family: Verdana, Arial, Helvetica, sans serif;
	
	line-height: normal;
	color: #666666;
	border-width: 0px;

    display: block;
/*
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-style: solid;
	border-color: #999999;
	*/
	margin: 5px 5px 5px 20px;
	padding: 6px 0px 6px 10px;

	background-color: #EFEFEF;
	text-align: left;
	vertical-align: center;
}

.button_1_a {
	background-color:  LightCoral;
	color:black;
}

.button_1:hover {
	background-color: #EFE0E0;
}

.separator_a, .separator_i {
	font-family: Verdana, Arial, Helvetica, sans serif;
	font-weight: bolder;
	line-height: normal;
	color: black;
	border-width: 0px;

    display: block;
/*
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-style: solid;
	border-color: #999999;
	*/
	/**/
	margin: 5px 5px 5px 0px;
	padding: 6px 2px 6px 2px;

	background-color: gray;
	color: white;
	text-align: left;
	vertical-align: center;
}

.separator_i {
	background-color: lightgray;
	color: black;
}
/*
.button_3 {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	
	color: #666666;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: none;
	width: 135px;
	position: static;
	margin: 5px 5px 5px 15px;
	top: 10px;
	*/
	
	/*height: 20px;*/
	
	/*
	background-color: #EFEFEF;
	text-indent: 10px;
	text-align: left;
	vertical-align: top;
	line-height: normal;
	letter-spacing: normal;
	word-spacing: normal;

	}
*/
INPUT.hintTextbox { 
	color: #888; 
	font-style: italic;
	}

INPUT.hintTextboxActive { 
	color: #000; 
	font-style: normal; 
	} 

