a, a:link, a:visited {
	text-decoration:none;
	color:#4D5979;
}
a:hover {
	text-decoration:underline;
}
.container {
	position:absolute; 
	bottom:150px; 
	background-position:0px 26px; 
	background-repeat:no-repeat; 
	width:100%; 
	height:300px;
}
.header {
	color:#2F4B54;
	font-size:20px;
}
.sitename {
	font-family:Arial, Helvetica, sans-serif;
	padding-left:4px;
	display:inline;
	font-size:15pt;
	color:#2F4B54;
}

.sitename:hover {
	text-decoration:none; 
}
.trademark {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#2F4B54;
}
.memberlogin {
	width:253px;
	position:absolute;
	left:16px;
	top:39px;
	font-size:12px;
}
.membersignup {
	width:253px;
	position:absolute;
	left:310px;
	top:39px;
	font-size:12px;
}
.guestlogin {
	width:253px;
	position:absolute;
	left:310px;
	top:92px;
	font-size:12px;
}
.systemreq {
	width:360px;
	position:absolute;
	right:10px;
	top:212px;
	font-size:12px;
	line-height:18px;
}
.createdby {
	font-size:12px;
	color:#666666;
}
.copyright {
	font-size:12px;
	font-weight:bold;
}
.hline {
	font-size:1px;
	border-bottom:1px solid #000000;
	width:auto;
}
.sectionheader {
	font-size:14px;
	font-weight:bold;
}
.sectiondescript {
	font-size:10px;
	font-weight:bold;
}
.login {
	font-weight:bold;
	font-size:14px;
}

.inputField {
	font-size:12px;
	border:1px solid #474F45;
}
.submitbtn {
	font-size:11px;
	width:45px;
	height:19px;
	margin-top:1px;
	padding-bottom:2px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
}

.boldedtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.smalltxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.sitecontent td {
	background-color:#F6F6F6;
	border:1px solid #474F45;
}

.contentHeader {
	width:100%;
	background-color:#BBCFB5;
	border-bottom:1px solid #474F45;
	font-weight:bold;
	line-height:25px;
	color:#474F45;
}

.contentFooter {
	width:100%;
	background-color:#FFFFFF;
	border-top:1px solid #818F7D;
	font-weight:bold;
	line-height:20px;
	color:#474F45;
}

.contentText {
	padding:5px;
	font-size:12px;
}

.contentText p {
	margin-top:0px;
	margin-bottom:4px;
}

.actionLink {
	font-size:13px;
}

.page {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
    position: absolute;
	display:block;
	overflow:auto;
}
.content {
	position:relative;
	display: table-cell;
	vertical-align: middle;
	text-align:center;
}
