span.title {
	font-family:verdana;
	font-size: 13px;
	font-style: bold;
	color: #EF9603;
}

div.error {
	color: #ff0000;
	font-family: verdana;
	font-weight: bold;
	font-size: 13px;
	border-width:1px;
	border-style:solid;
	border-color:#ff0000;
	background-color:#ffdddd;
	width: 600px;
	margin: 10px;
	padding: 5px;
}

div.info {
	color: #000000;
	font-family: verdana;
	font-weight: bold;
	font-size: 13px;
	border-width:1px;
	border-style:solid;
	border-color:#ffff00;
	background-color:#ffffdd;
	width: 600px;
	margin: 10px;
	padding: 5px;
}

div.border {
	border-width:1px;
	border-color:#ff0000;
	background-color:#ff0000;
	border-top-style:groove;
	border-style:dotted;
	width: 960px;
	height: 768px;
	font-size: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}

div.important {
	font-family: verdana;
	font-weight: bold;
	font-size: 13px;
}

div.header {
	position: absolute;
	width: 960px;
	height: 95px;
	top: 5px;
	left: 5px;
}

div.spacer {
	position: absolute;
	width: 955px; 
	height: 2px;
	top: 95px;
	left: 5px;
	font-size: 0px;
	border-width: 0px;
	background-color:#81bce9;
}

div.menu {
	position: absolute;
	left: 0px;
	top: 102px;
	width: 150px;
	padding: 5px;
}

div.contents {
	position: absolute;
	top: 102px;
	left: 160px;
	width: 535px;
	padding: 5px;
}

div.login-forms {
	position: absolute;
	top: 102px;
	left: 705px;
	width: 250px;
	padding: 5px;
}

div.footer {
	position: absolute;
	width: 960px;
	left: 0px;
	bottom: 0px;
}

table.form-holder {
	font-size: 13px;
	padding: 0px;
	margin-bottom: 10px;
	font-family:verdana;
	border-width:1px;
	border-style:solid;
	border-color:#363fa5;
}

table.form-holder-small {
	font-size: 13px;
	padding: 0px;
	margin-bottom: 10px;
	width: 250px;
	font-family:verdana;
	border-width:1px;
	border-style:solid;
	border-color:#363fa5;
}

table.form-holder-large {
	font-size: 13px;
	padding: 0px;
	margin-bottom: 10px;
	width: 770px;
	font-family:verdana;
	border-width:1px;
	border-style:solid;
	border-color:#363fa5;
}

.form td {
	width: 50%;
	border:0pt solid white;
	background-color: #d6dfe5;
	padding: 2pt;	
}

a.smallprint {
	font-size: 10px;
	font-family:verdana;
}

a {
  color: #0000aa;
  text-decoration: none;
}

.smallprint {
	font-size: 10px;
	font-family:verdana;
}

.highlight {
	font-size: 15px;
	font-family:verdana;
	color: #363fa5;
	font-weight: bold;
}

td.description {
	text-align: right;
	width: 40%;
}

td.input {
	text-align: left;
}


body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li {
	font-family:verdana;
}

body, td {
	font-size:12px;
}

input, select, textarea {
	border-style:solid;
	border-width:1px;
	border-color:#ddddff;
	color:#000000;
	background-color:#f9f9f9;
	margin:3px;
}

.tableheader {
	font-family:verdana;
	color:#363fa5;
	background-color:#d6dfe5;
	font-weight:bold;
}

body {
	background-color: #ffffff;
}

h1 {
	font-family:verdana;
	font-size:17px;
	color:#363fa5;
}

h3 {
	font-family:verdana;
	font-size:13px;
	color:#363fa5;
}

