/* Stylesheet for P2C */

/*Body color */
.Body{
	background-color: white;
}

/*Header color */
.Header{
	background-color: #0E3990;
}

/*Header Font color */
.MainFont{
	color: maroon;
}

/*Body Font color */
.BodyFont{
	color: DimGray;
}

/*Title Font */
.TitleFont{
	color: maroon;
}

/*Main table */
.MainTable
{
	width: 100%;
	height: 100%;
	
}

/*MenuTable*/
.Menu{
	background-color:White ;
	border-bottom: solid 2 black;
}

/*MenuText*/
.MenuText
{
	color: Maroon;
	text-decoration: none;
}

/*Left Margin Table */
.LeftTable{

}

/*Right Margin Table */
.RightTable{

}

/*ShadowBox */
.ShadowBox
{
	border-top: solid 1 dimgray;
	border-left: solid 1 dimgray;
	border-right: solid 3 dimgray;
	border-bottom: solid 3 dimgray;
}

/*ShadowBox Darker Compliment Color */
.ShadowBoxDark
{
	background-color: #E5E5E4;
}

/*Footor */
.Footer{

}

/*Footor Text*/
.FooterText{
	color:DimGray
}

/*Datagrid Text*/
.DataGridText{
	color:Black;
	text-decoration: none;
}


		
A:hover	{	
	text-decoration:	underline;
	color:	black;