/* CSS Document */
body {
	background-color: #1066CE;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
}
.countinput {
	border:none;
	background:none;
	color:#908A78;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.style1 {
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0F5073;
}
.style2 {
	color: #0F5073;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style3 {
	color: #0F5073;
	font-size: 12px;
	font-weight: bold;
}
a:link {
	color: #0C4994;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0C4994;
}
a:hover {
	text-decoration: underline;
	color: #1066CE;
}
a:active {
	text-decoration: none;
	color: #0C4994;
}
.style4 {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style5 {color: #FFFFFF}





.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}
.control:hover {
	color: black !important;
}
.highslide {
    cursor: url(/_oddity_javascript/highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-image-blur {
}
.highslide-move {
    cursor: move;
}
.highslide-html {
    background-color: white;
}
.highslide-html-content {
	position: absolute;
    display: none;
    padding: 5px;
}
.highslide-caption {
    display: none;
    background-color: #FFEFBC;
    font-family: Verdana, Helvetica;
    font-size: 9pt;
    padding: 3px;
}
.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;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}