/* CSS Document */

@import url( nav.css );
@import url( frame.css );
@import url( home.css );

body {
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
}

table {
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 8pt;
	color: #000000;
}

input,select,list,menu,jump menu,list menu,TextField,Textarea {
	border: 0px;
	margin: 0px;
	padding: 0px;
	background: #AAFFAA;
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	color: #333333;
	text-align: center;
	line-height: 12px;
	border-bottom: #FF0000 1px solid;
	border-left: #FF0000 1px solid;
	border-right: #FF0000 1px solid;
	border-top: #FF0000 1px solid;
}

h1 {
	color: #000000;
}

h2 {
	color: #0099DD;
}

h3 {
	color: #0099BB;
}

h4 {
	color: #0099AA;
}

h5 {
	color: #009999;
}

h6 {
	color: #009988;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none; 
	font-size: 8pt;
	color: #333333;
	text-align: justify;
}


/* DIV tags */

.div-frame {
	background-color: #EFEFEF;
	width: 900px;
	font-size: 8pt;
	text-align: centre;
	padding: 5px;
}

.div-main {

}

.div-textwrap {
	background-color: #FFFFFF;
	padding: 5px;
}

.div-wrapper {
    margin-top: 20px;
    margin-bottom: 5px;
    margin-left: 0px;
    text-align: centre;
	width: 900px; 
}

.div-wrapper-inner {
    text-align: left;
	width: 100%; 
}

.div-wrapper-border {
    marfin-top: 20px;
    margin-bottom: 5px;
    margin-left: 0px;
    text-align: centre;
	width: 900px; 	
}

.div-wrapper-border-inner {
    text-align: left;
	width: 100%; 
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-color: #000000;
}

/* DIV tags - bottom */

.bottom-declaration {
	color: #99AACC;
}

.wrapper {
	MARGIN: 0px auto 15px; 
	WIDTH: 900px; 
	_margin: 0 auto;
}

#ticker {
	MIN-HEIGHT: 30px;
	WIDTH: 900px;
	FLOAT: left;
	MARGIN-BOTTOM: 10px;
	MARGIN-top: 5px;
	POSITION: relative;
	background-color: #f6f6f6;
	background-repeat: no-repeat;
	background-position: left bottom;
}

#ticker P {
	FLOAT: left;
	WIDTH: 100%;
	padding-right: 10px;
	background-repeat: no-repeat;
	background-position: left top;
}

#ticker h1 {
	FLOAT: left;
	WIDTH: 100%;
	padding: 10px;
	background-repeat: no-repeat;
	background-position: left top;
}
