            body    {
                        font-size: 9pt;
                        font-family: Arial, Helvetica, sans-serif;
                        background-color: #ffffff;
                        }

                div#outerDiv {
                                width: 770px;
                                margin: 0 auto;
                                background: #ffffff;
                                height: 200px;
                                }

                div#header {
                                height:  110px;
                                position:  relative;
                                border:  1px solid black;

                                }
                #wrap   {
                                                width:750px;
                                                float:center;
                                                margin:0 auto;
                                                }

                .color1       {
                        background-color: #aaaaaa;
                        font-size: 9pt;
                        font-family: Arial, Helvetica, sans-serif;
                        }
                .color2       {
                        background-color: #888888;
                        font-size: 9pt;
                        font-family: Arial, Helvetica, sans-serif;
                        }
                tr      {
                        font-size: 9pt;
                        font-family: Arial, Helvetica, sans-serif;
                        }
                td      {
                        font-size: 9pt;
                        font-family: Arial, Helvetica, sans-serif;
                        }
                .header      {
                        font-size: 9pt;
                        font-family: Arial, Helvetica, sans-serif;
                                                font-weight: bold;
                        color: #ffffff;
                        background-color: #1374a5;
                        }
                .heading        {
                        font-size: 12pt;
                        font-family: Arial, Helvetica, sans-serif;
                                                font-weight: bold;
                                                padding: 5px;
                        color: #ffffff;
                        background-color: #1374a5;
                        }
                .heading th     {
                        font-size: 12pt;
                        font-family: Arial, Helvetica, sans-serif;
                                                font-weight: bold;
                                                padding: 5px;
                        color: #ffffff;
                        background-color: #1374a5;
                        }

                .heading2       {
                        font-size: 10pt;
                        font-family: Arial, Helvetica, sans-serif;
                                                font-weight: bold;
                        color: #000000;
                        background-color: #cfcfcf;
                        border: none;
                        padding: 0.3em;
                        height: 35px;
                        }
                .heading3       {
                        font-size: 12pt;
                        font-family: Arial, Helvetica, sans-serif;
                                                font-weight: bold;
                        color: #ffffff;
                        background-color: #1374a5;
                        height: 25px;
                        }
                .bigbold      {
                        font-size: 19pt;
                        font-family: serif;
                                                font-weight: bold;
                        }
                .small  {
                        font-size: 8pt;
                        font-family: sans-serif;
                                                font-weight: bold;
                                                color: #black;
                        }
                input   {
                        font-size: 9pt;
                        font-family: Arial, Helvetica, sans-serif;
                        }
                textarea   {
                        font-size: 9pt;
                        font-family: Arial, Helvetica, sans-serif;
                        }
                select  {
                        font-size: 9pt;
                        font-family: Arial, Helvetica, sans-serif;
                                                }
                a:link, a:visited, a:active    {
                        font-size: 9pt;
                        font-family: Arial, Helvetica, sans-serif;
                        color: #000000;
                        text-decoration: none;
                        }
             .popup
                        {
                        position:absolute;
                        border-style:solid;
                        border-width:1;
                        border-color:black;
                        padding:5px;
                        color:black;
                        font-family:Arial;
                        font-size:10pt;
                        z-index:2;
                        }
             .header2    {
                        font-size: 14pt;
                        font-family: Arial, Helvetica, sans-serif;
                                                font-weight: bold;
                        color: #000000;
                        background-color: #006598;
                        }

             .hr                {
                                height: 1px;
                                margin-top: 5px;
                                margin-bottom: 5px;
                                color: #cccccc;
                                background-color: #cccccc;
                                                width:98%;
                                }

             body       {
                        font-size: 9pt;
                        font-family: Arial, Helvetica, sans-serif;
                        background-color: #ffffff;
                        margin-top; 5px;
                        }
            .br img             {
                                margin-top: 10px;
                                margin-bottom: 10px;
                                }

                        .t {background: url(../images/dot.gif) 0 0 repeat-x; width: 700px}
                        .b {background: url(../images/dot.gif) 0 100% repeat-x}
                        .l {background: url(../images/dot.gif) 0 0 repeat-y}
                        .r {background: url(../images/dot.gif) 100% 0 repeat-y}
                        .bl {background: url(../images/bl.gif) 0 100% no-repeat}
                        .br {background: url(../images/br.gif) 100% 100% no-repeat}
                        .tl {background: url(../images/tl.gif) 0 0 no-repeat}
                        .tr {background: url(../images/tr.gif) 100% 0 no-repeat; padding:10px}

                        .ls {background: #1374a5 url(../images/dot.jpg) 0 0 repeat-y}
                        .rs {background: #1374a5 url(../images/dot.jpg) 100% 0 repeat-y}
                        .bls {background: url(../images/bls.jpg) 0 100% no-repeat #1374a5; width: 700px}
                        .brs {background: url(../images/brs.jpg) 100% 100% no-repeat}
                        .tls {background: url(../images/tls.jpg) 0 0 no-repeat}
                        .trs {background: url(../images/trs.jpg) 100% 0 no-repeat; padding:10px}
                        .clear {font-size: 1px; height: 1px}         
* {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	color: #000000;
	font-size: 10pt;
	}

html, body {
	height: 100%;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -27px;
}

#top {
	background-color: #006598;
	font-size: 20pt;
	padding: 10px;
	color: #dddddd;
}

#navbar {
	padding-top: 2px;
	height: 29px;
	background-color: #1374a5;
}

#thinbar {
	height: 2px;
	background-color: #4394bd;
	font-size: 1px;
}

