/* Olive Style */
body	{	
	font-size:	1em;
	font-weight:	normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-size-adjust:	.58;
    margin-top:	1em;
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	width:	auto;
	color:	black;
	background:	white;
    line-height:	1.2em;
	}

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;
	font-size-adjust:	.58;
	}	

table {
	width: 100%;
}

th	{	
	vertical-align:	baseline;
	text-align:	left;
	font-size:	1em;
	font-weight:	bold;
	}
	
h1, h2, h3, h4, h5, h6, dt, th, thead, tfoot	{	
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

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:	#ccc;
	border-style:	none;
	}	
		
/* Prevent forms from generating unwanted padding or margins */
FORM {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
 
/* General form elements */
input, textarea, select {
	color:	black;
	background:	white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

h1 {
    margin-top:	1em;
	text-align: center;
}

div.box {
	background-color: #f2f6e5;
	border: 1px solid #84aa00;
	padding-top: 9px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 7px;
}
 
/* Boxes are divided in title and data, this is the title */
div.box-title {
	background-color: #9cba00;
	border-bottom: 1px solid #84aa00;
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 1px;
	margin-left: 0px;
	margin-right: 0px;
	overflow: hidden;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	text-decoration: none;
}
 
/* make linked box titles white colored */
div.box-title * a {
	color: white;
	text-decoration: none;
}
 
/* make linked box titles white colored */
div.box-title a {
	color: white;
	text-decoration: none;
}
 
/* And this is the data */
div.box-data {
	background-color: #f2f6e5;
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-left: 5px;
	padding-right: 5px;
	overflow: hidden;
}
 
small	{	
	font-size:	.92em;
	}	

big	{	
	font-size:	1.17em;
	}	

pre	{	
	font-family:	'Monotype.com', Courier New, monospace;
	}	

em	{
	font-weight:	bold;
	color:	olive;
	background:	white;
	}	
		
strong	{	
	font-style:	italic;
	font-weight:	bold;
	color:	olive;
	background:	white;
	}	
		
em strong, strong em	{	
	text-transform:	uppercase;
	font-style:	normal;
	font-weight:	bolder;
	color:	olive;
	background:	white;
	}	
    
del	{	
	text-decoration:	line-through;
	background:	#C0C0C0;
	}	
		
ins	{	
	text-decoration:	none;
	background:	#C0C0C0;
	}	
		
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:	olive;
	}	

