﻿body {
    background-color: white;
    font-family: arial, helvetica;
    font-size: 12px;
}

p {
    font-family: arial, helvetica;
    font-size: 12px;
}

td {
    font-family: arial, helvetica;
    font-size: 12px;
}

th {
    font-family: arial, helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #2E4C96;
}

.error {
    font-family: arial, helvetica;
    font-size: 14px;
    color: red;
}

.header {
    font-family: arial, helvetica;
    font-size: 16px;
    font-weight: bold;
}

.headerOrange {
    font-family: skia, arial, helvetica;
    font-size: 16px;
    color: #F26739;
    font-weight: bold;
}

.smallHeaderOrange {
    font-family: skia, arial, helvetica;
    font-size: 13px;
    color: #F26739;
    font-weight: bold;
}

.heading {
    font-family: arial, helvetica;
    font-size: 12px;
    font-weight: bold;
    color: black;
}

.subheader {
    font-family: arial, helvetica;
    font-size: 14px;
    font-weight: bold;
    color: black;
}

.smallheading {
    font-family: arial, helvetica;
    font-size: 10px;
    font-weight: bold;
}

.tabs {
    font-family: arial, helvetica;
    font-size: 12px;
    font-weight: bold;
    color: white;
}

.viewHeader {
    font-family: skia, arial, helvetica;
    font-size: 16px;
    font-weight: bold;
    color: #F26739;
}

.footerLink {
    color: #2E4C96;
    font-weight: bold;
    font-family: arial, helvetica;
    font-size: 10px;
}

.th {
    font-family: arial, helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #2E4C96;
}

.background {
    background-color: #CCCCCC;
}

.hr {
    background-color: #2E4C96;
}

.trim {
    background-color: #666666;
}

.headerBackground {
    background-color: #F26739;
}

.subheaderBackground {
    background-color: #FF9966;
}

.navbar {
    color: white;
    font-weight: bold;
    font-family: arial, helvetica;
    font-size: 10px;
}

.homePageHeader {
    font-family: skia, arial, helvetica;
    font-size: 16px;
    font-weight: bold;
    color: #2E4C96;
}

.menu		{ font-family: verdana, arial, helvetica, sans;
		  font-size: 8pt;
		  height: 28px;
		  width: 194px;
		  cursor:hand;
		  font-weight: bold;
		  text-indent: 12px;
		  line-height: 20pt;
		  text-align: left;
		  display: block;
		  border: #FFFFFF 0px solid; }



a.menu:link 	{ background-image: url("picts/button.gif");
		  background-color:#B2B2B8;
		  text-decoration: none;
		  color: #F0F0F0; }


a.menu:visited 	{ background-image: url("picts/button.gif");
		  background-color:#B2B2B8;
		  text-decoration: none;
		  color: #F0F0F0; }


a.menu:active 	{  background-image: url("picts/buttonon.gif");
		   background-color:#1F356E;
		  text-decoration: none;
		   color: #FFFFFF; }


a.menu:hover 	{ background-image: url("picts/buttonon.gif");
		  background-color:#1F356E;
		  text-decoration: none;
		  color: #FFFFFF; }
