body {
	font-size : 12px;
	font-family: sans-serif;
	color : #E9FFFF;
	line-height : 1.5;
	background : #000031;
}


a:link {
	color : #ffb629;
	text-decoration : none;
}

a:visited {
	color : #ffb629;
	text-decoration : none;
}

a:active {
	color : #ffb629;
	text-decoration : underline;
}

a:hover {
	color : #ffb629;
	text-decoration : underline;
}


table {
	font-size : 12px;
}

th {
	background-color : #6C6FB4;
	padding : 5px;
}

td {
	line-height : 1.5;
	background-color : #43447B;
	padding : 5px;
}


.w600 { width : 600px; }
.w500 { width : 500px; }
.w200 { width : 200px; }
.w140 { width : 140px; }
.w90 { width : 90px; }
.w60 { width : 60px; }
.w40 { width : 40px; }
.w25 { width : 25px; }

.ri { text-align: right; }
.ce { text-align: center; }
