body	{
	font-weight: bold;
	margin:		0;
	padding:	0;
	font-family: arial, "Book Antiqua", palatino, serif;
	font-size: 13px;
	}
div, p, th, td, li, dd, dl, dt    {
             /* redundant selectors to help NS4 not forget */
    font-family:  arial, "Book Antiqua", palatino, serif;
    }
a	{
	text-decoration: underline;
	font-weight:	bold;
	font-size: 13px;
	#color: #112233;

	}
a:link	{
	font-weight: bold;
	#color: #0000ff;
	background-color: transparent;
	}
a:visited	{
	font-weight: bold;
	color: #0000ff;
	background-color: transparent;
	}
a:active	{
	font-weight: bold;
	#color: #000022;
	background-color: transparent;
	}
a:hover	{
	font-weight: bold;
	#color: #4444ff;
	background-color: transparent;
	text-decoration:	
	}
dt 	{
	font-weight: bold;
	}
ol, li, dl, dt, dd {
	font-weight: bold;
	line-height: 1.5em;
	}
.content {
	padding: 10px 20px;
	margin: 5% 15%;
	border: 1px dotted #333;
	background-image: url(../images/contentfill.gif);
	}
p {
	font-weight: bold;
	margin-top: 0; padding-top: 0;
	line-height: 1.5em;
	}
h1	{
	font-size:	24px;
	}

h2	{
	font-size:	22px;
	}

h3	{
	font-size:	20px;
	}

h4 {
	font-size:	18px;
	}

h5	{
	font-size:	14px;
	}

h6	{
	font-size:	12px;
	}
.first 	{
	margin-top: 0;
	padding-top: 0;
	}
h1, h2, h3, h4, h5, h6	{
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	background-color: transparent;
	margin:	5px 0 0 0;
	}
img	{
		/* turns off gaps around images */
	border:	0
	}
.vs0	{
	margin-top:	0;
	padding-top: 0;
	}
.ahem	{
	display:	none;
	}
code, tt, pre	{
	font: 10px "andale mono", monaco, courier, "courier new", monospace;
	background: transparent;
	}
#footer, .marginalia {
	font: 10px geneva, verdana, arial, helvetica, sans-serif;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #333333;
	}
.libnavt {
border-bottom: solid 1px #fff;
}
.libnavb {
border-bottom: solid 1px #ccc;
border-top: solid 1px #ccc;
}
.small {
	font-size: 11px;
	font-weight: bold;
	}
.headingb {
	font-size: 14px;
	font-weight: bold;
	}
.titletext {
	font-size: 16px;
	background-color: #ddcc99;
	font-weight: bold;
	}
.titletexts {
	font-size: 14px;
	color: #eeddaa;
	background-color: #bbaa77;
	font-weight: bold;
	}
.heading {
	font-size: 14px;
	#font-weight: bold;
	}
.white {
	color: #fff;
	background-color: #699;
	}
.choicesbox {
	margin-top: 10px;
	padding: 3px 5px 5px 10px;
	color: #fff;
	background-color: #699;
	border: 1px dotted #366;
	}
.choicesbox2 {
	margin-top: 10px;
	padding: 3px 5px 5px 10px;
	color: #000;
	background-color: #fff;
	border: 1px dotted #366;
	}
.choicesbox a:link {color: #000}
.choicesbox a:visited {color: #333}
.choicesbox a:active, .choicesbox a:hover {color: #fff}
.subnav {
	font: bold 14px/1.5em palatino, georgia, times, "times new roman", serif;
	color: #999999;
	text-align: center;
	}
.caption {
	font: 10px geneva, verdana, sans-serif;
	color: #366;
	background-color: transparent;
	}
.fineprint {
	font: 10px geneva, verdana, sans-serif;
	color: #000;
	background-color: #fff;
	padding: 5px 3px 7px 3px;
	border: 0;
	margin-bottom: 30px;
	text-align: center;
	}


table.sample {
        border-width: 0px 0px 0px 0px;
        border-spacing: 5px;
        border-style: outset outset outset outset;
        border-color: gray gray gray gray;
        border-collapse: separate;
        background-color: #eeddaa;
}
table.sample th {
        border-width: 0px 0px 0px 0px;
        padding: 4px 4px 4px 4px;
        border-style: outset outset outset outset;
        border-color: gray gray gray gray;
        background-color: #bbaa99;
        #-moz-border-radius: 3px 3px 3px 3px;
}
table.sample td {
        border-width: 0px 0px 0px 0px;
        padding: 4px 4px 4px 4px;
        border-style: outset outset outset outset;
        border-color: gray gray gray gray;
        background-color: #d5c595;
        #background-color: #e0d0a0;
        #background-color: #ccbbaa;
        #-moz-border-radius: 3px 3px 3px 3px;
}


	.progressBar {
		position: relative;
		padding: 2px;
		width: 500px;
		height: 40px;
		font-size: 14px;
	}
	.progressBar .background {
		border: solid 1px black;
		width: 270px;
		height: 20px;
	}
	.progressBar .bar {
		position: relative;
		background-color: blue;
		width: 0px;
		height: 20px;
	}

* {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide {
        cursor: url(highslide/highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
        border: 2px solid gray;
}
.highslide:hover img {
        border: 2px solid white;
}

.highslide-image {
        border: 10px solid white;
        cursor: pointer; /* opera */
        cursor: url(highslide/highslide/graphics/zoomout.cur), pointer;
}
.highslide-image-blur {
    cursor: pointer;
    cursor: hand;
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
        color: white;
        font-style: 'MS Sans Serif';
        font-size: 9px;
        font-weight: bold;
        text-transform: uppercase;
    text-decoration: none;
        padding: 3px;
        opacity: 0.60; /* w3c */
        filter: alpha(opacity=60); /* ie */
        border-top: 1px solid white;
        border-bottom: 1px solid white;
    background-color: black;

    padding-left: 22px;
    background-image: url(highslide/highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;

}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
        font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

