/******************************/
/*OWA HELP - BASIC STYLES
/******************************/				  
 body		{ color:#000000;
	          font-size:65%;    		
		  	  font-family:Verdana, Arial, Helvetica, Sans Serif; 
			  margin-top:.5em; 
			  margin-left:.5em;}

a:link					{ color: #0000FF; 
							TEXT-DECORATION:NONE; }
	
a:visited				{ color: #0000FF;
								TEXT-DECORATION:NONE;  }

a:hover					{ color: #0000FF; 
								TEXT-DECORATION:underline; }

/******************************/
/*HEADING STYLES
/******************************/
h1			{ font-size:125%; 
			  margin-bottom: .5em; }
			  
h2			{ font-size:110%;  
			  margin-top:1.5em;
			  margin-bottom:.5em; }

h3			{ font-size:100%; 
			  margin-top:1.2em;  
			  margin-bottom:.5em; }

/******************************/
/*PARAGRAPH STYLES						   							  		  
/******************************/				   
p				{ margin-top:.6em; 
				  margin-right: .8em;
				  margin-bottom:.6em; }

p.tcell			{ font-size:135%;
				  font-family:Times, Serif;
				  margin-top:.2em; 
				  margin-right: .2em;
				  margin-bottom:.2em; }
				  
 hr			{ margin-top:.2em; 
			  margin-bottom:-.4em; 
			  height:1px;
			  COLOR: #7ba4e0; }

/******************************/
/*LIST STYLES
/******************************/
		ul
		{ margin-top: .5em; 	
		margin-bottom: 0em;
		list-style-type: square;
		margin-left: 2em }
		
ol
		{ margin-top: .5em; 
		margin-bottom: 0em; 
		margin-left: 2em }
	
li
		{ margin-bottom: .5em;
		margin-right: .8em;
		margin-left: .75em; }
		

/******************************/
/*DEFINITION LIST STYLES
/******************************/
dl.level1				{ margin-bottom: 1em;
			 		 	  margin-top: -1.4em;
						   }

dt.level1				{ font-weight: bold;
						   }

dd.level1 				{ margin-left: 1.1em;
						  cursor: hand;
						  margin-top: -1.2em;
						   }

dt.nested 				{ margin-left: 1.5em;
						  margin-top: .4em;
						   }

dd.nested 				{ margin-left: 1.5em;
						   }

/******************************/
/*SHADED TABLE STYLES
/******************************/
table					{ font-size: 100%;
						   }

table.shaded			{ margin-top: 1em; 
			 			  margin-bottom: 1em; 
			 			  cellpadding: 0.5em;
						   }
						  
th.shaded				{ text-align: left;
						  background: #c8d3e2;
						  vertical-align: bottom;
						   }
						  
tr.shaded				{ vertical-align: top;
						   }

td.shaded				{ background: #ebf0f7;
						  vertical-align: top;
						   }

/******************************/
/*OTHER STYLES
/******************************/
dd						{ margin-bottom: 0em; 
						  margin-left: 1.5em;
						   } 
				  
dt						{ margin-top: 2em;
						  font-weight: bold;
						   }