﻿body
{
    color: black;
    font-family:Tahoma, Geneva, sans-serif;
    font-size:12px;
	overflow:scroll;
	padding: 0px;
	margin: 0px;
}
A
{
    color: #3C3C3C; /*color: #095384;*/
    text-decoration: none;
    font-weight: bold;
}
A:active
{
	color: #095384;
	text-decoration: none;	
	font-weight: bold;		
}
A:hover
{
	color: #095384;
	text-decoration: underline;	
	font-weight: bold;		
}
A.menu
{
    padding-left: 3px; 
    padding-right: 3px;
    font-size: 13px;
}
A.larger
{
    font-size: 14px;
}
A.small
{	
	font-size: 10px;	
}
A.small:active
{
    font-size: 10px;	
}
A.small:hover
{
    font-size: 10px;	
}
A.subText
{	
	color: #E15B2B;
}
A.subText:active
{
    color: #E15B2B;
    text-decoration:none;
}
A.subText:hover
{
    color: #E15B2B;
    text-decoration:none;
}
A.bigText
{	
	color: Black;
}
A.bigText:active
{
    color: Black;
    text-decoration:none;
}
A.bigText:hover
{
    color: Black;
    text-decoration:none;
}
A.currentPage
{
    margin-left: 3px;
    margin-right: 3px;
    font-weight: bold;
    color: #333333;
}
A.currentPage.active
{ 
    margin-left:3px;
    margin-right:3px;    
    font-weight:bold;
    color: #333333;
}
A.currentPage.hover
{ 
    margin-left:3px;
    margin-right:3px;
    font-weight:bold;    
    color: #333333;
}
A.otherPage
{    
    margin-left:3px;
    margin-right:3px;         
}
A.otherPage.active
{ 
    margin-left:3px;
    margin-right:3px;         
}
A.otherPage.hover
{ 
    margin-left:3px;
    margin-right:3px;         
}
SELECT
{
    font-size: 12px;
}
INPUT
{
    font-size: 12px;
	color: black;	
}
INPUT.center
{
    text-align:center;
}
.larger
{
    font-size: 12px;
    /*this nowrap should not be needed
    white-space:nowrap;*/
}
h1
{
    font-size: 16px;
    font-weight: bold;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #808080;
}
.dialog
{
    font-size: 14px;
    font-weight: bold;
    color: #990000;
}
.bigTextDiv
{
    padding-bottom: 10px; padding-top: 10px; padding-left: 10px; font-size: 32px; font-style: italic; font-weight:bold;
}
.subTextDiv
{
    font-size: 22px;
    font-weight: bold;
    margin-left: 35px;
    color: #095384;
}
A.defaultText
{    
    text-decoration:none;    
}
