/*--body--*/

.9 { font-size:9px; font-weight:normal; line-height:normal; }
.10 { font-size:10px; font-weight:normal; line-height:normal; }
.11 { font-size:11px; font-weight:normal; line-height:normal; }
.11bl { font-size:11px; font-weight:bold; line-height:normal; }
.11red {
	font-size:11px;
	font-weight:bold;
	line-height:normal;
	color: #FF0000;
}
.12 { font-size:12px; font-weight:normal; line-height:normal; }
.12bl { font-size:12px; font-weight:bold; line-height:normal; }
.14 { font-size:14px; font-weight:normal; line-height:normal; }
.14bl { font-size:14px; font-weight:bold; line-height:normal; }

/*--text--*/

.tex12 { line-height:22px; }
.tex14 { font-size:14px; font-weight:normal; line-height:20px; }
.tex16 { font-size:16px; font-weight:normal; line-height:22px; }

/*--links--*/

span a { color:#006699; text-decoration:none; }
span a:hover { color:#ff3300; }

/*--links2--*/

a:link    { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover   { text-decoration: underline; }
a:active  { text-decoration: none; }


/*--CSS Button—p--*/
A.ovalbutton {
	DISPLAY: block;
	PADDING-LEFT: 11px;
	BACKGROUND: url(../images/oval-gray-left.gif) no-repeat left top;
	FLOAT: right;
	FONT: 13px/16px;
	HEIGHT: 24px;
	TEXT-DECORATION: none
}
A.ovalbutton:link {
	COLOR: #494949
}
A.ovalbutton:visited {
	COLOR: #494949
}
A.ovalbutton:active {
	COLOR: #494949
}
A.ovalbutton SPAN {
	PADDING-RIGHT: 11px; DISPLAY: block; PADDING-LEFT: 0px; BACKGROUND: url(../images/oval-gray-right.gif) no-repeat right top; PADDING-BOTTOM: 4px; PADDING-TOP: 4px
}
A.ovalbutton:hover {
	BACKGROUND-POSITION: left bottom
}
A.ovalbutton:hover SPAN {
	BACKGROUND-POSITION: right bottom; COLOR: black
}
.buttonwrapper {
	OVERFLOW: hidden; WIDTH: 100%
}
A.blue {
	BACKGROUND: url(../images/oval-blue-left.gif) no-repeat left top
}
A.blue SPAN {
	BACKGROUND: url(../images/oval-blue-right.gif) no-repeat right top
}



/*--footter—p--*/
.highslide-html {
    background-color: white;
}
.highslide-html-content {
	position: absolute;
	display: none;
	width: 700px;
	height: 500px;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-weight: bold;
    text-decoration: none;
	padding: 0px;
	border: 0px solid white;
    background-color: white;
    
    /*padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;*/   
}
.control {
	float: right;
	display: block;
	position: relative;
	margin: 0 5px;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	color: #0066FF;
}
.control:hover {
	color: red !important;
}
.highslide-move {
    cursor: move;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}