/* CSS definition file containing sitestyle stylesheets */
* {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    zfont-size: 8pt;
}
div, span, body {
    border: 0;
}

/* List defaults */
li { display: list-item; }
ul, ol { display: block; margin: 1.33em 0; margin-left: 40px; }
ol { list-style-type: decimal; }
l ul, ul ol, ul ul, ol ol { margin-top: 0; margin-bottom: 0; }

/* font size */
body, input, textarea, select {
    font-size: 8pt;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;    
}
table {
    border-collapse: collapse;
}
body {
    SCROLLBAR-FACE-COLOR: #FFFFFF;
    SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
    SCROLLBAR-SHADOW-COLOR: #E0CAAC;
    SCROLLBAR-ARROW-COLOR: #E0CAAC;
    SCROLLBAR-BASE-COLOR: #FFFFFF;
    scrollbar-3d-light-color: #FFFFFF;
    scrollbar-dark-shadow-color: #E0CAAC;
    background-color: #FFFFFF;
	 background-image: url(../images/bot_bg.jpg);
	 background-position: bottom;
	 background-repeat: no-repeat;
	 margin: 0px;
	 font-size: 8pt;
}
.bodypanel {
	background-image: url(../images/background.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
a {
    font-style: normal;
    color: #9A6A2B;
}
a:link {
    color: #9A6A2B;
    text-decoration: none;
    cursor: hand;
}
a:visited, a:active {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
	 color: #006633;
}
.sub {
    color: #C28739;
}
.sub:link,.sub:visited,.sub:active {
    color: #C28739;
}
.sub:hover {
	 color: #027F3F;
	 text-decoration: none;	 
}
td {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-style: normal;
    text-decoration: none;
    color : #666666;
    font-size: 8pt;	 
}
th.toptd {
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color: #ED964C;
	color : #FFFFFF;
	font-size: 7pt !important;
	text-align: left;
}
th.toptdend {
	border-bottom: 1px solid #FFFFFF;
	background-color: #ED964C;
	color : #FFFFFF;
	font-size: 7pt !important;
	text-align: left;
}
.greentd {
	background-color: #F5F7EB;
	border-right: 1px solid #E97E23;
	border-bottom: 1px solid #E97E23;
	color : #04589D;
	font-size: 7pt !important;
}
.greentdend {
	background-color: #F5F7EB;
	border-bottom: 1px solid #E97E23;
	color : #04589D;
	font-size: 7pt !important;
}
.whitetd {
	border-right: 1px solid #E97E23;
	border-bottom: 1px solid #E97E23;
	color : #04589D;
}
.whitetdend {
	border-bottom: 1px solid #E97E23;
	color : #04589D;
}
.blue {
    color : #04589D;
}
.black {
    color : #000000;
}
.white {
    color : #FFFFFF;
	 font-size: 7pt;
}
.white:link,.white:visited,.white:active {
    color: #FFFFFF;
	 text-decoration: underline;
	 font-size: 7pt;
}
.white:hover {
	 color: #FFFFFF;
	 text-decoration: none;
	 font-size: 7pt;
}
.orange {
    color : #FF9908;
	 background-color: #FFFFFF;
}
.large {
    font-size: 11pt;
}
.small {
    font-size: 7pt;
}
input, select, textarea {
    font-weight: normal;
    color:#000000;
    background-color: #FFFFFF;
    font-style: normal;
}