html,body {

   height: 100%; 

   margin-bottom: 1px; 

}

a {

	text-decoration: none;

	font-family: Verdana, Helvetica, sans-serif;

	font-size: 11px;

	margin-top: -1px

}



a.bluelink:link { 

    color: #3E5563;
	text-decoration: underline;

}

a.bluelink:active {

    color: #3E5563;
	text-decoration: underline;

}

a.bluelink:visited { 

    color: #3E5563;
	text-decoration: underline;

}

a.bluelink:hover { 

    color: yellow;
	text-decoration: underline;

}


a.darkgreenbuttons:link { 

    color: #184A34;

}

a.darkgreenbuttons:active {

	color: #00A000;

}

a.darkgreenbuttons:visited { 

    color: #184A34;

}

a.darkgreenbuttons:hover { 

    color: #3D8373;

}


a.greenbuttons:link { 

    color: #A9E2C6;

}

a.greenbuttons:active {

	color: yellow;

}

a.greenbuttons:visited { 

    color: #A9E2C6;

}

a.greenbuttons:hover { 

    color: white;

}


a.smallgreenbuttons:link { 

    color: #A9E2C6;
	font-size: 10px;

}

a.smallgreenbuttons:active {

	color: yellow;
	font-size: 10px;

}

a.smallgreenbuttons:visited { 

    color: #A9E2C6;
	font-size: 10px;

}

a.smallgreenbuttons:hover { 

    color: white;
	font-size: 10px;

}


.boldblue {

	font-family: Verdana, Helvetica, sans-serif;

	font-size: 11px;
	
	font-weight: bold;

	color: #3E5563;

}

.blackbody {

	font-family: Verdana, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: normal;

	color: black;

}
