
/* ============================== */
/* ======= BODY, HEADERS ======== */
/* ============================== */

body {font-style: normal;
	font-variant: normal;
	font-weight: normal;
	margin: 0 0 0 0;
	font-size: 8pt;
	color: #202020;
	background-color: #aaaaaf;
	font-family: Arial, Verdana, Helvetica}

h1 {color: #4a5aa6;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	display:block;
	background:#eeeeef;
	margin: 0px;
	font-size: 18pt;
	font-family: Arial Narrow, Verdana, Helvetica}

H2 {color: #000000;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	margin: 0;
	background-color:#d9ddf7;
	font-size: 10pt}

H3 {color: #000000;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	margin: 0;
	font-size: 10pt}

/* ============================== */
/* ========== TABLE DEFS ======== */
/* ============================== */

TD {color: #222222;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 8pt;
	font-family: Arial, Verdana, Helvetica
   }
TD.tdwhite {
	background-color: white;
	padding-left:10px;
	padding-right:10px;
	width:70px;
	height:60px;
	text-align:center
   }
TD.svctit {
	text-align:left;
	background-color: white;
	font-weight:bold;
	color:black
   }

/* ============================== */
/* ========  LINK CLASSES ======= */
/* ============================== */

a:link {font-family: Arial, Verdana, Helvetica;
	font-size: 8pt;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	color: #000080}
a:visited {font-family: Arial, Verdana, Helvetica;
	font-size: 8pt;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	color: #000080}
a:hover {font-family: Arial, Verdana, Helvetica;
	font-size: 8pt;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	color: #ff9000;
	background-color: transparent}
	
a:link.dev {font-family: Arial, Verdana, Helvetica;
	font-size: 8pt;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	color: #080808}
a:visited.dev {font-family: Arial, Verdana, Helvetica;
	font-size: 8pt;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	color: #080808}
a:hover.dev {font-family: Arial, Verdana, Helvetica;
	font-size: 8pt;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	color: #46b9f1;
	background-color: transparent}

a:link.navtop {
	font-size: 8pt;
	font-weight: bold;
	color: #000000}
a:visited.navtop {
	font-size: 8pt;
	font-weight: bold;
	color: #000000}
a:hover.navtop {
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff}


a:link.deflink {
	font-size: 10pt;
	font-weight: bold;
	color: #000000}
a:visited.deflink {
	font-size: 10pt;
	font-weight: bold;
	color: #000000}
a:hover.deflink {
	font-size: 10pt;
	font-weight: bold;
	color: #ff9000}


a:link.botlink {
	font-size: 8pt;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	text-decoration: underline;
	color: #333333}
a:visited.botlink {
	font-size: 8pt;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	text-decoration: underline;
	color: #333333}
a:hover.botlink {
	font-size: 8pt;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	color: red}

a:link.large {font-family: Arial, Verdana, Helvetica;
	font-size: 12pt;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	color: green}
a:visited.large {font-family: Arial, Verdana, Helvetica;
	font-size: 12pt;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	color: green}
a:hover.large {font-family: Arial, Verdana, Helvetica;
	font-size: 12pt;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	color: black;
	background-color: transparent}


/* ============================== */
/* ==== DIV DISPLAY CLASSES ===== */
/* ============================== */


.casewin {
	position: relative;
	width: 690px;
	height:380px;
	padding-left:20px;
	padding-right:20px;
	overflow:auto;
	scrolling:auto;
	scrollbar-face-color : #ccccff;
	scrollbar-highlight-color : #ffffff;
	scrollbar-3dlight-color : #ffffff;
	scrollbar-shadow-color : #555555;
	scrollbar-darkshadow-color : #222222;
	scrollbar-track-color : #d9ddf7;
	scrollbar-arrow-color : #ffffff
	}
.scrollwin {
	position: relative;
	width: 780px;
	height:385px;
	overflow:auto;
	scrolling:auto
	}
.scrollwin320 {
	position: relative;
	width: 736px;
	height:330px;
	overflow:auto;
	padding: 0px 0px 0px 0px;
	background-color: #fff3a1;
	scrolling:auto
	}
.scrollwin300 {
	position: relative;
	width: 780px;
	height:310px;
	overflow:auto;
	padding: 5px 5px 5px 5px;
	background-color: #fff3a1;
	scrolling:auto
	}
.scrollwin300clear {
	position: relative;
	width: 780px;
	height:310px;
	overflow:auto;
	scrolling:auto
	}
.scrollwin200 {
	position: relative;
	width: 500px;
	height:200px;
	font-size: 8pt;
	text-align: left;
	padding-right: 20px;
	overflow:auto;
	scrolling:auto;
	scrollbar-face-color : #ccccff;
	scrollbar-highlight-color : #ffffff;
	scrollbar-3dlight-color : #ffffff;
	scrollbar-shadow-color : #555555;
	scrollbar-darkshadow-color : #222222;
	scrollbar-track-color : #d9ddf7;
	scrollbar-arrow-color : #ffffff
	}


/* ============================== */
/* ====  OTHER STUFF  ======= */
/* ============================== */

.pagetitle {color: #029f36;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-align:left;
	margin: 0;
	font-size: 20pt;
	position:relative;
	display:block;
	top:25px;
	left:130px;
	font-family: Arial Narrow, Verdana, Helvetica
   }

form {margin: 0px}

B {color: #236022;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	margin: 0;
	font-size: 9pt;
	font-family: Arial, Verdana, Helvetica
   }
.bottom {color: #202020;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 8pt;
	font-family: Arial, Verdana, Helvetica
   }
b.title {color: #202020;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 12pt;
	font-family: Arial, Verdana, Helvetica}

b.price {color: #F86402;
	font-style: italic;
	font-variant: normal;
	letter-spacing: -5px;
	font-weight: bold;
	font-size: 40pt;
	font-family: Arial, Verdana, Helvetica}

.norm
{
    font-size: 8pt;
    COLOR: #202020;
    BACKGROUND-COLOR: #e7fde7;
    BORDER: black 1px groove;
    font-family: Arial, Verdana, Helvetica
}
.vital
{
    font-size: 8pt;
    COLOR: #202020;
    BACKGROUND-COLOR: #ebebff;
    BORDER-RIGHT: red 2px solid;
    BORDER-TOP: #000000 1px solid;
    BORDER-LEFT: red 2px solid;
    BORDER-BOTTOM: black 1px solid;
    font-family: Arial, Verdana, Helvetica
}

.stdbtn
{
    font-size: 8pt
}
input.buybtn
{
    font-size: 8pt;
    COLOR: #202020;
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px solid;
    BORDER-LEFT: #000000 1px solid;
    BORDER-BOTTOM: #000000 1px solid;
    BACKGROUND-COLOR: #fcab1e
}
.small {color: #202020;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 7.5pt;
	margin: 0px;
	font-family: Arial, Verdana, Helvetica
   }

ul	{
	list-style-image: url(mm/bullet.gif);
    margin-top: 0px;
    padding: 0px
}

