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