/* Default CSS Stylesheet for a new Web Application project */

/*----------Page----------*/
Body
{
	background: #FFFFFF;
}

/*----------Tables----------*/
.TABLE_A
{
	 
}

.TABLE_B
{
	border-width:1px;
	border-style: solid;
	border-color:#7E4941;
	border-collapse: separate;
	background-color:#FCF9E9;
	width: 620px;
}

.TABLE_B TH
{
	text-align:center;
	border-color: #7E4941;
	background:#F2E795;	
}

.TABLE_B TD
{
	border-width: 1px;
	padding: 8px;
	border-color:#FFFFFF;
}

/*----------Headings----------*/
.TD_Heading
{
	text-align:center;
	vertical-align:top;
	background:#FFFFFF;	
}

.FONT_Heading
{
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color:#7E4941;
}

/*----------SubHeadings----------*/
.TD_SubHeading
{
	vertical-align:top;
	background-color:#FFFFFF;
	text-align:left;
}

.FONT_SubHeading
{
	font-family: "Times New Roman", Times, serif;
	font-size: smaller ;
	color:#7E4941;
}

/*----------Labels----------*/
.TD_Label
{
	vertical-align:top;
	text-align:left;
}

.FONT_Label
{
	font-family:Tahoma;
	font-size: smaller;
	color: #666666;
}

/*----------Data----------*/
.TD_Data
{
	background-color:#FCF9E9;
	vertical-align:top;
}

.TD_DataAlt
{
	background-color:#F2E795;
	vertical-align:top;
}

.FONT_Data
{
	font-family:Tahoma;
	font-size: smaller;
	color: #666666;
}

/*----------Buttons----------*/
.TD_Button
{
	background-color:#FCF9E9;
	vertical-align:middle;
	text-align:right;
}
.TD_ButtonAlt
{
	background-color:#FCF9E9;
	vertical-align:middle;
	text-align:right;
}

.FONT_Button
{
	font-family:Tahoma;
	font-size: smaller;
	color: black;
}

.FONT_ButtonAlt
{
	font-family:Tahoma;
	font-size: smaller;
	color: black;
}


