/* common cascading style sheet for BawChng.com */
/* Copyright 2008 - present, BawChng.com */

/* Import other style sheets */
@import "/addto/addto.css";

BODY {
  background: #ffffff;
}

.topNavBody A:link {text-decoration: none; color: #0000ff; font-size: 14}
.topNavBody A:visited {text-decoration: none; color: #800080; font-size: 14}
.topNavBody A:active {text-decoration: none; color: #000080; font-size: 14}
.topNavBody A:hover {text-decoration: none; color: #000080; font-size: 14}

/* table.topFrame */
table.topFrame {
  border-spacing: 0px;
  background: #ffffff;
  border: 0px;
}

table.topFrame td {
  vertical-align: top;
  text-align: left;
}

/* table.midFrame */
table.midFrame {
  border-spacing: 0px;
  background: #ffffff;
  border: 0px;
}

/* table.mainFrame */
table.mainFrame {
  border-spacing: 0px;
  background: #ffffff;
  border: 0px;
}

/* hTopNav */
#hTopNav {
	border-style: solid;
	border-color: #ddddff;
	border-width: 1px;
    margin: 0px 15px 15px 0px;
    padding: 0px 15px 15px 0px;
    font-size: 12;
}

#hTopNav ul { 
    list-style-position: outside;
}

#hTopNav a {
    text-decoration : none;
    color: #0000ff;
    font-size: 14;
}
	
#hTopNav a:hover {
    text-decoration : none;
    color: #000080;
    background-color: #ddddff;
    font-size: 14;
}

#hTopNav a:active {
    text-decoration : none;
    color: #000080;
    font-size: 14;
}

#hTopNav a:visited {
    text-decoration : none;
    color: #800080;
    font-size: 14;
}

/* hBottomNav */
#hBottomNav {
    text-align: center;
	border-style: solid;
	border-color: #ddddff;
	border-width: 1px;
}   

#hBottomNav a {
    text-decoration : none;
    color: #0000ff;
    font-size: 14;
}
	
#hBottomNav a:hover {
    text-decoration : none;
    color: #000080;
    background-color: #ddddff;
    font-size: 14;
}

#hBottomNav a:active {
    text-decoration : none;
    color: #000080;
    font-size: 14;
}

#hBottomNav a:visited {
    text-decoration : none;
    color: #800080;
    font-size: 14;
}

/* hLocalNav */
#hLocalNav {
	border: #none;
    background-color: #ddffdd;
    margin: 0.25em auto 0.25em auto;
    padding: 0.1em 0.25em;
}   

#hLocalNav a {
    text-decoration : none;
    color: #0000ff;
    font-size: 14;
}
	
#hLocalNav a:hover {
    text-decoration : none;
    color: #000080;
    background-color: #ddddff;
    font-size: 14;
}

#hLocalNav a:active {
    text-decoration : none;
    color: #000080;
    font-size: 14;
}

#hLocalNav a:visited {
    text-decoration : none;
    color: #800080;
    font-size: 14;
}


