body { 
	font-size: 12px; 
	color: #FFFFFF; 
	font-family: Tahoma, Sans-serif; 
	background-color: #123150;
}

body.logo {
	background-image: url(/images/logos/body.animated.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right 120px;
}

.small {
	font-size: 10px;
}

.large {
	font-size: 18px;
}

.bold {
	font-weight: bold;
}

.red { 
	color: #FA6;
}

.blue { 
	color: #AAF; 
}

.green {
	color: #5D5;
}

.yellow {
	color: #E6E660; 
}

.white {
	color: #FFF;
}


/* Anchors */
a {
	color: #E6E660;
	text-decoration: none;
}

a:hover	{ 
	color: #FFC;
	text-decoration: underline;
}

a:hover.red	{ 
	color: #FAA;
}

a:hover.blue { 
	color: #CCF;
}

/* other */
img { 
	border-width: 0px;
}

ul {
	line-height: 150%;
}

select {
	border: #458 solid 1px;
}
