/***************************************************************\
| |\  /|                                                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, .subtitle, .label, .tab-selected, .tab-unselected {
	font-family: "MS Sans Serif", "Microsoft Sans Serif", sans-serif;
	font-size: 11px;
	line-height: 13px;
}

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

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

.title, .subtitle {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 10px;
}

p {
    font-family: Verdana;
    font-size: 8pt;
    color: #666666;
    line-height: 16pt;
}

li {
    font-family: Verdana;
    font-size: 8pt;
    color: #003366;
    line-height: 16pt;
    list-style-image: none;
    list-style-type: disc;
}

.sidebar h1 {
    font-family: sans-serif;
    font-size: 8pt;
    font-variant: normal;
    font-weight: bold;
    vertical-align: bottom;
    background: none;
    padding: 0px;
    margin: 0px;
}

.sidebar h2 {  
    font-family: sans-serif;
    font-size: 8pt;
    font-variant: normal;
    font-weight: bold;
    vertical-align: bottom;
    background: none;
    padding: 0px;
    margin: 0px;
}

.normal {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 10px;
}

.title {
	width: 100%;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: groove;
	border-left-style: none;
	border-width: thin;
	line-height: 24px;
}

.tab-selected {    
	color: #FFFFFF; 
}

.tab-unselected {
	color: #000000;
}

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

