* {
	margin: 0px;
	padding: 0px;
	border: none;
}

a {
	color: #FFFFFF;
}

h2 {
	font-size: 14px;
	font-family: Tahoma;
	color: #D1F788;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h2.larger {
	font-size: 15px;
    font-family: Tahoma;
    color: #D1F788; 
    line-height: 16px;
	text-transform: capitalize;
	letter-spacing: 1px;
}

#headertable {
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
    font-family: Tahoma;
	line-height: 14px;
}

.bodytable {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}

.bodytable p {
	font-size: 13px;
    font-family: Tahoma;
    color: #FFFFFF; 
    line-height: 16px;
	margin-bottom: 10px;
}

#bodytable p.darker {
	font-size: 13px;
    font-family: Tahoma;
    color: #CCCCCC;
    line-height: 16px;
	margin-bottom: 10px;
}

.bodytable p.larger {
	font-size: 15px;
    font-family: Tahoma;
    color: #FFFFFF;
    line-height: 18px;
	margin-bottom: 10px;
}

.form {
	font-size: 13px;
	font-family: Tahoma;
	color: #FFFFFF;
}

.green {
	color:#D1F788;
	text-transform:uppercase;
	font-size:11px;
	letter-spacing:2px;
}

.copyright {
    color: #B8AFB6;
	font-family: Tahoma;
	text-decoration: none;
	font-size: 11px;
	letter-spacing: 1px;
	text-align: center;
	margin: 5px;
}

.copyright a {
    color: #FFFFFF;
	text-decoration: none;
}

.copyright a:hover {
	text-decoration: underline;
}

#menu {
    color:#000;
	text-decoration:none;
	font-size:12px;
	line-height: 16px;
	letter-spacing:1px;
	margin: auto 10px auto 20px;
	width: 172px;
}

#menu a {
    color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
	letter-spacing:1px;
}

#menu a:hover {
	text-decoration: underline; }
	
	
#buy {
	margin: auto 25px auto 30px;
	font-size: 16px;
    font-family: Tahoma;
	line-height: 19px;
	color: #FFFFFF;
	width: 167px;
}

#buy a {
	color: #B8AFB6;
}

.buygreen {
    color: #D1F788;
}