.classPage
{
	background-color: #42596B;	
}
.classPage TD
{
	background-color: #FFFFFF;
	padding: 2px;
	
}
.classPage TD.header
{
	background-color: #DEE7EF;	
	padding: 4px;
	font-weight: bold;
	font-size: 12px;
}
.classPage TD.title
{
	background-color: #DEE7EF;	
	font-size: 10px;
}
.classPage P.title
{
	font-weight: bold;
	font-size: 10px;
}

.classPage input,
.classPage select
{
	border: 1px solid gray;	
	width: 150px;
}
.classPage input.phone
{
	border: 1px solid gray;	
	width: 30px;
}
.classPage input.button
{
	font-weight: bold; 
	width: 100px;
}
.classPage A
{
	font-weight: bold;
	font-size: 11px; 	
}
.classPage A:hover
{
	color: Blue;
}


.classTable
{
	background-color: #42596B;	
	font-size: 11px;
}
.classTable TD
{
	background-color: #FFFFFF;
	font-size: 11px;
}
.classTable TD.header
{
	background-color: #DEE7EF;	
	font-weight: bold; 
	font-size: 12px;
}
.classTable TD.title
{
	background-color: #DEE7EF;	
	font-weight: bold; 
	padding: 2px;
	font-size: 11px;
}

.classTable TD.menu
{
	background-color: #DEE7EF;	
	font-weight: bold; 
	font-size: 12px;
	text-align: center;
}
.classTable A.menu
{
	text-decoration: none;
}


.classTable  input.button
{
	font-weight: bold; 
	width: 100px;
}
.classTable input,
.classTable select,
.classTable textarea
{
	border: 1px solid gray;		
}
.classTable .header TABLE td
{
	font-size: 11px;
	background-color:  #DEE7EF;	
	padding: 0px;
}

.classInput {
   border: 1px solid gray;
}
.classInput INPUT
{
	font-weight: bold; 
	width: 100px;
}