@charset "utf-8";
/* CSS Document */

a:link {
	color: #00F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	color: #000;
}
a:active {
	text-decoration: none;
}

body,td,th {
	color: #000;
}
body {
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	background-image: url(images/hands.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 {
	color: #FFF;
	font-variant: normal;
	font-style: strong;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 40px;
}
.TableDesign {
}

.Buttons {
	background-image: url(images/Button_Back_1.png);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	display: block;
	width: 184px;
	height: 39px;
	padding-top: 5px;
	border-spacing: 0;
	font-size: 18px;
	font-weight: bold;
}

.Buttons:link{
	color: #FFF;	
}
.title {
	padding-left: 50px;
}
.TextBox {
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #179FF9;
	border-bottom-color: #179FF9;
	border-left-color: #179FF9;
}
.Footnote {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}



.Buttons:hover {
	background-image: url(images/Button_Back_2.png);
	color: #000;
}


.Buttons:visited {
	color: #FFF;	
}


#textbox {
	color: #999;
}
