﻿html
{
	margin: 0px;
	padding: 0px;
}

body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	padding: 0px;
	margin: 0px;
	line-height: 15px;
	background-color: #f1f0ee;
}

textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
}

input
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
}

select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
}

input.buttonstyle
{
	background-color: #e8e3e1;
	margin: 5px 3px 5px 0px;
	color: #677588;
	border-top: outset 2px white;
	border-left: outset 2px white;
	border-bottom: outset 2px white;
	border-right: outset 2px white;
}

input.buttonstyle:hover
{
	background-color: #e58316;
	color: #FFFFFF;
	cursor: pointer;
}

a
{
	color: #46617d;
	text-decoration: underline;
}

a:visited
{
	color: #46617d;
	text-decoration: underline;
}

a:hover
{
	color: #e58316;
	text-decoration: underline;
}

h1
{
	color: #46617d;
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

h2
{
	color: #46617d;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}

p
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}

p.error
{
	color: #FF0000;
	font-weight: bold;
}

div.success
{
	margin: 5px;
	padding: 10px;
	border: solid 1px black;
	background-color: #fff;
}

div.successnoborder, div.success
{
	color: #459906;
}

div.paragraph
{
	margin-top: 14px;
	margin-bottom: 14px;
}

table.informational
{
	border-spacing: 5px;
}

table.informational tr th
{
	text-align: left;
	border-bottom: solid 1px black;
	padding: 3px;
}

table.informational tr td
{
	padding: 3px;
	padding-right: 10px;
}

table.changepasswordcontrol table tr td
{
	border-spacing: 3px;
	padding: 3px;
}

a.selected
{
	border: solid 1px white;
	padding: 5px;
	background-color: #677588;
	color: White;	
}