@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#e0e0e0;
	background-image:url(Images/body_tile_GREEN2.gif);
	background-position:top;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}

.mainWhite {
	border:#006414 medium solid;
	background-color:#FFFFFF; 
	background-position:bottom left; 
	background-repeat:no-repeat; 
	padding:8px 0px 8px 0px; 
	margin:-4px 19px 8px 11px;
}

.wrapper {
	width:770px;
	margin:0px auto 10px auto;
}
.mainContent {
	background-image:url(Images/bg_tile_GREEN2.gif);
	width:698px;
	background-color:#006414;
	background-repeat:repeat-y;
	margin:0px auto 0px auto;
	border-bottom:#999 thin solid;
	border-left:#999 thin solid;
	border-right:#999 thin solid;
}


a:link {
	color:#009900;
}
a:active {
	color:#00FF00;
}
a:visited {
	color:#009900;
}
a:hover {
	color:#006600;
	text-decoration:none;
}

.foot a:link {
	color:#333333;
	text-decoration:none;
}
.foot a:active {
	color:#333333;
	text-decoration:none;
}
.foot a:visited {
	color:#333333;
	text-decoration:none;
}
.foot a:hover {
	color:#333333;
	text-decoration:underline;
}

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 3px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    line-height:130%;
    text-decoration:none;
    font-weight:normal;
    color:#565656;
    cursor:pointer;
    padding:5px 12px 6px 12px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}

button.positive, .buttons a.positive{
	/*CHANGE ME*/
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
	/*CHANGE ME*/
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
	/*CHANGE ME*/
    color:#529214;
}

/*custom css*/
.HeaderStyle {
	background-color: #006414;
	color: #FFFFFF; 
	font-family: Arial;
    font-size:11px;
    font-weight: Bold;
    height: 20px; 
}	

.buttonStyle {
	font-family:arial;
	font-size:11px;
	background: #006414;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid #AFC4D5;
	border-top:1px solid #AFC4D5;
	color:white;height:20px;
	text-decoration:none;
	font-weight:bold
}
