
body {
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 12px;
	width: 770px;
	background-color: #ffffff;
	margin: 5px 0px 0px 10px;
	line-height: 130%;
}

.sm {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px}


table {border: 0 none;text-decoration: none; font-size: 10px;}
td {font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;font-size: 10px;}
img {border: 0 none}
a {color: black;text-decoration: none;}
a.noDecoration {color: black;text-decoration: none;}
a.noDecoration:hover {text-decoration: none;}
a:hover {text-decoration: underline;}



table.header {
	width:770px;
	border: 1px solid gray;
	border-width: 0 0 1px 0;
}
table.header a {
	font-size: 10px;
	color: gray;
	font-weight: bolder;
    text-decoration: none;
}
table.header td {
	font-size: 10px;
	color: gray;
	font-weight: bolder;
}


div.breadCrumb {
	font-size: 10px;
	color: #1D5E8D;
	background: #F8F8F8;
	font-weight: bold;
	padding: 4px;
	width:100%
}
div.breadCrumb a {
	text-decoration: none;
	color: #1D5E8D;
}


table.menuTable {

}

table.menuTable td {
    padding: 4px;
    border-bottom: 1px dotted #666666;
    border-left: none;
    border-right: none;
    cursor:pointer;
}

table.menuTable a {
    text-decoration: none;
}

table.menuTable td.menuLevel0 {
    background:#eeeeee;
    text-transform: uppercase;
    font-weight: bold;
}

table.menuTable td.menuLevel1 {
    text-transform: uppercase;
}

/* this and m2 is used at the same time (class="m2 m2Selected")
   this is overridden in advertiser.css, publisher.css etc) */
table.menuTable td.menuLevel1Selected {
		background: #CEE1F2;
		font-weight: bold;
}

table.menuTable td.m2 {
    padding-left: 16px;
}


