A.white:link {text-decoration: none; color: #FFFFFF}
A.white:visited {text-decoration: none; color: #FFFFFF}
A.white:active {text-decoration: none; color: #FFFFFF}
A.white:hover {text-decoration: none; color: #CCCCCC}

A:link {text-decoration: none; font-weight: none; color: #FF0A05}
A:visited {text-decoration: none; font-weight: none; color: #FF0A05}
A:active {text-decoration: none; font-weight: none; color: #FF0A05}
A:hover {text-decoration: underline; font-weight: none; color: #E28704}

.small {font-family: verdana,arial; font-size: 8pt; color: #333333; line-height: 140%}
.smallwhite {font-family: verdana; font-size: 8pt; color: #ffffff}
.copy {font-family: verdana,arial,times; font-size: 10pt; color: #555555; line-height: 140%}
.copywhite {font-family: verdana,arial,times; font-size: 10pt; color: #ffffff; line-height: 140%}
.leftcol {font-family: verdana,arial,times; font-size: 8pt; color: #555555; line-height: 130%}
.red {font-family: verdana,arial,times; font-size: 10pt; color: #FF0A05; line-height: 140%}
.footer {font-family: verdana,arial,times; font-size: 7.5pt; color: #ffffff; line-height: 130%}
.normal {font-family: verdana; font-size: 10pt; color: #333333}
.normalwhite {font-family: verdana; font-size: 10pt; color: #FFFFFF}
.large {font-family: verdana; font-size: 12pt}
.largewhite {font-family: verdana; font-size: 12pt; color: #FFFFFF}

html,body {
    height: 100%;
    background-image: url('/images/back-tile.gif');
    background-repeat: repeat-x repeat-y;
    background-color: #000000;
    margin: 0;
    padding: 0;
}

#container { 
    position: relative;
    margin-left: auto;
    margin-right: auto;
	background-color: #FF0A05;
    border-left: solid #FF0A05 1px; 
    border-right: solid #FF0A05 1px; 
	width: 962px;
	min-height: 100%; 
}

