body, td {
	font-family : Arial, Verdana;
	font-size : 12px;
	color: #CCCCCC;
}

A {
	font-family : Arial, Verdana;
	font-size : 12px;
	color: #E78C5D;
}

A:HOVER {
	font-family : Arial, Verdana;
	font-size : 12px;
	color: #E78C5D;
	text-decoration: none;
}

A.menu {
	font-size : 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

A.menu:HOVER {
	font-size : 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

A.small {
	font-size : 11px;
	color: #E78C5D;
	text-decoration: underline;
}

A.small:HOVER {
	font-size : 11px;
	color: #E78C5D;
	text-decoration: none;
}

A.grey {
	font-size : 10px;
	color: #505050;
	text-decoration: none;
}

A.grey:HOVER {
	font-size : 10px;
	color: #CCCCCC;
	text-decoration: none;
}

H1 {
	font-size : 24px;
	color: #F8D6A8;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;	
}

H2 {
	font-size : 18px;
	color: #B4D3E8;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;		
}

HR {
	color: #303030;
	height: 2px;
	width: 248px;
}

.small {
	font-size : 11px;
	color: #B4D3E8;
}

.redstar {
	font-size : 24px;
	color: #DF2E50;
}

.white {
	font-size : 12px;
	color: #FFFFFF;
}

.grey {
	font-size : 10px;
	color: #505050;
}