.standardheading {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.standardtext {
	font-family: Tahoma;
	font-size: 14px;
	color: #000000;
	text-align: left;
}


form {
	font-family: Tahoma;
	font-size: 14px;
	color: #000000;
}


a {
    text-decoration: none;
}

a:link {
    color: #0000FF;
}

a:visited {
    color: #0000FF;
}

a:active {
    color: #0000FF;
}

a:hover {
	    color: #0000FF;
    font-weight: bold;
}

span.centered { color: #001188;}


#mydiv {
	position:absolute;
	/*top: 50%;*/
	left: 35%;
	width:30em;
	height:18em;
	/*margin-top:*/ -9em; /*set to a negative number 1/2 of your height*/
	margin-left: -19em; /*set to a negative number 1/2 of your width*/

}

#mydiv2 {
	position:absolute;
	/*top: 50%;*/
	left: 50%;
	width:30em;
	height:18em;
	/*margin-top:*/ -9em; /*set to a negative number 1/2 of your height*/
	margin-left: -558px; /*set to a negative number 1/2 of your width*/

}

#mydiv3 {
	position:absolute;
	/*top: 50%;*/
	left: 50%;
	width:30em;
	height:18em;
	/*margin-top:*/ -9em; /*set to a negative number 1/2 of your height*/
	margin-left: -210px; /*set to a negative number 1/2 of your width*/

}


