BODY {
	font-family: Georgia, Times New Roman, Times, serif;
	color: black;
	font-size: 10px;
	background-image: url(Back_Brown.jpg);
}

A:Link {
	color: blue;
	text-decoration: none;
}

A:Visited { 
	color : blue; 
	text-decoration: none;
	} 

A:Hover {
	color: darkred;
	text-decoration: none;
}

BLOCKQUOTE, TR, TH, UL, OL {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 11px;
}


.Other{
	font-family: Georgia, Times New Roman, Times, serif;
}


.AddEditTitle{
 font-family: Georgia, Times New Roman, Times, serif;
 font-weight:bold;
 font-size:16px;
 color:#804000;
}


.TopLine {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c0c0c0;

}

.BottomLine {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #c0c0c0;

}

.SingleBottomLine {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c0c0c0;

}

.LeftLine {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #c0c0c0;

}

.RightLine {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #c0c0c0;

}


.SingleRightLine {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;

}