body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
.tabNav {
	background-image:url(images/tab.gif);
	color:#999999;
	text-align:center;
	font-size: 14px;
	height: 25px;
	width: 81px;
	padding-top:5px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

p {
	margin: 5px 1px 5px 0;
}

.tabNav_a {
	background-image:url(images/tab_active.gif);
	color:#05173c;
	text-align:center;
	font-size: 14px;
	height: 25px;
	width: 81px;
	padding-top:5px;
}

/*Tab Links*/
.tabNav a:link {
	color: #999999;
	text-decoration: none;
}
.tabNav a:visited {
	text-decoration: none;
	color: #999999;
}
.tabNav a:hover {
	text-decoration: none;
	color: #05173c;
}
.tabNav a:active {
	text-decoration: none;
	color: #05173c;
}

.landingPageContent {
	color:#000000;
	height:391px;
	width:403px;
	background-color:#FFFFFF;
	border-left:#666666 solid 1px;
	border-right:#666666 solid 1px;
	border-bottom:#666666 solid 1px;
	margin: 0 1px 0 0;
}

.landingPageContainer {
	width:378px;
	height:391px;
	padding-left:10px;
	padding-right:15px;
	color:#000000;
	overflow:auto;
	text-align:left;
}
form {
	color: #000000;
}
