/* Cascading Style Sheet for Green Lemon */

/* Page wide definitions */
a	{
	text-decoration: none;
	color: #009900;
}
a:hover	{
	text-decoration: underline;
	color: #00CC00;
}

body	{
	color: #FFFFFF;
	font-family: Times New Roman;
	/*font-size: 8pt;*/
}
.GLtextbody, .newsItemBox, .newsItemList
{
	color:white;
	font-size:80%;
	font-weight:500;
	line-height:125%;
}


/* Classes for main page (created through DreamWeaver) */
.style1 {color: #FFFF00}
.style2 {color: #FFFFFF}
.style7 {font-size: smaller}
.style9 {
	font-size: 12px;
	color: #FFFFFF;
}
.style11 {color: #FFFFFF; font-weight: bold; }
.style15 {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.style16 {font-size: 16px}
.style17 {color: #FFFFFF; font-size: 16px; }


/* Functionally named classes */

.newsItemBox, .GLforminput, .GLformInputSmall {
	border-color:#ffffff #003300 #003300 #009900;
	border-style:solid;
	border-width:1px;
	text-decoration:none;
}
.newsItemBox {
	font-family:Times New Roman;
	font-weight:bolder;
	font-size:9pt;
	line-height: 140%;
	color:#ffffff;
	padding:3px 12px;
	padding-bottom:0.5em;
	width:652px;
	height:102px;
	vertical-align:top;
}
.newsItemList {
	font-family:Times New Roman;
	font-weight:bolder;
	font-size:10.5pt;
	/*font-variant: small-caps;*/
	line-height: 165%;
	color:yellow;
}

.GLforminput {
	font-size:90%;
	font-family:Arial;
	background-color:#225522;
	color:#ffff00;
}
.GLformInputSmall {
	font-size:90%;
	font-family:Arial;
	background-color:#114411;
	color:#ffff00;
}

.GLnaviButton {
	vertical-align:middle;
	font-family:Arial;
	font-weight:bolder;
	font-size:10pt;
	background-color:white;
	color:#003300;
	padding:2px;
	margin:7px;
	border-color:#ffffff;
	border-style:solid;
	border-width:0px;
	text-decoration:none;
}
a.GLnaviButton:hover {
	background-color:white;
	color:#003300;
	text-decoration:underline;
	/*margin-left:14px;
	 margin-right:0px;*/
}
a.GLnaviButton:active {
	background-color:white;
	color:#003300;
	text-decoration:underline;
	/*margin-left:14px;
	 margin-right:0px;*/
}
	
a.whiteButton {
	vertical-align:middle;
	background-color:white;
	font-family:Arial;
	font-weight:bolder;
	font-size:8pt;
	color:#006600;
	padding:0px;
	border-color:#009900;
	border-style:outset;
	border-width:3px;
	text-decoration:none;
}
a.whiteButton:hover {
	color:#006600;
	background-color:#FFFF00;
	text-decoration:none;
}
a.whiteButton:active {
	color:#006600;
	background-color:#CCCC00;
	text-decoration:none;
	border-style:inset;
}
