﻿body
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 14px;
	line-height: 20px;
	color: #262626;
	background: none;
	background-color: #464646;
}

img
{
	border: none;
}

h1, h2, h3, h4, h5
{
    text-transform: uppercase;
}

h1
{
	color: #20af20;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	margin: 0em 0em .6em 0em;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #333333;
}

h2
{
	color: #20af20;
	font-size: 16px;
	font-weight: bold;
	margin: 0em 0em .6em 0em;
}

h3
{
	color: #20af20;
	font-size: 14px;
	font-weight: normal;
	margin: 0em 0em .6em 0em;
}

h4
{
	color: #20af20;
	font-size: 12px;
	font-weight: normal;
	margin: 0em;
}

h5
{
	color: #20af20;
	font-size: 1em;
	font-weight: normal;
	margin: 0em;
}

p
{
	margin: 0em 0em 1em 0em;
}

a:link, a:visited
{
	color: #c7c7c7;
}

a:hover, a:active
{
	color: #00d200;
}

table
{
	border-collapse: collapse;
}

table, th, td {
    border-collapse: collapse;
    padding: 3px;
    margin: 0;
    text-align: left;
} 

.centeredtable table
{
    width: 100%;
    border-collapse: collapse;
    font-size: 10px;
}

.centeredtable td
{
    text-align: center;
    padding: 0 5px 0 5px;
    font-size: 10px;
    line-height: 14px;
}

.centeredtable td img
{
    margin: 0 auto;
}

form {
	height: 100%;
}

img {
	border: none;
}

.clear
{
	clear: both;
}

.left
{
    float: left;
}

ul
{
	margin: 0em 0em .6em 1.8em;
}

ul, ul li
{
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-indent: 0;
}

a
{
    text-decoration: none;
}


/***********************************/
/************* Common **************/
/***********************************/

.imageleft
{
	position: relative;
	float: left;
	margin: 0px 15px 15px 0px;
}

.imageright
{
	position: relative;
	float: right;
	margin: 0px 0px 15px 15px;
}

.center
{
	display: block;
	text-align: center;
}


/* Buttons */

.learnmore
{
    width: 120px;
    height: 45px;
    display: block;
    background-image: url(images/btn_learnmore.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0;
	margin: 0;
	z-index: 1000;
	position: relative;
}

.readmore
{
    width: 120px;
    height: 45px;
    display: block;
    background-image: url(images/btn_readmore.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0;
	margin: 10px 0 0 0;
	float: right;
}

.btn
{
    width: 85px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: block;
    background-image: url(images/btn.gif);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	float: left;
}

.btn-center
{
    margin: 20px auto 0 auto;
}

.btn-right
{
    float: right;
}
