body p {
	font-family: verdana, arial, tahoma, helvetica,sans-serif;
	font-size: 9pt;
	color: #000000;

}
body td {
	font-family: verdana, arial, tahoma, helvetica,sans-serif;
	font-size: 9pt;
	color: #000000;

}

h2 {
	font-family: verdana, arial, tahoma, helvetica,sans-serif;
    font-size: 9pt;
    color: #000066;
    font-weight: bold;
}
h3 
{
 	font-family: verdana, arial, tahoma, helvetica, sans-serif;
    font-size: 9pt;
    color: #000000;
    font-weight: bold;
}

.menu a:link {
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:visited {
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


a:link {
	font-style: normal;
	color: #000099;
	text-decoration: none;
}
a:visited {
	font-style: normal;
	color: #000066;
	text-decoration: none;
}
a:hover {
	color: #000099;
	text-decoration: underline;
}

.abstract
{
    margin-left: 0.5in;
    margin-right: 0.5in;
}

.author
{
    margin-left: 0.5in;
    margin-right: 0.5in;
    font-style: italic;
}

.download
{
    margin-left: 0.5in;
    margin-right: 0.5in;
}

.downloadLabel
{
   color: #000066; 
}

div.block {
  background:transparent /* url(images/bg-block.gif) */ repeat-y scroll 100% 0;
  display:inline;
  float:left;
  /* margin:0 0 17px 19px; */
  margin: 0;
  width:248px;
}

div.block-top {
  background:transparent /* url(images/bg-block-top.gif) */ no-repeat scroll 100% 0;
  float:left;
  width:248px;
}

div.block-bottom {
  background:transparent /* url(images/bg-block-bottom.gif) */ no-repeat scroll 100% 100%;
  float:left;
  padding:4px 10px 12px 6px;
  width:232px;
}

div.block-bottom div {
  padding:0 0 0 10px;
  width:222px;
}

div.block-content {
  background:#EAEAEA none repeat scroll 0 0;
  margin:0;
  overflow:hidden;
  padding:0;
}

/* login page */
#loginform 
{
    padding: 5px;
    background-color:#BBCCDD;
    border:2px solid #99AABB;
    width:300px;
}
#loginform label
{
    display:block;
    float:left;
    padding-top:5px;
    width:90px;
}
