﻿body 
{
	font-family:Trebuchet MS, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	color:#202020;
	background-color:#dddddd;
	font-size:12px;
}

input
{
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:12px;
}

h1
{
	font-size:20px;
}

h2
{
	font-size:18px;
}

h3
{
	font-size:16px;
}

h4
{
	font-size:14px;
}

h1, h2, h3, h4, p
{
	margin:0px 0px 10px 0px;
}


.pagecontainer
{
	width:1000px;
	padding:10px;
	position:absolute;
	top:10px;
	height:auto;
	overflow:hidden;
	background-color:White;
	border:1px solid #888888;
	left:50%;
	margin:0px 0px 0px -510px;
}

.menu a
{
	width:150px;
	height:20px;
	padding:2px 5px 0px 5px;
	display:block;
	color:White;
	background-color:#005288;
	text-decoration:none;
	float:left;
	margin-right:1px;
}

.menu a:hover
{
	background-color:#003658;
}


h1,h2
{
	color:#005288;
}


.t_prompt
{
	text-align:right;
	padding-right:5px;
	vertical-align:top;
	padding-top:3px;
}

.t_input
{
	padding-bottom:3px;
}