html, body, #wrapper {
	font-family: Arial, Helvetica, sans-serif;
	color:#465066;
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: bottom;
}

.containerdivouter {
	text-align:center;
}

.containerdivinner {
	position:relative;
	width:955px;
	margin:0 auto;
	clear:left;
}

/* hyperlink declarations */
a:link {
	color: #465066;
 	text-decoration: none;
}

a:visited {
	color: #465066;
 	text-decoration: none;
}

a:hover {
	color: #000000;
 	text-decoration: none;
}

a:active {
	color: #000000;
 	text-decoration: none;
}

/* font size declarations */
.tiny {
	font-size: 0.60em;
}

.small {
	font-size: 0.75em;
}

.smallbold {
	font-size: 0.75em;
	font-weight:bold;
}

.medium {
	font-size: 0.95em;
}

.large {
	font-size: 1.25em;
	font-weight: bold;
}


/* font color declarations */
#white { color: #FFFFFF; }
#dark  { color: #465066; }
#light { color: #717889; }
#black { color: #000000; }

.loginrowbox {
	display: block;
	margin:0em;
	padding:0.25em;
	float:left;
	color:#475778;
}
.loginbox {
	margin: 0 auto;
	position:relative;
	font-size:0.7em;
	display:block;
	width:300px;
	float:left;
}

.loginpad {
	font-weight:bold;
	width:80px;
	float:left;
}

/* login text input box styles */
INPUT.logintextstyle{
	border:1px solid #C6C9D0;
	background-color:#ffffff;
	padding:0.125em;
	width:150px;
}
INPUT.logintextstyle_over{
	border:1px solid #475778;
	background-color:#ffffff;
	padding:0.125em;
	width:150px;
}
/* login password input box styles */
INPUT.loginpswdstyle{
	border:1px solid #C6C9D0;
	background-color:#ffffff;
	padding:0.125em;
	width:150px;
}
INPUT.loginpswdstyle_over{
	border:1px solid #475778;
	background-color:#ffffff;
	padding:0.125em;
	width:150px;
}
/* login submit button input styles */
INPUT.loginsubmitstyle { 
	background-color:#fff;
	border:1px solid #C6C9D0;
	color:#475778;
	cursor: pointer;
}
INPUT.loginsubmitstyleOn { 
	background-color:#ffffff;
	border:1px solid #475778;
	color:#475778;
	cursor: pointer;
}
