﻿/* START of positioning global classes */
* a
{
	position: relative;
}

.fl
{
	float: left;
}

.fr
{
	float: right;
}

.clr
{
	clear: both;
}

.clearer

{
	clear: both;
	height: 0;
	line-height: 0;
}

.hidden
{
	display: none;
}

p
{
	margin: 0 0 15px 0;
	line-height: 1.25em;
}

/* START of text global classes */

h1
{
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.08em;
    line-height: 1em;
    margin: 0 0 .4em 0;
    padding: 0;
    color: #BCBCBC;
}

h2
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;	
}

body
{
	background-color: #fff;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height: 1.88em;
	color: #333333;
	height: 100%;
	padding: 15px 10px 12px 14px;
}

.block
{
	display: block;
}

.bold
{
	font-weight: bold;
}

ol.list
{
    padding: 0;
    margin: 0 0 13px 0;
}

ol.list li
{
    margin: 0 5px 0.05em 14px;
    padding: 0 0 10px 0;
    line-height: 1.25em;
}

ul.list
{
    list-style-type: none;
    padding: 0;
    margin: 0 0 13px 0;
}

ul.list li
{
    margin: 0 5px 0.05em 14px;
    padding: 0 14px 10px 14px;
    background-image: url(../i/bullet_AE8300.gif);
    background-repeat:no-repeat;
    background-position: 0 6px;
    line-height: 1.25em;
}

.flashText
{
	padding: 10px 0;
	font-weight: bold;
}

.flashTextModal
{
	position: absolute;
	right: 430px;
	top: 150px;
	padding: 20px;
	width: 180px;
	height: 150px;
	background-color: #75c3ff;
	border: 2px solid black;
}

input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 0px 0 0;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 7px 0 0 0;
}

it
{
	font-style: italic;
}