/******************************************************************************
*Description: Stylesheet made to format the contents of the rules.cshtml page.
*Creation Date: March 24, 2022
******************************************************************************/

.LeftMenuDiv {
	align: left;
	position: absolute;
	top: 20px;
	left: 0px;
	width: 200px;
	background: url(../images/button-bg.jpg);
}

.LeftMenuHeader {
	font-weight: bold;
	position: relative;
}

.LeftMenuLink {
	font-weight: normal;
	position: relative;
	left: 10px;
}

 .FileName {
	font-family: "Times New Roman";
	font-size:12px;
	line-height: 22px;
	color: #000000;
	letter-spacing: 1px;
	text-decoration: none
}

.FileList {
	position:relative;
	top: 20px;
	left: 50px;
}

.TitleHeader {
	font-family: "Times New Roman";
	align: center;
	font-size:16px;
	line-height: 22px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 1px;
	text-decoration: none;
	position: relative;
	top: 20px;
	left: 250px;
	width: 600px;
}

a:link {
	text-decoration:none;
	font-family: "Times New Roman";
	color: #555555;
	cursor:pointer	
}    
                            
a:visited{
	text-decoration:none;
	font-family: "Times New Roman";
	color: #555555;
}       
                            
a:active{
	text-decoration:none;
	font-family: "Times New Roman";
	color: #555555;
}    
                           
a:hover
{
    text-decoration: none;
    cursor: pointer;
    color: #339933;
}



