﻿/*
==============================================================
 Generel                                                         
==============================================================
*/

body 
{
  font-family: Verdana;
  font-size:10px;
}

h1
{
  font-family:Verdana;
  font-size:18px; /* old 28px */
  line-height:18px; /* old 28px */
  font-weight:bold;
  text-transform:uppercase;
  margin-top:2px;
  padding-top:0px;
}

h2,
h3
{
  font-size:11px;
  font-weight:bold;
}
h2
{
  text-transform:uppercase;
  margin:0;
}

h1 a,
h2 a,
h3 a
{
  color: #000000;
  cursor:text;
}

p
{
}

a
{
  color:#601a71;
  text-decoration:none;
}

a:hover
{
  color:#cc0082;
}

h1 a:hover,
h2 a:hover,
h3 a:hover
{
  color: #000000;
}

input,
select
{
  font-family:verdana, Sans-Serif;
  font-size:10px;
}

.date
{
  padding-bottom:6px;
}
.capitalize
{
  text-transform:capitalize;
}



/*
==============================================================
 Section Head                                                         
==============================================================
*/


.abstract,
.abstract p
{
  font-size:12px;
  line-height:14px;
  text-transform:uppercase;
}

h1.abstract,
h1.abstract p
{
  font-family:Times New Roman, Times, Serif;
  font-size:20px;
  font-weight:normal;
  margin:0;
  padding:0;
}

.documentSpot h2
{
  font-size:12px;
  color:#000000;
  margin:0px;
  text-transform:uppercase;
}


/*
==============================================================
 Document                                                         
==============================================================
*/

.document .abstract,
.document .abstract p
{
  font-weight:bold;
}

#news .abstract,
#news .abstract p
{
  font-weight: bold;
}

