hr { display: inline; }
h5 {
	margin-left: 0px;
	margin-bottom: 5px; 
	margin-top: 5px;
	font-family: arial;
	font-size: 135%;
}
Input, TextArea {
	border: #330099 1px beveled;
}
Input.Login {
    border-right: #330099 0px none;
    border-top: #330099 0px none;
    border-left: #330099 0px none;
    border-bottom: #330099 1px double;
    //border: #330099 1px beveled;
    font-family: Verdana;
    font-size:10pt;
}
Input.Search {
    border-right: #330099 0px none;
    border-top: #330099 0px none;
    border-left: #330099 0px none;
    border-bottom: #330099 1px double;
    font-family: Verdana;
    font-size:10pt;
    width: 250;
}
    
A.MenuLinks, A.MenuLinks:active, A.MenuLinks:visited, A.MenuLinks:link {
    color: #9c0000;
    text-decoration: none;
    font-size: 10pt;
}
A.MenuLinks:hover {
    color: #9c0000;
    text-decoration: underline;
    font-size: 10pt;
}
A.DetailLinks, A.DetailLinks:active, A.DetailLinks:visited, A.DetailLinks:link, A.DetailLinks:hover  {
    color: #330099;
    text-decoration: underline;
    font-size: 10pt;
}
.SiteDefault {
	font-family: Georgia, Arial;
    font-size: 10pt;
    color: #330099;
}
.Header {
	background-color: #9c0000;
	color: #ffffff;
	font-weight: 800;
	text-align: center;
} 
.ECButton {
	background-color: #330099;
	//border-color: #9c0000;
	border-color: #9c0000;
	//border-style: beveled;
	border-style: double;
	border-width: 3;
	color: #ffffff;
	font-size: 10pt;
	font-family: verdana;
	font-weight: bold;
}
/* Admin Section Style Sheets */
.AdminContent {
	padding-top: 0;
	padding-left: 5px;
	color: #000000;
	font-size: 10pt;
}	
.AdminHeader {
	font-weight: 800;
	font-size: 12pt;
	padding-top: 0;
	color: #e4923f;
}
/* Copyright Section Style Sheets */
.CopyrightContent {
	padding-top: 0px;
	color: #000000;
	font-size: 8pt;
}	
A.CopyrightLinks, A.CopyrightLinks:active, A.CopyrightLinks:visited, A.CopyrightLinks:link, A.CopyrightLinks:hover  {
    color: #000000;
    text-decoration: underline;
    font-size: 8pt;
}