/* CSS Document */

table {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #17539e;
}

.tdLabel {
	padding-bottom: 0px;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 5px;
	font-weight: bold;
}

.tdFields {
	padding-bottom: 0px;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 5px;
}

body a:link {
	text-decoration: none;
	color: #e36b02;
	font-weight: bold;
	}

body a:visited {
	text-decoration: none;
	color: #7d3d06;
	font-weight: bold;
	}

body a:hover {
	text-decoration: underline;
	color: #ef9648;
	font-weight: bold;	
}

#textAlign {
	text-align: left;
	text-align: justify;
	padding-bottom: 7px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0;	
}

#linkPadding {
	padding-bottom: 7px;
}


#rulesPosition {
	margin-top: 30px;
	margin-left: 50px;
}

#rulesTextAlign {
	text-align: left;
	text-align: justify;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 25px;
	padding-top: 10;	
}


	
/*input {
	height: 18px;
	border-left-width: 1px;
	border-left-color: #17539e;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-top-width: 1px;
	border-top-color: #17539e;
	background-color: #0099FF;
}*/

input {
	height: 15px;
}

input.submitButton {
	height: 36px;
	width: 90px;
}






