/* =============================================================================
  Simple style sheet viewable by all browsers
============================================================================= */

/******************* HTML Overrides - Block elements **************************/

body 
{
  background: #003;
  font-family: Arial, helvetica, sans-serif;
  font-size: 12px;
  padding: 0px;
  margin: 0px;
  
  text-align: center; /* fix for IE5 centering */
}

td
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

td.small
{
	font-size: 12px;
	font-family: Arial;
}

img
{
  margin: 0px;
}

div
{
  padding: 0px;
  margin: 0px;
  text-align: left;
}

p
{
	margin: 15px 0 15px 0;
}

span
{
  padding: 0px;
}

a 
{	
	color: #1E487D;
	font-weight: bold;
}

.anorm
{
	font-weight: normal;
}

a:link
{
	color: #1E487D;
	text-decoration: none;	
}

a:visited
{
	color: #1E487D;
	text-decoration: none;	
}

a:hover
{
	color: #000;
	text-decoration: underline;	
}

a:active
{
	color: blue;
}

h1
{
	color: #1E487D;
	font-size: 18px;
}

h2
{
	color: #1E487D;
	font-size: 14px;
	margin-top: -10px;
}

/************************ Global Style Classes **************************/

.clear
{
	clear: both;
}

.imgFloatRight
{
	float: right;
	margin: 0 0 10px 10px;
}

.imgFloatLeft
{
	float: left;
	margin: 0 10px 10px 0;
}

.subText
{
  font-size: 10px;
  font-weight: normal;
}

.ProjSumText
{
	font-weight: normal;
	font-size: 10px;
	color: black;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

.helpText
{
  color: #484;
  border-bottom: solid #484 1px;
  border-top: solid #484 1px;
}

.label
{
  font-weight: bold;
}

.labelColumn
{
  width: 150px;
}

.checkbox input
{
	width: auto;
	border: 0;
	vertical-align: middle;
}

.errorText
{
  font-weight: bold;
  color: #f00;
}

.styledTable th
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	padding: 4px;
	margin: 0px;
	color: #fff;
	background: #1E487D;
	text-align: center;
}

.styledTableCell
{
  border: solid 1px #000;
  padding: 4px;
}

.boldBlue
{
  font-weight: bold;
  color: #1e487d;
}

.underline
{
  text-decoration: underline;
}

.Button
{
	cursor: hand;
}

.WhiteLink
{
	color: white;
}

.Slogan
{
	font-weight: bold;
	font-style: italic;
}

.PaddedTblCell
{
	padding-right: 5px;
	padding-left: 5px;
}
