﻿html,body {
 height: 100%;
 width: 100%;
 margin: 0;
 padding: 0;
}

/*  FONT STYLES  */

.blueText {
	color:#63B9DC;
	line-height:1.2em;
	font-size:12px;
}

.blueTextHeading {
	color:#63B9DC;
	font-size:18px;
	font-weight:bold;
}

.blackText {
	font-size: 12px;
	/*color:#4a7d07;*/
	color:#000;
	font-weight:bold;
	line-height:1.4em;
}
.greenText {
	font-size: 12px;
	/*color:#4a7d07;*/
	color:#406e02;
	font-weight:bold;
	line-height:1.2em;
}
.greenTextNormal {
	font-size: 12px;
	color:#406e02;
	line-height:1.2em;
	font-size:12px;
}

.whiteText {
	color:#fff;
/*	font-stretch: ultra-expanded;*/
	line-height: 17px; 
	font-size: 12px;
}
.whiteTextB {
	color:#fff;
}
.whiteTextSmall {
	color:#fff;
/*	font-stretch: ultra-expanded;*/
	line-height: 17px; 
	font-size: 12px;
}

.darkgreyText {
	color:#3e3e3e;
	font-size:12px;
	line-height:normal;
}

/* LINK STYLES */
.whiteLinks {
	color:#fff;
}
	
.redLinks {
	color:#c23d28;
}
.darkgreyLinks {
	color:#3e3e3e;
}

/* IMG TAGS */
.imagePadding {
	padding:10px 0;

.indent {
	padding-left:10px;
}
.linkClass
{
    color: black; 
    font-family: 'Century Gothic'; 
    text-decoration: none;
}

.selectedLinkClass
{
    color: Black;
    font-family: 'Century Gothic';
    font-weight: bold;
    text-decoration: none;
}

.homeSmallFont
{
    color:#393838;
    font-family: 'Century Gothic';
    font-weight:bold;
    font-size:18pt;
}

.homeBigFont
{
    color:#393838;
    font-family: 'Century Gothic';
    font-weight:bold;
    font-size:24pt;
}

.hrefNoUL
{
	text-decoration: none;
}

table.centerBoth {
    border-collapse:collapse;
    border-spacing:0pt;
    height:100%;
    width:100%;
}
table.centerBoth, table.centerBoth td {
    border:0pt none;
    margin:0pt;
    padding:0pt;
}
table.centerBoth td {
 text-align: center;
 width:33%;
}