#content {
	clear: both;
	color: black;
	padding: 5 5 5 5;
	background-color: #ffffff;
}

#push {
	height: 25px;
	background-color: #ffffff;
} 

#footer {
	height: 25px;
	text-align: center;
	background-color: #006598;
	color: #dddddd;
} 

.menubutton {
	padding: 5px;
	color: #dddddd;
}

.menuitemoff {
	width: 125px;
	float: left;
	border: solid #006598;
	border-width: 1 1 1 0;
	cursor: pointer;
	color: #000000;
	text-align: center;
}

.menuitemoff a {
	text-decoration: none;
}

.menuitemon {
	width: 125px;
	float: left;
	border: solid #4394bd;
	border-width: 1 1 1 0;
	cursor: pointer;
	background-color: #aaaaaa;
	color: #000000;
	text-align: center;
}

.menuitemon a {
	text-decoration: none;
}

.submenu {
	width: 125px;
	position: absolute;
	cursor: pointer;
	display: none;
}

.submenuitemoff {
	width: 125px;
	padding: 5px;
	border: solid #4394bd;
	border-width: 0 1 1 1;
	background-color: #000000;
	color: #ffffff;
	cursor: pointer;
	opacity: 0.8;
	filter: alpha(opacity=80);
	text-align: left;
}

.submenuitemon {
	width: 125px;
	padding: 5px;
	border: solid #4394bd;
	border-width: 0 1 1 1;
	background-color: #aaaaaa;
	color: #000000;
	cursor: pointer;
	opacity: 0.8;
	filter: alpha(opacity=80);
	text-align: left;
}

.color1 {
	background-color: #aaaaaa;
}

.color1 td {
	padding: 5 5 5 5;
}
.color2 {
	background-color: #888888;
}

.color2 td {
	padding: 5 5 5 5;
}

.header {
	color: #cccccc;
	background-color: #006598;
	padding: 5 5 5 5;
	}

.bigbold {
	font-size: 19pt;
	font-family: serif;
	font-weight: bold;
}

.popup {
	position:absolute;
	border-style:solid;
	border-width:1;
	border-color:black;
	padding:5px;
	color:black;
	font-family:Arial;
	font-size:10pt;
	z-index:2;
}
