/**************For Header values**************************/
td.vrredline /*vertical line from top of page to bottom*/
{
	
	background-color: #FF0000;
	background-repeat: repeat-x;
	width: 5px;
	vertical-align: top;
	
}
hr.redline /*a horizontal red line*/
{

	width: 75%;
	height: 4px;
	background-color: #FF0000;
	border:0;

}
table.menutop /*Table of the top of page*/
{
	border-collapse:collapse;
	width:650px;
}
table.menuchoices /*Table that encloses Menu links*/
{
	border:0;
	border-collapse:collapse;
	height:auto;
	width:736px;
}
	
td.menuborder /*Column of Menu Links, includes redlines on top and right*/
{
	vertical-align:top;
	border-top-color:#FF0000;
	border-top-style:solid;
	border-top-width:medium;
	border-right-color:#FF0000;
	border-right-style:solid;
	border-right-width:medium;
}
td.textborder /*Column of Text of the page.*/
{
	
	vertical-align:top;
	border-top-color:#FF0000;
	border-top-style:solid;
	border-top-width:medium;
}

/**************For Footer values*********************/
table.footer
{
	border:0px;
	border-collapse:collapse;
	width:49%;
	background-color:#9999FF;
	
}
tr.footer
{
	height:46.6pt;
}
td.footer
{
	height:46.6pt;
	text-align:center;
}

/**************For History.php values*******************/
	
p.histtext /*History page Text style and type*/
{
	left: auto;
	margin-left:5px;
	text-indent:10px;
	text-align: left;
	font-weight: bold;
}
p.histhead /*History page Header text in text column*/
{
	left:auto;
	color:Red;
	font-size:x-large;
	text-align:center;
	font-family: "Monotype Corsiva";
}

/*************For Presmsg.php************************/
p.pres {
	color: #FF0000;
	font-size: 24px;
	font-weight: bold;
}
.para {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
span.name {
	font-family: "Monotype Corsiva";
	font-size: 24px;
}
.sign {
	font-family: "Monotype Corsiva";
	font-size: 18px;
}




