/* Stylesheet for P2C */

/*Body color */
.Body{
	background-color: #CCCCCC;
	text-align: center;
}

/*Header color */
.Header{
	background-color: #FFFFFF;
}

/*Header Font color */
.MainFont{
	color: maroon;
}

/*Body Font color */
.BodyFont{
	color: Black;
}

/*Title Font */
.TitleFont{
	color: maroon;
}

/*Main table */
.MainTable
{
	width: 700;
	height: 500;
	background-color: E7E6C9;
}

/*MenuTable*/
.Menu{
	background-color:#4682b4 ;
	border-bottom: solid 2 black;
}

/*MenuText*/
.MenuText
{
	color: White;
	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: #E6E6E6;
}

/*Footor */
.Footer
{
	background-color: #E6E6E6;
	border-top: solid 2 black;
}

/*Footor Text*/
.FooterText{
	color: black;
}

/*Datagrid Text*/
.DataGridText{
	color:Black;
	text-decoration: none;
}

		
A:hover	{	
	text-decoration:	underline;
	color:	black;