/**Module specific color styles*/
.bg_dark {
    background-color : #963;
    color: #000;
}

.bg_medium {
    background-color : #C93;
    color: #000;
}

.bg_light {
    background-color : #996;
    color: #000;
}
.white {
    background-color : #CCCC99;
    color: #000;
}
.black {
    background-color : black;
}
/**theme specific styles*/
.heading {
    font-weight: 600;
}
body	{	
	font-size:	1em;
	font-weight:	normal;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family:	Verdana, Myriad Web, Syntax, sans-serif;
	font-size-adjust:	.58;
    margin-top:	1em;
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	width:	auto;
	color:	#CC9;
	background:	black;
	}	

p, blockquote, ul, ol, dl, dd, li, dir, menu	{	
	/* inherit from body */	
	}	

small	{	
	font-size:	.92em;
	}	

big	{	
	font-size:	1.17em;
	}	

pre	{	
	font-family:	'Monotype.com', Courier New, monospace;
	}	

ol li	{	
	list-style-type:	decimal;
	}	

ol ol li	{	
	list-style-type:	lower-alpha;
	}	

ol ol ol li	{	
	list-style-type:	lower-roman;
	}	

table, tbody, tr, td	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family:	Verdana, Myriad Web, Syntax, sans-serif;
	font-size-adjust:	.58;
	}	

h1, h2, h3, h4, h5, h6, dt, th, thead, tfoot	{	
	color:	#6CC;
	background:	black;
	}

h1, h2, h3, h4, h5, h6,dt	{	
	line-height:	1.33em;
	font-family:	Tahoma, Verdana, Myriad Web, Syntax, sans-serif;
	font-size-adjust:	.53;
	}

h1	{
	font-size:	2em;
	font-weight:	500;
	}	
		
h2	{
	font-size:	1.75em;
	font-weight:	500;
	}	
		
h3	{
	font-size:	1.58em;
	font-weight:	600;
	}	
		
h4	{
	font-size:	1.33em;
	font-weight:	600;
	}	
		
h5, dt	{
	font-size:	1.17em;
	font-weight:	600;
	}	
		
h6	{	
	font-size:	1em;
	font-weight:	700;
	}	
		
tfoot, thead	{	
	font-size:	1em;
	font-family:	Verdana, Myriad Web, Syntax, sans-serif;
	font-size-adjust:	.53;
	}	
		
th	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	font-family:	Verdana, Myriad Web, Syntax, sans-serif;
	font-size-adjust:	.53;
	}	
		
hr	{	
	visibility:	hidden;
	}	
	
a, address, blockquote, body, cite, code, dd, del, dfn,		
div, dl, dt, em, form, h1, h2, h3, h4, h5, h6, iframe, img, kbd,		
li, object, ol, p, q, samp, small, span, strong, sub, sup, ul, var, 		
applet, big, center, dir, font, hr, menu, pre,		
abbr, acronym, bdo, button, fieldset, ins, label	{	
	border-color:	#CC9;
	border-style:	none;
	}	

em	{	
	font-weight:	bold;
	color:	#CC9;
	background:	black;
	}	
		
strong	{	
	font-style:	italic;
	background:	black;
	font-weight:	bold;
	color:	#CC9;
	}	
		
em strong, strong em	{	
	text-transform:	uppercase;
	font-weight:	bolder;
	background:	black;
	color:	#CC9;
	}
		
del	{	
	text-decoration:	line-through;
	background:	#900;
	}	
		
ins	{	
	text-decoration:	none;
	background:	#060;
	}	
		
var, cite, dfn, .note	{	
	font-style:	italic;
	}	
		
address	{	
	font-style:	normal;
	letter-spacing:	.1em;
	}	
		
acronym	{	
	font-variant:	small-caps;
	letter-spacing:	0.1em;
	}
		
hr	{	
	color:	#CC9;
	}	
		
#colophon	{	
	display:	none;
	}	
		
col, colgroup, table, tbody, td, tr	{	
	border-style:	none;
	}	
		
a:link	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	#ff6;
	}	
		
a:visited	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	#FC0;
	}	
		
a:active	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	#ff6;
	background:	#663;
	}	
		
a:hover	{	
	text-decoration:	none;
	color:	black;
	background:	#CC9;
	}	
		
a.offsite	{	
	text-decoration:	none;
	font-weight:	normal;
	color:	#ff6;
	}