/* Stylesheet for P2C */

/*Body color */
.Body
{
	background-color: #D9D9D9;
	text-align: center;
	background-image: url(/images/yellow_w.jpg);
	background-repeat: repeat;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: auto;
	margin-left: 30px;
}

/*Header color */
.Header
{
background-color: #fbfad9;
}

/*Header Font color */
.MainFont
{
color:  midnightblue;
}

/*Body Font color */
.BodyFont
{
color:  Black;
}

/*Title Font */
.TitleFont
{
/*placeTitleFont*/
}

/*Main table */
.MainTable
{
background-color: #fbfad9;
width: 730;
border: solid 1 black;
border-bottom: solid 2 black;
border: solid 1 black;
border-right: solid 2 black;
padding-bottom: 3;
crap: 632720759652457169;
}

/*MenuTable*/
.Menu
{
background-color: #e3c20b;
border-top: solid 1 black;
border-bottom: solid 2 black;
}

/*MenuText*/
.MenuText
{
color: Black;
text-decoration: none;
}

/*Left Margin Table */
.LeftTable
{
/*placeLeftTable*/
}

/*Right Margin Table */
.RightTable
{
/*placeRightTable*/
}

/*ShadowBox */
.ShadowBox
{
background-color:  #003366;
border-top: solid 1 1px solid;
border-left: solid 1 1px solid;
border-right: solid 2 1px solid;
border-bottom: solid 2 1px solid;

}

/*ShadowBoxFont */
.ShadowBoxFont
{
color:  White;
}

/*ShadowBox Darker Compliment Color */
.ShadowBoxDark
{
/*placeShadowBoxDark*/
}

/*Footor */
.Footer
{
/*placeFooter*/
}

/*Footor Text*/
.FooterText
{
color: DimGray;
}

/*Datagrid Text*/
.DataGridText
{
/*placeDataGridText*/
}
	
A:hover	
{	
/*placeHover*/
}
