body {
		background-color:       #FEF0D7
}

div.right {
    float:									right;
    margin-left:            10px
}

div.left {
    float:									left;
    margin-right:           10px
}

div.center {
		text-align:             center
}

div.hint {
		margin-left:						110px;
		font-size:							12px;
		font-weight: 						bold;
		color:									red;
		line-height:						20px
}

img.borderless {
		border-style:           none
}

div.legend {
		font-size:              8pt
}

#page {
    width:                  900px;
    margin:                 0px;
    font-family:            Verdana;
    color:                  #5F1B00;
    text-align:             left;
    border:                 1px solid #5F1B00
}

#title {
    height:                 150px;
}

#content {
    padding:                0px 10px;
    font-size:              9pt;
    margin-top:             25px
}

#footer {
    height:                 16px;
    padding-left:           5px;
    border-top:             1px solid #5F1B00;
    font-size:              8pt
}

b.error {
		color: 									red
}

a {
		font-family:            Verdana;
		color:                  #5F1B00
}

a.imglink {
		outline:								none
}

a img {
		border-style:           none
}

a.ticker {
		float:                  right;
    font-size:              8pt;
		padding:                0px 10px
}

a.undecorated {
		text-decoration:        none
}

p {
    text-align:             justify
}

ul.linklist {
		line-height:            15pt
}

input.button {
    display:                block; 
    width:                  20px; 
    border:                 1px solid #5F1B00;
    padding:                1px; 
    margin:                 1px;
    text-align:             center;
    background-color:       #F8CA00;
    font-family:            Verdana;
    font-size:              9pt;
    font-weight:            bold;
    color:                  #5F1B00;
}

input.button:hover {
    background-color:       orange
}

input.text {
		display:                none;
}

table.navtable {
		text-align:							left;
		margin-left:						110px;
		margin-top:							20px
}

table.dataTable {
		width:                  100%;
		text-align:             left;
		border-spacing:         0px;
		padding:                0px;
		font-size:              9pt;
		color:                  #5F1B00
}

tr.highlight:hover {
    background:             #FFFF02;
    color:                  #5F1B00
}

tr.title {
	  line-height:            30px;
		font-size:							12px;
    border:									none;
    padding:                0px;
    margin:                 0px;
    text-align:							left;
    background-color:				#F8CA00
}