
html, body {
	height: 100%;
	margin:0;
	padding:0;
	font-family : Tahoma;
	font-size : 12px;
	color: #525252;
}

.backs {
	background : url(../img/green_bar.gif) repeat-x center;
}

#container {
	min-height: 100%;
	background: White;
	height:100%;
}
* html #container {
    height:100%
}

P {
	padding-left : 10px;

}


.Header {
	font-family : Tahoma;
	font-size : 12px;
	color : White;
}

/* Common URL style */
A:ACTIVE{
	color: Black;
	text-decoration: underline;
}
A:LINK{
	color: Black;
	text-decoration: underline;
}
A:VISITED{
	color: Black;
	text-decoration: underline;
}
A:HOVER{
	color: Red;
	text-decoration: none;
}


/* Navigation URLs */
A:ACTIVE.Navigation{
	color:#FFFFFF;
	text-decoration: underline;
}
A:LINK.Navigation{
	color:#FFFFFF;
	text-decoration: underline;
}
A:VISITED.Navigation{
	color:#FFFFFF;
	text-decoration: underline;
}
A:HOVER.Navigation{
	color: Yellow;
	text-decoration: none;
}
/* end navigation URLSa */

/* GREEN Navigation URLs */
A:ACTIVE.NavigationGreen{
	color:#248C12;
	text-decoration: underline;
}
A:LINK.NavigationGreen{
	color:#248C12;
	text-decoration: underline;
}
A:VISITED.NavigationGreen{
	color:#248C12;
	text-decoration: underline;
}
A:HOVER.NavigationGreen{
	color: #FF8C00;
	text-decoration: none;
}
/* end navigation URLSa */

/* Green row menu navigation */

.green_line {
	color : #065400;

}
.whiteTXT {
	font-family : Tahoma;
	font-size : 11px;
	color : White;
}

.whiteTXT14 {
	font-family : Tahoma;
	font-size : 14px;
	color : White;

}

.GreenBlock {
	background-color: #248C12;
}
.greenTXT14 {
	font-family : Tahoma;
	font-size : 14px;
	color : #248C12;
	padding-left : 10px;
	font-weight : bold;
}

.greenTXT {
	font-family : Tahoma;
	font-size : 12px;
	color : #248C12;
	font-weight : bold;
}

.myforms {
	
}

.greeLine {
	border-bottom : 1px solid #248C12;
}
.greenvertLineright {
	border-right : 1px solid #248C12;
}

.paddingtext_left {
	text-indent : 20px;
}

.myForms {
	border-bottom : 1px solid #248C12;
	border-top : 1px solid #248C12;
	border-left : 1px solid #248C12;
	border-right : 1px solid #248C12;
	background-image : url(../img/formback.gif);
	background-repeat : repeat-x;
	background-position : top;
}

.buttongreen {
	background-image : url(../img/buttongreen.gif);
	background-repeat : repeat-x;
	background-position : top;
}

.Mypadding {
	padding-left : 20px;
	padding-right : 20px;
}

.ThemeeBack {
	background-color : White;
}