﻿/* ================================
    CSS STYLES FOR DATACENTRAL
   ================================
*/   

BODY 
{
	FONT: 0.7em Verdana,Tahoma,Arial,Helvetica, sans-serif
}

.HomeHead
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 20px;
   font-weight: bold;
   height: 35px;
   color: #003399;
}

.ContentHead
{
    background-color: #dddca3;
    color: GrayText;
    font-family: Verdana, Arial;
    font-size: 20px;
    font-weight: bold;
    height: 32px;
    width:inherit;
}

/* text style for the links */
A.SiteLink, A.SiteLink:link, A.SiteLink:visited
{
   font-family: Verdana;
   text-decoration: none;
   color: #dddddd;
   font-size: 11px;
}   

A.SiteLink:hover    
{
    text-decoration: underline;
    color: white;
}

A.SiteLinkBold, A.SiteLinkBold:link, A.SiteLinkBold:visited
{
   color: #dddddd;
   font-family: Verdana;
   text-decoration: none;
   font-size: 11px;
   font-weight: bold;
}

A.SiteLinkBold:hover
{
    color: white;
    text-decoration: none;
}

A.SiteLinkSmall, A.SiteLinkSmall:link, A.SiteLinkSmall:visited
{
    color: #999999;
    font-family: Verdana;
    text-decoration: none;
    font-size:  9px;
    font-weight: normal;
}

A.SiteLinkSmall:hover
{
    color: #3366cc;
    text-decoration: none;
}

A.NavigationLink
{
	font-size: 12px;
	font-family: Tahoma, Verdana, Sans-Serif;
	color: #3366cc;
	font-weight:bolder; 
}

A.NavigationLink:hover
{
	font-size: 13px;
	font-family: Tahoma, Verdana, Sans-Serif;
	color: #1d489e;
	font-weight:bold; 
}

.LargeBold
{
    font-family: Verdana;
    font-size: larger;
    font-weight: bold;  
}

.NormalText
{
   font-family: Verdana;
   font-size: 12px;
   font-weight: normal;
}

.NormalBold
{
   font-family: Verdana;
   font-size: 12px;
   font-weight: normal;
   font-weight: bold;
}

.NormalDouble
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bolder;
}

.MenuButton
{
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: normal;
    border-style: groove;
}

.SmallInstruction
{
	font-family: Verdana;
  font-size: 9px;
  font-weight: normal;   
}

.RightAlignedNormalText
{
   font-family: Verdana;
   font-size: 12px;
   font-weight: normal;
	text-align: right;
}

.NormalTextBox
{
    font-family: Verdana;
    font-weight: normal;
    font-size: 12px;
    background-color: White    
}

.SmallTextBox
{
    font-family: Verdana;
    font-weight: normal;
    font-size: small;
    background-color: White
}

.SmallGridText
{
	font-family: Verdana;
  font-size: 8px;
  font-weight:lighter;
  line-height: 9px    
}

.Grid a:hover
{
  COLOR: #1d489e; 
  text-decoration: underline;
}

.Grid A 
{
	COLOR: #3366cc
}

.Grid A.headerlink 
{
	COLOR: black; TEXT-DECORATION: none
}

.Grid A:hover 
{
	COLOR: #1d489e; TEXT-DECORATION: none
}

.GridItem
{
	font:5px;
}

.GridAltItem
{
	font: 5px;	
}

li
{
   color: #808484;
   font-size: 11px;
   font-family: Verdana, Sans-Serif;
}

b
{
   color: #003399;
   font-size: 12px;
   font-family: Verdana, Sans-Serif;
}

p
{
   color: #808484;
   font-size: 11px;
   font-family: Verdana, Sans-Serif;
}

h1
{
   font-size: 9pt;
   color: #003399;
   font-weight: bold;
}
