﻿/* ---------------------------------------------------------------------------------------------------------------------------- */
/* START of global selectors */
:root{
 overflow-y: scroll;
}

*
{
	padding: 0;
	margin: 0;
	background-repeat: no-repeat;
}

body
{
	background-color: #FFF;
	font-family:  Arial, Trebuchet, Trebuchet MS, Helvetica, Verdana, Sans-Serif;
	font-size: 0.69em;
	line-height: 1.2em;
	color: #000;
	height: 100%;
/*	background-image: url(../i/bgPg.gif);
	background-repeat: repeat-x;*/
}

a:link
{
	color: #999999;
	outline: none;
	text-decoration: none;
}

a:hover, a:active
{
	color: #EB6E34;
	outline: none;
	text-decoration: none;
} 

a:visited
{
	color: #999999;
	outline: none;
	text-decoration: none;
}

img
{	
	display: block;
    padding: 0;
    border: 0;
}

p, label
{
	margin: 0 0 10px 0;
	color: #6E6E6E;
}
li
{
	color: #6E6E6E;
}

h1
{
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-weight: normal;
    font-size: 2em;
    letter-spacing: -0.02em;
    line-height: 1em;
    margin: 0 0 .4em 0;
    padding: 0;
    color: #6E6E6E;
}

h2
{   
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 1.7em;
	letter-spacing: -0.02em;
	font-weight: normal;
	line-height: 1em;
	margin: 0 0 0.2em 0;
	color: #617072;
}

h3
{
	font-size: 1.1em;
	line-height: 1em;
	margin: 0 0 0.6em 0;
}

h4
{
	font-size: 1.1em;
	line-height: 1em;
	margin: 0 0 0.7em 0;
}

ol
{
    margin: 0 10px 0 20px;
}

ul.list
{
    list-style-type: none;
    padding: 0;
    margin: 0 0 10px 0;
}

ul.list li
{
    margin: 0 0 0.1em 0;
    padding: 0 0 0 7px;
    background-image: url(../i/ulArw.gif);
    background-position: 0 6px;
    line-height: 1.6em;
}

select
{
	font-size: 13px;
	color: #666;
	height: 20px;
	width: 165px;
}

input
{
	font-size: 13px;
	color: #666;
	height: 1.5em;
	padding: 1px 3px;
}

sup
{
    font-size: 0.5em;
    vertical-align: top;
}

table
{
	color: #6E6E6E;
}

td
{
	color: #6E6E6E;
}

th
{
	color: #6E6E6E;
}

/* END of global selectors */
/* ---------------------------------------------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------------------------------------------- */
/* START of global classes */
.attention
{
    font-size: 1.5em;
}

.block
{
	display: block;
}

.bold
{
	font-weight: bold;
}

.center
{
    text-align: center;
}

.fl
{
	float: left;
}

.fr
{
	float: right;
}

.clr
{
	clear: both;
}

.clearer
{
	clear: both;
	height: 0;
	line-height: 0;
}

.color7AA80A
{
    color: #7AA80A;
}

.color94BF2F
{
    color: #94BF2F;
}

.hbx
{
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 0;
}

.hrCCC
{
    height: 1px;
    background-color: #ccc;
    margin: 0 0 10px 0;
}

.IEZindexHack
{
	_z-index: -1;
}

.it
{
	font-style: italic;
}

.alert
{
	color: #ad0104;
}

.nodisplay
{
    display: none;
}

.nomargin
{
	margin: 0 ! important;
}

.note
{
	color: #979797;
	font-size: .9em;
}

.rndCrnCCCTop .note
{
    line-height: 1.4em;
}

.pano
{
    padding: 0 0 35px 0;
    display: block;
}

.textField
{
    border: 1px solid #BDBDBD;
    background-color: #FDFCF3;
}

.small
{
    font-size: .8em;
}

.tmb
{
    display: block;
    float: left;
    margin: 0 19px 0 0;
}

.pipe
{
	margin: 0px 3px 0px 3px;
}

.arrow_rt
{
	position: absolute;
	top: 353px;
	right: 10px;
	z-index: 9;
}

.arrow_lt
{
	position: absolute;
	top: 353px;
	left: 10px;
	z-index: 9;
}

.homeswf {
	width: 960px;
	height: 415px;
}

.otherswf {
	width: 715px;
	height: 333px;	
}

#belowtheline {
	width: 100%;
}

.radio
{
	border: none;
	background-color: #fff;
}

.button
{
	background-color: #fff;
}


/* END of global classes */
/* ---------------------------------------------------------------------------------------------------------------------------- */