﻿html {height:100%;}
.scroll
{
  width:100%;
    overflow: auto;
    
}
body
{
    text-align:center;
    background-color:#ffffff;
	
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10pt;
	font-family: Verdana, Tahoma, Arial;
	color: #000;
	
}
.home_top
{
	background-attachment: fixed;
	background-image: url(img/home_top2.gif);
	background-repeat: no-repeat;
}
.home_bottom
{
	background-attachment: fixed;
	background-image: url(img/home_bottom.gif);
	background-repeat: no-repeat;
}

a:link {
	color: #59748b;
	text-decoration: none;
	}
a:visited {
	color: #59748b;
	text-decoration: none;
	}
a:hover {
	color: #59748b;
	text-decoration: underline;
	}
a:active {
	color: #59748b;
	text-decoration: underline;
	}
	
	
.nav:link {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	}
.nav:visited {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	}
.nav:hover {
	color: #fff;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	}
.nav:active {
	color: #fff;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	}
.foot { color:#fff}

	
.foot:link {
	color: #fff;
	text-decoration: none;
	}
.foot:visited {
	color: #fff;
	text-decoration: none;
	}
.foot:hover {
	color: #fff;
	text-decoration: underline;
	}
.foot:active {
	color: #fff;
	text-decoration: underline;
	}
	
	
.lnkRed:link {
	color: #cc0000;
	text-decoration: none;
font-weight: bold;
	}
.lnkRed:visited {
	color: #cc0000;
	text-decoration: none;
font-weight: bold;
	}
.lnkRed:hover {
	color: #cc0000;
	text-decoration: underline;
font-weight: bold;
	}
.lnkRed:active {
	color: #cc0000;
	text-decoration: underline;
font-weight: bold;
	}
	
.frame {background-color:#f8e7d1;}


.big_text
{
	font-weight: bold;
	font-size: 14pt;
	color: #59748b;
	font-family: Verdana, Tahoma, Arial;
}

.title_text
{
	font-weight: bold;
	font-size: 14pt;
	color: navy;
	font-family: Verdana, Tahoma, Arial;
}
TD
{
	font-size: 10pt;
	font-family: Verdana, Tahoma, Arial;
}
.button
{
	background-color: #caeef5;
}
.button2
{
	background-color: #f8e7d2;
}
.head_back
{
    background-image: url(img/head_back.gif);
    background-repeat: repeat-x;
}
.home_head
{
    background-image: url(img/pg/homepage_header.gif);
    background-repeat: no-repeat;
}

.page_head
{
    background-image: url(img/pg/page_header.gif);
    background-repeat: no-repeat;
}

.box_back
{
    background-color: #f8e7d1;
}
.box_tl
{
    background-position: left top;
    background-image: url(img/pg/box_top_left.gif);
    background-repeat: no-repeat;
    background-color: #f8e7d1;
}
.box_tr
{
    background-position: right top;
    background-image: url(img/pg/box_top_right.gif);
    background-repeat: no-repeat;
    background-color: #f8e7d1;
}
.box_bl
{
    background-position: left bottom;
    background-image: url(img/pg/box_bot_left.gif);
    background-repeat: no-repeat;
    background-color: #f8e7d1;
}
.box_br
{
    background-position: right bottom;
    background-image: url(img/pg/box_bot_right.gif);
    background-repeat: no-repeat;
    background-color: #f8e7d1;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-style: normal;
	font-weight: bold;
	background: transparent;
	color: #050d24;
	}

h1 {
	font-size: 2.2em;
	}
h2 {
	font-size: 1.3em;
	}
h3, h4, h5, h6 {
	font-size: 1.2em;
	}
	
	
.black{    color: #000000;}
.white{    color: #ffffff;}
.green{    color: #CECF00;}
.dark_green { color:#636500}
.title {color:#B56942;}
.red{ color:#CF1915}
.blue{color: #639a9c;}
.dblue{color: #5D87B1;}
.brown { color:#998675}
.grey {color:#666666;}
.dblue2 {color:#526E86;}
.lgrey {color:#c0c0c0;}


.bold{    font-weight: bold;}
.vsmall { font-size:10px;}
.small {font-size: 11px;}
.norm {font-size: 12px;}
.mid {font-size: 13px;}
.big {font-size: 15px;}
.big2 {    font-size: 16px;    }
.big3 {    font-size: 20px;    }