BODY {

}


A, A:LINK, A:VISITED, A:ACTIVE, A:FOCUS {
	color : #D2D4D5;

}
 A:HOVER {
	color : #9296A6;
	text-decoration : underline;
}
A.gold, A.gold:LINK, A.gold:VISITED, A.gold:ACTIVE, A.gold:FOCUS {
	color : #C9A608;
}
A.gold:HOVER {
	color : #303030;
}



.text {
	color : #D2D4D5;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	line-height : 16px;
}

.text_small {
	color : #D2D4D5;
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
}

.title {
	color : #D2D4D5;
	font-size : 13px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}
LI {
	color : #D2D4D5;
	margin-top: 0px; 
	margin-bottom: 0px;
}

A.front, A.front:LINK, A.front:VISITED, A.front:ACTIVE, A.front:HOVER, A.front:FOCUS {
	color : Silver;
}


UL {
	color : #666666;
}

.textfield {
	background-color : #D2D4D5;
	border-bottom-color : #9FBBC2;
	border-left-width : 0px;
	border-right-width : 0px;
	border-top-width : 0px;
	border-bottom-style : solid;
	
	color : #30414E;
	font-size : 13px;
}
.button {
	background-color : #D2D4D5;
	border : 1px solid #30414E;
	color: #30414E;
	font-size : 14px;
}