/* CSS Document */

body {
	background-color: #F2F2F2;
	margin : 0px 0px;
	margin-top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
}

table {
	background-color: #FFFFFF;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	border-width: 0;
	padding: 0;
}

.footer {
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #CCFF99;
}

form {
	background-color: #E8E4DF;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #79665A;
	letter-spacing: 4em;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	line-height: 30px;
 	color: #B5D000;
	font-weight: bold;
	text-indent: 20px;
} 

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
 	color: #090EF9;
	letter-spacing: 1em;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
	text-align: center;
}

.arrow {
	list-style: url(images/arrow.jpg) none outside;
}

td#title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
 	color: #090EF9;
	letter-spacing: 5px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}