* 
{
    margin: 0;
    padding: 0;
}

html, textarea 
{
    font-family: Arial, sans-serif;
}

body 
{
    font-size: 100%;
    background-color: #FFFFFF;
    color: #636B75;
}

html, body 
{
    height: 100%;
    width: 100%;
}

img 
{
    border: 0;
}

ul 
{
    list-style: none;
}

fieldset 
{
	border: medium none;
	margin: 0;
	padding: 0;
}

em 
{
    font-weight: normal !important;
}

h1, h2, h3, h4
{
	#font-size: 1em; /* IE will set this to a default value if we do not set it here */
}

h1
{
	#font-size: 1.4em;
}

h2
{
	#font-size: 1.3em;
}

h3
{
	#font-size: 1.2em;
}

.relative 
{
    position: relative;
}

.hidden 
{
    visibility: hidden;
}

.center 
{
    text-align: center;
}

.bold 
{
    font-weight: bold;
}

.float-left 
{
    float: left;
}

.float-right 
{
    float: right;
}

.clickable:hover 
{
    cursor: pointer;
}

.clear 
{
    clear: both;
}

.display-none 
{
    display: none;
}

.black-tee
{
	background-color: #000000;
	color: #FFFFFF !important;
}

.white-tee
{
	background-color: #FFFFFF;
}

.gold-tee
{
	background-color: #C2A900;
}

.pewter-tee
{
	background-color: #383F4F;
	color: #FFFFFF !important;
}

.ivory-tee
{
	background-color: #D4CEC7;
}

.blue-tee
{
	background-color: #183152;
	color: #FFFFFF !important;
}

.red-tee
{
	background-color: #BF0404;
	color: #FFFFFF !important;
}

.green-tee
{
	background-color: #179400;
	color: #FFFFFF !important;
}

.silver-tee
{
	background-color: #BEBDB8;
}

.yellow-tee
{
	background-color: #FFE503;
}

.rust-tee
{
	background-color: #BA6B00;
}

.orange-tee
{
	background-color: #FF8C00;
}

.burgundy-tee
{
	background-color: #4A090D;
	color: #FFFFFF !important;
}

.cardinal-tee
{
	background-color: #590202;
	color: #FFFFFF !important;
}

.gray-tee
{
	background-color: #424143;
	color: #FFFFFF !important;
}

.brown-tee
{
	background-color: #403013;
	color: #FFFFFF !important;
}

.jade-tee
{
	background-color: #ACFFA4;
}

.beige-tee
{
	background-color: #C2A77C;
}

.copper-tee
{
	background-color: #BF7138;
}

.maroon-tee
{
	background-color: #69384D;
	color: #FFFFFF !important;
}