/***************************************************************\
| |\  /|                                                We Put  |
| | >< Hypercosm           sidebar_styles.css           3d      |
| |/  \|                                                To Work |
|***************************************************************|
|                                                               |
|        This file contains the style definitions used in       |
|        the demo page sidebars of the Hypercosm web site.      |
|                                                               |
|***************************************************************|
|                Copyright (c) 2008 Hypercosm, LLC.             |
\***************************************************************/

body {
	background-image: url(../graphics/borders/sidebar-borders/middle.gif);
}

p {
	font-family: "Verdana";
	font-size: 7pt;
	color: #666666;
	line-height: 14pt;
}

/***************************************************************\
|                            headers                            |
\***************************************************************/

h1 {
	font-family: "Gill Sans MT";
	font-size: 12pt;
	color: #003366;
	font-weight: bold;
	font-variant: small-caps;
}

li {  
	font-family: "Verdana";
	font-size: 7pt;
	color: #333333;
	line-height: 14pt;
}

/***************************************************************\
|                      scroll bar coloring                      |
\***************************************************************/

body {
	scrollbar-base-color:#000000;
	scrollbar-arrow-color:#BEEB32;
	scrollbar-track-color:#BEBEBE;
	scrollbar-darkshadow-color:;
	scrollbar-face-color:;
	scrollbar-highlight-color:;
	scrollbar-shadow-color:
	scrollbar-3dlight-color:;
}