.Centered {

	text-align: center;

}

.FontType {

	font-family: Tahoma, Geneva, sans-serif;

	font-size: 12px;

	color: #faa5f9;

}

.DividerColor {

	color: #ff9000;

}

.postinfo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #4784ff;
	
}

#roster td.rosterheader {
text-align: center;
v-align: center;
background-color: #000000;
font: bold small-caps 12px Arial;
color: #0090ff;
text-decoration: none;
}

#roster td.standard {
text-align: center;
v-align: center;
background-color: #000000;
font: bold small-caps 12px Arial;
color: #8b9fb4;
text-decoration: none;
}

#roster td a:link {
color: #65a3ff;
display: block;
width: 100%;
height: 100%;
text-decoration: none;
}

#roster td a:visited {
color: #65a3ff;
display: block;
width: 100%;
height: 100%;
text-decoration: none;
}

#roster td a:active {
color: #65a3ff;
display: block;
width: 100%;
height: 100%;
text-decoration: none;
}

#roster td a:hover {
color: #65a3ff;
text-decoration: underline;
}

#roster p {
	font: 10px Tahoma;	
	color: #65a3ff;
	text-decoration: none;
}

#roster td a.CSStoHighlink {
	color: #65a3ff;
	text-decoration: none;
}

#roster td a:hover.CSStoHighlink {
	color: #65a3ff;
	text-decoration: underline;
}

#news td.maintext {
	color: #4784ff;
	font: 14px Tahoma;
}

#news td.prices {
	color: #3873ea;
	font: 24px Tahoma;
}

#news td.lists {
	color: #009cff;
	font: 18px Tahoma;
}

#news td.date {
	color: #b48baa;
	font: bold small-caps 12px Tahoma;
}

#news td.title {
	color: #61afe1;
	font: bold small-caps 16px Tahoma;
	
}

#news td.namespace {
	color: #b48baa;
	font: bold small-caps 12px Tahoma;
}

#news td.comment {
	color: #b48baa;
	font: bold small-caps 12px Tahoma;
}

/* Price Colors Start Here */

#prices table {

}

#prices td.header {
    border: 1px solid #8b2787;
    font: bold  20px arial;
    color: #faa5f9;
}

#prices td.subheader {
    border: 1px solid #8b2787;
    font: bold 12px arial;
    color: #c682dd;
}

#prices td.lineitem {
    border: 1px solid #8b2787;
    color: #abdcff;
    font: 12px arial;
}

#prices td a {
    color: $00fff0;
    text-decoration: none;
}

#prices td a:hover {
    color: $00b4ff;
    text-decoration: none;
}

.lineitem a {
	text-decoration: none;
	color: #4784ff;
	display: block;
	width: 100%;
	height: 100%;
}

.lineitem a:hover {
	color: #0078ff;
	display: block;
	width: 100%;
	height: 100%;
}

