/* Global Styles */

body {
	margin:0px;
	color: Black;
	font-family: Trebuchet MS, Georgia, Arial, Helvetica, sans-serif;
	background: #454444;
	font-size: 13px;	
    color: #e7e5e5;
	}
	

a:hover {
	color: #fee400;
	text-decoration: none;
	}
	
a:active, a:visited, a:link {
	color: #e7e5e5;
	text-decoration: underline;
	}
td
{
    text-align: left;
}
img
{
    border: solid 6px #f3f3f3;
    padding: 3px;
}
h1
{
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px;
    padding: 3px 3px 3px 15px;
    color: #fff;
}
h2
{
    font-size: 20px;
    font-weight: bold;
    margin: 0px;
    padding: 10px;
    color: #fee400;
    margin-bottom: 3px;
    margin-top: 2px;
    background-color: #323232;
    text-transform: uppercase;
}
h3
{
    font-size: 11px;
    font-weight: normal;
    margin: 0px;
    padding: 3px 3px 3px 15px;
    color: #797878;
}
.CommonTextButton
{
    display: inline-table;
    display: -moz-inline-box;
    display: inline-block;
    margin: 1px;
    padding: 1px;
    border: solid 1px #999;
    border-top-color: #ccc;
    border-left-color: #ccc;
    color: #ffffff;
    background-color: #323232;
    font-size: 150%;
    font-weight: bold;
    white-space: nowrap;
    height: 50px;
    width: 100%;
    text-transform: uppercase;
}

.CommonTextButton:LINK, .CommonTextButton:VISITED
{
    text-decoration: none;
    color: #333;
    background-color: #eee;
}

.CommonTextButton:ACTIVE
{
    text-decoration: none;
    color: #ffffff;
}

.CommonTextButton:HOVER
{
    background-color: #fee400;
    color: #323232;
    
}