#page {
    background-color: #fff;
    margin: 30px;
    padding: 15px;
    width: 100%;
}
html>body #page {
    width: auto;
}

#ctl00_ContentPlaceHolder1_RV div {
    overflow: visible !important;
}
#header {
    height: 112px;
    color: White !important;
    background: #2d2d2d url(/Images/topbg.gif) repeat-x top left;
}
#menu td a img {
    overflow: hidden !IMPORTANT;
    visibility: hidden !IMPORTANT;
    position: absolute !IMPORTANT;
}
#menu, .menuDropdown, .menuPadding {
    background: url(/Images/border1.gif) repeat-x top left;
	text-align: left;
    font-weight: 500;
    z-index: 100;
}
#menu {
	width: 100%;
}
.menuDropdown {
	min-width: 155px;
	border: 1px solid black;
	background-color: #f2f2f2;
	padding: 4px;
}

.wrapLeft {
	text-align: left;
	white-space: normal;
}
.bordered, .breaker {
	border-left: solid 1px gray;
}
.bordered, .seporator {
	border-top: solid 1px gray;
}
.tableborder, .tableborder td {
    border: solid 1px silver;
}
.tableborder td table {
    border: 0px;
}
.seporator {
	border-left: solid 3px gray;
}
.loadingPanel {
    background: #fff url(/Images/loading.gif) no-repeat center center;
    visibility: hidden;
    top: 190px;
    z-index: -99;
    position: absolute;
    filter: alpha(opacity=80);
    mozilla-opacity: 0.80;
    opacity: 0.80;
    width: 90%;
    left: 5%;
    height: 100%;
}
.CategoryHeading {
    font-size:9pt;
    font-weight:600;
}
.SectionHeading {
    font-size:10pt;
    font-weight:600;
}
.Target {
    font-size:6pt;
    font-weight:500;
    color:blue;
}

h1, h2, h1 span {
    font-family: Georgia, Verdana, Arial, Serif !important;
    font-weight: 700 !important;
    font-size: 16pt !important;
}
body {
    margin: 0;
    padding: 0;
    background: black url(/Images/bg.gif) repeat fixed;
    color: #333333;
}
body, span, table, tr, td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}
input {
    font-size:1.2em !important;
}
a.dimmed:link,
a.dimmed:visited {
    color: #9b9b9b;
}
a:visited, a:link {
	color: #000000;
	text-decoration: underline;
}
a:hover, a:active {
	color: #FF0000;
	text-decoration: underline;
}
p {
	margin-top:0;
}
img, a img, table, tr, td {
    border: 0px;
    margin: 0px;
    border-spacing: 0;
    border-collapse: collapse;
}
a img {
    border: 0px !important;
}