/* CSS Document */

body {
background-color: #e5e5e5;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ee0202;
	margin-top: 0px;
	margin-left: 0px;
}

h2 {
	font-size:20px;
}

h3 {
	font-size:16px;
}

a:link {
 color:#ee0202;
 }

a:visited {
 color:#0874bc;
 }

a:active {
 color:#0874bc;
 }
 
td {
	font-size:10pt;
	}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
	}		

/* Begin styling for layer divs */

/* if butttons are added then increase the height by height of the button. */
#laymain {
	position:relative;
	width:158px;
	height:275px;
	z-index:2;
}

/* if buttons are added then increase the height by height of the button. */
#layresults {
	position:relative;
	width:158px;
	height:188px;
	z-index:4;
	visibility:hidden;
}

/* to change dimensions of this layer, change the width and height directly in the div id tag */
#layhide {
	position:absolute;
	top:120px;
	z-index:1;
	visibility:visible;
}

/* End styling for layer divs */