/* CSS definition file containing site wide stylesheets */

.LabelHeader {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 12px;
 	color: rgb(255,255,255);
 	font-weight: bold
}

.LinkActive {
	font-weight: bold;
 	background-color: transparent
}

A:active {
	color: rgb(0,128,0);
 	font-weight: bold;
 	text-decoration: none ;
 	background-color: rgb(255,255,255)
}

A:link {
	color: rgb(153,153,153);
 	text-decoration: none 
}

.SubLabelHeader {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 12px;
 	font-weight: bold
}

.AboutHeader {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
 	font-size: 12px;
 	color: rgb(0,0,0);
 	font-weight: bold;
 	background-color: transparent;
 	background-image: none
}

.Input_Box {
	background-color: rgb(153,204,0);
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.TopHeader {
	color: rgb(255,255,255);
 	background-color: transparent;
 	background-image: none;
 	background-repeat: no-repeat;
 	background-position: center
}

.inputbox {
	background-color: rgb(212,255,85);
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.input {
	background-color: rgb(170,255,170);
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

A:visited {
	color: rgb(153,153,153);
 	text-decoration: none 
}

P {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: x-small;
 	color: rgb(153,153,153);
 	text-align: left
}

H3 {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: small;
 	font-weight: bold
}

H4 {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: small;
 	color: rgb(153,153,153);
 	font-style: italic
}

A:hover {
	color: rgb(0,0,0);
 	text-decoration: none ;
 	background-color: transparent
}