@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 50px;
}

.TextBox
	{
		font-family: verdana;
		font-size: 12px;
		height: 17px;
		border: 1px solid #FFFFFF;
		 color: #FFFFFF;
		background: #000000;
	}
.Button:link, .Button:visited {
			color: #FFFFFF;
			font-size: 11px;
			background-color: transparent;
			font-family: verdana;
			border: solid 1px #FFFFFF;
			cursor: hand;
			height: 18px;
			width: 75px;
			text-decoration: none;
			text-align : center;
			vertical-align : middle;
		}

.Button:hover {
			color: #FF0000;
			background-color: transparent;
			font-size: 11px;
			font-family: verdana;
			border: solid 1px #FF0000;
			cursor: hand;
			text-decoration: none;
			height: 18px;
			width: 75px;
			text-align : center;
			vertical-align : middle;
		}
		
.text {
	font-family: Arial;
	font-size: 12px;
	line-height: 21px;
	color: #FFFFFF;
}

.textHL {
	font-family: Arial;
	font-size: 12px;
	line-height: 21px;
	color: #aad5d6;
}