/* UnDo HTML --> (Thanx to Tantek Celik, http://tantek.com/log/2004/undohtml.css) */
/* Consisten distances between elements */
html, body, h1, h2, h3, h4, h5, h6, p, /*ol, ul, li, blockquote,*/ form, pre, fieldset, input, div {
	padding : 0;
	margin : 0;
}
ol, ul, li {
	padding-top : 0;
	padding-bottom : 0;
	margin-top : 0;
	margin-bottom : 0;
}
/* Avoid browser default inconsistent metrics */
body  {
	font-size : 82%; /* IE6 curiosity: Necessary to work with em elsewhere */
	line-height : 1.25; /* Consistent line heigth */
}
h1, h2, h3, h4, h5, h6, p, ol, ul, li, td, pre, code {
	font-size : 1em;
}
/* No border on linked images */
a img, :link img, :visited img {
	border : none;
}
/* De-italicize address */
address {
	font-style : normal;
}
/* <-- UnDo HTML */

/* The fundamental Body formatting */
body  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
/*	font-size : 100%; No need to repeat */
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color : #000000;
	background-color: #FFFFFF;
	margin: 8px 8px 16px 8px;
	text-align: center;
}

/* Layer Definitions: --> */
#RectMain, #RectMainX {
	z-index: 10;
	position: relative;
	width: 100%;
	min-height: 400px;
	margin: 0 auto 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	border: 0px solid #999999;
/*	overflow: hidden; */
 	overflow: visible;
	text-align: left;
	color : #333333;
}
#RectMain {
/*	min-width: 600px; */
	max-width: 800px; /* 955 */
}
#RectMainX {
/*	min-width: 768px; */
	max-width: 1024px; /* 1123 */
}

#RectTextBar {
	z-index: 42;
	position: relative;
	top: 0;
	left: 0;
	min-height: 320px;
	width: auto;
	margin: 0;
	padding: 3px;
	border: 0px solid #F0F0F0;
	background-color: #FFFFFF;
	overflow: visible;
}

#RectBotmBar {
	z-index: 25;
	position: relative;
	top: 0;
	left: 0;
	min-height: 16px;
	width: auto;
	margin: 0;
	padding: 2px 3px;
	border: 0px solid #999999;
	border-top-width: 1px;
	overflow: visible;
	font-size : 8pt;
	clear: both;
	color : #333333;
	background-color : #F8F8F8;
}
#RectBotmBar A, #RectBotmBar A:LINK {
	color : #606072;
	text-decoration: underline;
}

/* IE6- specific code! */
/** html #RectTextFrameBar  { height: 320px; }*/
/** html #RectTextFrameBarX { height: 320px; }*/

/* <-- Layer Definitions. */

P, OL, UL, LI, td {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 1em;
	color : #333333;
}
P {
	padding: .29em 0;
}
OL, UL {
	padding-top: .1em;
	padding-bottom: .15em;
}
LI {
	padding-top: .1em;
	padding-bottom: .1em;
}
OL.CHAR {
	list-style-type : lower-alpha;
}
LI {
	text-align : left;
/*	line-height : 15px; */
}

A, :link, :visited {
	text-decoration : none;
	color : #000066;
}

H1 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 1.8em;
	padding: .6em 0 .3em 0;
	font-weight : normal;
	background-color : transparent;
	letter-spacing : 1px;
	word-spacing : 1px;
}

H2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 1.4em;
	padding: .6em 0 .3em 0;
	font-weight : bold;
	background-color : transparent;
	line-height : 21px;
}

H3 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 1.2em;
	padding: .6em 0 .3em 0;
	background-color : transparent;
	font-weight : bold;
	line-height : 17px;
}

H4 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 1.1em;
	padding: .6em 0 .3em 0;
	background-color : transparent;
	font-weight : bold;
	line-height : 16px;
}

H5 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 1.05em;
	padding: .6em 0 .3em 0;
	background-color : transparent;
	font-weight : normal;
	font-style : italic;
	line-height : 16px;
}

H6 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : .8em;
	color : #606060;
	background-color : transparent;
	font-variant: small-caps;
	font-weight : normal;
	font-style : normal;
	line-height : 10px;
	border-top: 1px #DFDFDF solid;
	margin-top: 6px;
	margin-bottom: 4px;
	padding-top: 4px;
	padding-bottom: 8px;
}
H6 A, H6 A:LINK, H6 A:VISITED {
	color : #606099;
}
H6 A:HOVER {
	color : #3333FF;
}
H6 A:ACTIVE {
	color : #CC3300;
}

I {
	font-style : italic;
}
EM {
	font-style : italic;
}
.EMPH {
	color : #000000;
}

B {
	font-weight : bold;
}
STRONG {
	font-weight : bold;
/*	color : #000000; */
}

TABLE.MAIN {
	background-color : #FFFFFF;
	padding : 0px;
	border : 0;
/*	width : 600px;	*/
	width : 100%;
/*	min-width : 600px; */
	max-width : 955px;
}

PRE, TT, INPUT, TEXTAREA {
	font-family : "Courier New", Courier, monospace;
	font-size : 11pt;
}

HR {
/*	background-color : #FFFFFF; */
	color : #005F54;
}

.IMGTXT {
	font-size : .9em;
	color : #333333;
}

.SMALL {
	font-size : .9em;
}

.MICRO {
	font-size : .8em;
	line-height : 10px;
}

UL.MICRO {
	margin-left : 1.5em;
	padding : 0;
}

.SUPLTXT {
	font-size : .9em;
	color : #333333;
}

.WIDE {
	letter-spacing : 1px;
}

.INFOBOX {
    font-size: 1em;
    color : #000000;
    background-color : #F0F0F0;
    background : #F0F0F0 none;
    float : right;
    border : 1px solid #005F54;
    padding : 0 4px 0 4px;
    clear : right;
    width : 33%;
    max-width : 256px;
    min-width : 200px;
}

.INFOBOX BLOCKQUOTE {
	margin-left : 1.5em;
	padding-left : 0;
}
.INFOBOX UL, .INFOBOX OL {
	margin-left : 1.5em;
	padding-left : 0;
}

.INFOBOX P {
   font-size: .9em;
	margin-top : 0px;
	margin-bottom : 9px;
}

.INFOBOX H1 {
	font-size : 1.4em;
	font-weight : normal;
}

.INFOBOX H2 {
	font-size : 1.2em;
	font-weight : bold;
}

.INFOBOX H3 {
	font-size : 1.1em;
	font-weight : bold;
}

.INFOBOX H4 {
	font-size : 1em;
	font-weight : bold;
}

.INFOBOX H5 {
	font-size : 1em;
	font-weight : normal;
	font-style : italic;
}

.BUTTON {
/*	font-family : Arial, Geneva, Verdana, Helvetica, sans-serif; */
	font-family: System, Arial, Geneva, Helvetica, sans-serif;
	border: 1px solid #333333;
	border-color: #999999 #000000 #000000 #999999;
	background-color : #F8F8F8;
	padding-left: 1px;
	padding-right: 1px;
}
