﻿
body 
{
	
	background-color: #426088;
	background-image: url(../Images/Layout/bg-grad.png);
	background-position: left top;
	background-repeat: repeat-x;
	font-family: Arial;
	font-size: 75%; /* default font size is 9pt*/
	color: #333333;
	
	#margin: 0; /* IE margin fix */
}

html {
    padding: 0;
}

/*
CATFISH CODE - COMMENTED!!!
#catfish {
    position: fixed;
    bottom: 0;
	left:0;
    padding: 0;
    height: 0;
    cursor: pointer;
    margin: 0;
    width: 100%;
	overflow:visible;
}
*/


a, input, select, textarea, td, p, div 
{
	color: #333333;	
}

a, a:visited {
	color:#333333;
	text-decoration:underline;
	
}

a:hover {
    text-decoration: none !important;
}

h1
{
    font-size: 133.3%; /* 16px*/
    font-weight: bold;
}

h2
{
    font-size: 133.3%; /* 16px*/
    font-weight: bold;
}

h3 
{
	font-size: 116.7%; /* 14px*/
}

.Clear 
{
	clear: both;
}

.Left 
{
	float: left;	
}

.Right 
{
	float: right;
}

.Bold 
{
    font-weight: bold;
}

.NoDisplay 
{
	display: none;
}

.AjaxContentLoader 
{
    background: transparent url('../Images/ajax-loader.gif') no-repeat;
    background-position: center top;    
    width: 32px;
    height: 32px;
    padding-top: 60px;
    margin: 0 auto;
}

.Accessible
{
    text-indent: -9000px;
    position: absolute;
    left:0;
    display: block;
}

.OffScreen {
    position: absolute;
    top: 0;
    left: -9000px;
}
