/***************************************************************\
| |\  /|                                                We Put  |
| | >< Hypercosm            text_styles.js              3d      |
| |/  \|                                                To Work |
|***************************************************************|
|                                                               |
|        This file defines the text styles used by the          |
|        user interface for labels and lettering.               |
|                                                               |
|***************************************************************|
|                Copyright (c) 2008 Hypercosm, LLC.             |
\***************************************************************/

.normal, .title, legend, .label, .tab-selected, .tab-unselected {
	font-family: "MS Sans Serif", "Microsoft Sans Serif", sans-serif;
	font-size: 11px;
	line-height: 13px;
}

.title, legend {
	font-weight: bold;
}

legend {
	line-height: 24px;
}

.title, legend, .label, .tab-selected, .tab-unselected {
	white-space: nowrap;
}

.tab-selected {    
	color: #FFFFFF; 
}

.tab-unselected {
	color: #000000;
}

.handwritten {
	font-family: 'Comic Sans MS', sans-serif;
	font-size: 12px;
	line-height: 16px;
}
