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

.bg_medium {
  background-color : #c0cccc;
}

.bg_light {
  background-color : #e4f2f2;
}
.white {
    background-color : white;
}
.black {
    background-color : black;
}

/**theme specific styles*/
.heading {
    font-weight: 600;
}
body	{	
	font-size:	.8em;
	font-weight:	normal;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family:	Arial, Helvetica, sans-serif;
	margin-top:	1em;
	margin-left:	2em;
	margin-right:	2em;
	margin-bottom:	1em;
	width:	auto;
	color:	black;
	background:	#ffffff;
	line-height:	1em;
	}

.maintable	{
	background-color: #ffffff;
	}

.smalltext	{	
	font-size:	.84em;
	}	

.menuitem a:link	{	
	text-decoration:	none;
	font-weight:	normal; 
	color:	#000080;
	}	
		
.menuitem a:visited	{	
	text-decoration:	none;
	font-weight:	normal;
	color:	#000080;
	}	
		
.menuitem a:hover	{
	text-decoration:	none;
	color:	#ffffff;
	background:	#000080;
	}
		
.Submit	{
	background-color: #c0cccc;
	}

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	{	
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family:	Arial, Helvetica, sans-serif;
	font-size:	1em;

	}	

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

h1, h2, h3, h4, h5, h6	{	
	line-height:	1.33em;
	font-size-adjust:	.46;
	}

h1, h2, h3, h4, h5, h6, dt, th, thead, tfoot {
	font-family:	Arial Narrow, Helvetica Narrow, sans-serif;
	margin-bottom : 0;
}

h1	{	
	font-size:	2.33em;
	font-weight:	700;
	}	
		
h2	{
	font-size:	1.75em;
	font-weight:	700;
	}	
		
h3	{
	font-size:	1.58em;
	font-weight:	700;;
	}	
		
h4	{
	font-size:	1.33em;
	font-weight:	600;
	}	
		
h5, dt	{
	font-size:	1.17em;
	font-weight:	600;;
	}	
		
h6	{
	font-size:	1em;
	font-weight:	600;
	}	
		
tfoot, thead	{	
	font-size:	1em;
	}	
		
th	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	font-size-adjust:	.46;
	}
	
em	{	
	font-weight:	bold;
	color:	black;
	}	
		
strong	{	
	font-style:	italic;
	font-weight:	bold;
	color:	black;
	}	
		
em strong, strong em	{	
	text-transform:	uppercase;
	font-style:	normal;
	font-weight:	bolder;
	color:	red;
	}	
	
del	{	
	text-decoration:	line-through;
	}	
		
ins	{	
	text-decoration:	underline;
	}	
		
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:	black;
	}	
		
#colophon	{	
	display:	none;
	}	
		
col, colgroup, table, tbody, td, tr	{	
	border-style:	none;
	}
		
a:link	{	
	text-decoration:	none;
	font-weight:	bold; 
	color:	#000080;
	}	
		
a:visited	{	
	text-decoration:	none;
	font-weight:	normal;
	color:	#555585;
	}	
		
a:active	{	
	text-decoration:	none;
	font-weight:	normal;
	color:	black;
	}	
		
a:hover	{
	text-decoration:	none;
	color:	#ffffff;
	background:	#000080;
	}
		
a.offsite	{	
	text-decoration:	none;
	font-weight:	normal;
	color:	#000080;
	}

form	{
	margin-bottom : 0;
	}

