/*
 * Style sheet for the HTML 4.0 specification
 * $Id: default.css,v 1.13 1999/03/08 17:25:02 ijacobs Exp $
 */
/*--------------------------------------
OVERALL FONT CONTROL ADDED NOV 2011 KITE
----------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	}
/*---------------------------------------*/
 
A:link {
      text-decoration: none; 
      color: #cc3333; 
      font-weight: normal;
}

A:hover {
      color: #cc3333;
      text-decoration: underline;
}

A:visited {
      color: #555555;
      text-decoration: none;
}

/* .pulldown {  font-family: frutiger,verdana,arial,sans-serif; font-size: 2; font-weight: lighter; background-color: #999999; clip:   rect(   ); padding-top: 3px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px} */
/* input {font-size: 9px; font-family: arial, geneva, sans-serif } */

/*-----------------------------------
SPLASH ON LANDING PAGE NOV 2011 KITE
------------------------------------*/

div#splash {
    background: url("../images/splash.jpg") no-repeat scroll right top transparent;
    padding: 44px 31px 70px;
    position: absolute;
    right: 90px;
    top: 40px;
    width: 175px;
}
div#splash p.splash_main {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
div#splash span.date {
	font-size: 18px;
	}
div#splash p.splash_second {
	font-size:12px;
	text-align:center;
	}
div#splash a {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	text-decoration:none;
	text-align:center;
	}

/*-----------------------------------
FORMATTING FOR NEWS PAGE NOV 2011 KITE
------------------------------------*/
table#news_page h2 {color: #666;}
table#news_page h3 {}
table#news_page p {
    color: #888888;
    font-size: 13px;
    font-weight: bold;
}
a.blue {color: blue;}


