﻿body 
{
	font-family: Verdana;
}
input[type=text],input[type=password],select
{
	font-family:Verdana;
	font-size:10pt;
}
		
input[type=text],input[type=password]
{
	height:16px;
	cursor:text;
}
.PaperBottom
{
	background-image: url(/Images/PaperMiddle.png);
	border:solid 0px black;
	height:12px;
	overflow:hidden;
}
.PaperBottomLeft
{
	background-image: url(/Images/PaperLeft.png);
	background-repeat:no-repeat;
	height:12px;
	width:50%;
	float:left;
}
.PaperBottomRight
{
	background-image: url(/Images/PaperRight.png);
	background-repeat:no-repeat;
	background-position:right;
	height:12px;
	width:50%;
	float:right;
}
.Header
{
	padding-left:10px;
	text-align:left;
	height:70px;
	position:relative;
}
.Header > img
{
	position:absolute;
	bottom:0px;
}
.Header > div
{
	position:absolute;
	bottom:0px;
	font-size:20px;
	font-weight:bold;
}
.HeaderDivider
{
	width:100%;
	height:35px;
	background-image:url(/Images/BlueHeaderBar.png); 
	background-repeat:repeat-x;
	margin-top:6px;
	margin-bottom:20px;
}
.Footer
{
	text-align:center;
	width:100%;
	margin-top:14px;
}

.MasterLogo
{
	max-height: 70px;
	width: auto;
}

.tou-link {
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}