@charset "utf-8";
/* CSS Document */
#topNav a {
color: #000;
text-decoration: none;
}
#topNav a:hover{
color: #336699;
text-decoration: underline;
}
#MyContainer {
text-align: left;
}
.marginBottom20 {
margin-bottom: 20px;
}
.CatLeft2 {
float:left;
font-size:22px;
}
.CatLeft2 a, .CatLeft2 a:hover {	
font-size: 22px;
color: #000;
text-decoration: none;
}
.CatLeft2 a:hover {
text-decoration: none;
}
.CatRight {
float: left;
padding: 6px 0px 0px 0px;
}
.CatRight a {	
color: #000;
text-decoration: none;
}
.CatRight a:hover {
text-decoration: underline;
color: #336699;
}
