
body
{
	background-image:url("images/phbg.gif");
}

A
{
	font-size:100%;	
	font-family:Sans-Serif;
	text-decoration:underline;
	color:darkblue;
}
A:hover
{		
	font-size:100%;	
	font-family:Sans-Serif;
	text-decoration:underline;
	color:darkgreen;
}

.ValidatorError
{
	font-family:Sans-Serif;
	font-size:100%;
	color:Red;
}
	

TD.MenuBar
{
	background-color:lightsteelblue;
	background-image:url("images/greybg.gif");
	text-align:right;
	border-top:solid 1px white;
	border-bottom:solid 1px white;
}

A.menuLink
{
	font-family:sans-serif;	
	padding:5px 5px 5px 5px;	
	color:black;		
	text-decoration:none;		
}

A.menuLink:hover
{
	font-family:sans-serif;
	padding:5px 5px 5px 5px;	
	color:white;	
	background-color:orange;	
	text-decoration:none;		
}

A.menuLink_selected
{
	font-size:100%;
	padding:5px 5px 5px 5px;	
	color:white;	
	background-color:midnightblue;
	font-family:Sans-Serif;
	text-decoration:none;		
}

A.menuLink_selected:hover
{
	font-size:100%;
	padding:5px 5px 5px 5px;	
	color:white;	
	background-color:blue;
	font-family:Sans-Serif;
	text-decoration:none;
}

TD.textBody
{
	font-family:Sans-Serif;
	font-size:100%;
	color:Black;
	vertical-align:top;
	padding:20px 20px 20px 20px;
}

.Label
{
	font-family:Sans-Serif;
	font-size:100%;
	color:Black;
	vertical-align:top;
}

.Hint
{
	font-family:Sans-Serif;
	font-size:9pt;
	color:dimgrey;
	vertical-align:top;
}

.textInput
{
	font-family:Sans-Serif;
	font-size:100%;
	color:Black;
	background-color:white;	
	border:solid 1px darkblue;
}	

.textInputBig
{
	font-family:Courier New,Times New Roman;
	font-size:30pt;
	color:Black;
	background-color:white;	
	border:solid 1px darkblue;
	height:60px;
	width:300px;
}	


.textInput_readonly
{
	font-family:Sans-Serif;
	font-size:100%;
	color:DimGray;
	background-color:white;	
	border:solid 1px darkblue;
}	

.buttonInput
{
	background-color:darkorange;
	color:white;
	font-family:Sans-Serif;
	font-weight:bold;
	font-size:100%;
}

.PageHeader
{
	font-family:Sans-Serif;
	font-size:xx-large;
	color:White;
	padding:0px 0px 0px 0px;	
}	

TABLE.mainTable
{
	border:solid 1px black;
}

TABLE.List
{
	border:solid 1px darkblue;
	background-color:silver;
}

TD.ListHeader
{
	background-color:darkblue;
	color:White;
	font-family:Sans-Serif;
	font-size:100%;
	padding:1px 4px 1px 4px;
}

TD.ListItem
{
	background-color:white;
	color:black;
	font-family:Sans-Serif;
	font-size:100%;
	padding:1px 4px 1px 4px;
}

IMG 
{
	border:none;
}