/* CSS Document */

P { font-size : 11px; 
   
	text-align : justify;}
H5 { font-size : 11px; font-color : #bd0000; font-weight: bold; }

A:link { font-weight: bold; color: #000000 }
A:visited { font-weight: bold; color: #000000 }
A:active { color: #FFFFFF }
A:hover { text-decoration:none; color:#FFFFFF; background-color:#bd0000}

.RED { font-style: italic;
	color: #bd0000;
	font-size: 14px;
}
.RED2 { font-weight: bold;
background-color:black;
	color: white;
	font-size: 12px;
	}
.title { font-weight: bold;
         background-color:#bd0000;
          color: white;
		  font-size: 16px; }
		  
ul {
color: #bd0000;
}

.container {
padding:20px 15px 25px 20px
}
		  
#menu ul {
list-style-image: none;
list-style-position: outside;
list-style-color: #bd0000;
list-style-type: none;
}