body {
padding: 0;
font-family: verdana, arial, helvetica, sans-serif;
color: #333;
background-color: white;
margin:0;
}
    html {
      margin:0;
      padding:0;
    }

input {

}

a {
color: #ff9966;
font-weight: normal;
text-decoration: none;
}

a:hover{
font-weight: normal;
border-bottom: 1px dashed;
border-color: #3366cc;
}

sup {font-size: 9px;}

h2 {
	color: #CFCFCF;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	line-height:29px;
}
h3 {
	color: #BDBDBD;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	line-height:29px;
}
h4 {
	color: #8B8B8B;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}

.normal {font: 11px verdana, sans-serif; color:#808080;}
.blueboxes {font: 11px verdana, sans-serif; line-height:17px; border:solid 2px #b0e0e6; background-color:white; padding:10px; }
.picboxes {
	font: 11px verdana, sans-serif;
	line-height:17px;
	border:solid 1px #b0e0e6;
	background-color:white;
	padding:4px;
	caption-side : right;
	vertical-align : top;
	float : left;
	margin-right : 10px;
}


.picboxesr {
	font: 11px verdana, sans-serif;
	line-height:17px;
	border:solid 1px #b0e0e6;
	background-color:white;
	padding:4px;
	caption-side : right;
	vertical-align : top;
	float : right;
	margin-right : 10px;
}
 
a.none {
text-decoration:none;
background-color:transparent;
border:0px;
}


DIV.header {
	position: absolute;
	left:19px;
	top:190px;
	width:376px;
	font-size: 140%;
	color: #CFCFCF;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight : bold;
}

div.content {
	position: absolute;
	left:19px;
	top:255px;
	width:566px;
	height: auto;
	font-size: 90%;
}

DIV.side {
	position: absolute;
	left:628px;
	top:195px;
	width:155px;
	height: auto;
	font-size: 75%;
	border-style : none;
	border-top : dashed;
	border-bottom-style : dashed;
	border-bottom-width : 1px;
	border-top-width : 1px;
	padding-left : 10px;
	padding-top : 5px;
	padding-bottom : 20px;
}
