/* CSS Document */

A:hover {text-decoration: underline; color: red;}

body {
background-color:#FFFFFF;
color:#666666;
display:block;
font-family:Verdana,Sans-Serif;
font-size:76%;
}

p {
font-size:0.9em;
line-height:1.2em;
margin:0.3em 0.5em 0.8em;
}

H1 {
font-size:1em;
line-height:1.2em;
margin:0.3em 0.5em 0.8em;
}


.rounded {
background:#FFFFFF none repeat scroll 0%;
border:1px solid #FF0000;
float:left;
padding:0.5em;
}

#content {
left:1em;
position:absolute;
top:0em;
width:76em;
z-index:1;
}


#hidden {
	display: none;
}

.hidden {
	display: none;
}


.smalltxt {
font-size:0.8em;
line-height:1.6em;
text-align:right;
float:right
}

#title {
width:385px;
background-color:#F6F6F3;
color:#666666;
font-size:12px;
margin: 0em  !important;
}
