/*
	The Way Of Che. Honor and rails!
	common CSS for content, global classes
*/

* {
	margin: 0;
	padding: 0;
}
body {
	color: #154572;
	background: white;
	font-family: Tahoma, Arial;
	font-size: 0.8em;
	/*
	for IE tab hovering
	behavior: url(../skinscripts/csshover.htc);
	*/
}
table{
	border-collapse: collapse; 
}

img {
	border: none;
}
a {
	color: #154572;
	text-decoration: none;
}
a.visited {
	color: #154572;
}
a:hover {
	text-decoration: underline;
}

.light-text {
	display: inline;
	color: #7791A5;
}

.sub-text {
	display: block;
	color: #7791A5;
	font-size: 85%;
}
.sub-text a {	
	color: #587D9E;
	font-weight: bold;
}
.sub-text a:hover{	
	color: #154572;
}

.female{
/*	color: #AF668C; */
}
.female a {
	color: #AF668C;
}
.female a:hover {
	color: #872D5D;
}

.odd {
	background: #DCDCE2;
}

br {
	line-height: 70%;
}