.main_text {
	margin:0; 
	font-family: Arial Narrow; 
	font-size: 15px; 
	color: #000000; 
	text-align:justify; 
	line-height: 120%; 
	}
	
.heading_level1 {
	font-family: Arial Narrow; 
	text-transform: uppercase; 
	font-size: 15px;
	font-weight: bold
	}

.input_all{ 
	border:1px solid #921010; 
	font-family:Arial Narrow; 
	font-size:13px; 
	color:#A4100E
	}

.all_table_headers{
	background:#921010; 
	color:#FFFFFF; 
	font-family:Arial Narrow; 
	font-size:15px
	}

.top_menu_links {
	font-family:Arial Narrow; 
	font-size:13px; 
	color:#FFFFFF;
	text-decoration: none;	
	}

.left_menu_main_link { 
	font-family: Arial Narrow; 
	color: #A31010; 
	font-size: 15px;  
	text-decoration: none;
	cursor:pointer;
	cursor:hand;
	}

.left_menu_sub_link { 
	font-family: Arial; 
	color: #000000;
	font-size: 11px;  
	text-decoration: none;
	margin-top:2px; 
	margin-bottom:0; 
	line-height:100%
	}

.all_menu_headings { 
	font-family: Arial Narrow; 
	color: #A31010; 
	font-size: 15px;  
	text-decoration: none; 
	font-weight:bold;
	}

.all_menu_text { 
	font-family: Tahoma, Arial Narrow; 
	color: #000000; 
	font-size: 10px;  
	text-decoration: none; 
	}

.bread_crumbs{ 
	font-family: Arial Narrow; 
	font-size: 11pt; 
	color: #C0C0C0; text-transform:uppercase 
	}

#popitmenu{
	position: absolute;
	background-color: white;
	border:1px solid black;
	line-height: 18px;
	z-index: 100;
	visibility: hidden; 
	font-variant:normal; 
	font-size:13px; 
	font-family:Arial Narrow
	}

#popitmenu a{
	text-decoration: none;
	padding-left: 4px;
	color: black;
	display: block;
	}

#popitmenu a:hover{ /*hover background color*/
	background-color: #A31010;
	color:#FFFFFF
	}