﻿* html #poststuff {
	height: 100%; /* kill peekaboo bug in IE */
}

/* This is the Holly Hack \*/
* html .wrap { height: 1% }
/* For Win IE's eyes only */

body {
	border: none;
}
a {
	border-bottom: 1px solid #69c;
	color: #00019b;
	text-decoration: none;
}

a:visited {
	color: #006;
}

a:hover {
/*	border-bottom: 1px solid #3a75ae;*/
	color: #069;
}

body	{
	background: #f9fcfe;
	color: #000;
	margin: 2;
	padding: 0;
}

body, td {
	font: 13px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana;
}

fieldset {
	border: none;
	padding: 3px;
}

form, label input {
	margin: 0;
	padding: 0;
}

h2 {
	border-bottom: .5em solid #e5f3ff;
	color: #333;
	font: normal 32px/5px serif;
	margin: 5px 10px;
}

img, #footer a {
	border: 0;
}

input:focus, textarea:focus, label:focus {
	background: #fff;
	border: 1px solid #686868;
}

label {
	cursor: pointer;
}

li, dd {
	margin-bottom: 6px;
}

p, li, dl, dd, dt {
	line-height: 140%;
}

textarea, input, select {
	background: #f4f4f4;
	border: 1px solid #b2b2b2;
	color: #000;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	margin: 1px;
	padding: 3px;
}

* html .button {
	padding: 0;
}
#footmenu a:link {color: #ededed; font-weight:bold; font-family: trebuchet ms,Tahoma, tahoma; font-size: 12px; text-decoration: none}
#footmenu a:visited {color: #ededed; font-weight:bold; font-family: trebuchet ms,Tahoma, tahoma; font-size: 12px; text-decoration: none}
#footmenu a:active {color: #ededed; font-weight:bold; font-family: trebuchet ms,Tahoma, tahoma;  font-size: 12px; text-decoration: none}
#footmenu a:hover {text-decoration: none; font-weight:bold; font-family: trebuchet ms,Tahoma, tahoma;  font-size: 12px;color: #444444}
