/*****************/
/*  Tag Styles   */
/*****************/

a, body, div, input, span, td, textarea {
	font-family:arial,verdana,geneva,sans-serif;
	font-size:12px;
	color:#000000;
	line-height:175%;
}

a {
	text-decoration:underline;
	font-weight:bold;
}

a:hover {
	text-decoration:none;
}

a img {
	border:0px;
}

body {
	margin:0px;
	padding:0px;
	background-color:#ffffff;
}

input, select, textarea {
	font-family:arial,verdana,geneva,sans-serif;
	margin-top:2px;
	margin-bottom:8px;
	line-height:100%;
	padding:2px;
}

table {
	border:0px;
	border-collapse:collapse;
	border-spacing:0px;
	margin:0px;
	padding:0px;
}

td {
	padding:0px;
	margin:0px;
	vertical-align:top;
}

/*****************/
/* Class Styles  */
/*****************/

.Body {
	padding:25px 0px;
	text-align:center;
}

.Button {
	cursor:hand;
	cursor:pointer;
	padding:5px;
	margin:0px;
	line-height:100%;
}

.Footer {
	vertical-align:bottom;
}

.Footer table {
	width:100%;
	height:90px;
	background-color:#3d4a66;
}

.Footer table td {
	color:#ffffff;
	text-align:center;
	vertical-align:middle;
	line-height:200%;
}

.Footer table td a {
	font-weight:normal;
	color:#ffffff;
	text-decoration:none;
}

.Footer table td a:hover {
	text-decoration:underline;
}

.Header {
	background-color:#000000;
	height:115px;
}

.Header .Nav {
	text-align:center;
	background-color:#000000;
	border-top:solid 1px #5c5c5c;
}

.Header .Nav img {
	height:25px;
}

.Main {
	width:100%;
	height:100%;
}