/******************************/
/*BASIC STYLES
/******************************/
body					{ font-size: 70%;    		
		  				  font-family: Verdana,Arial,Helvetica,Sans Serif;
						  margin-top: 0px; }
						  
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;
						  line-height: 150%; }
						  
.h12					{ font-size: 125%; 
						  margin-bottom: .5em;
						  margin-left: 32px;
						  line-height: 150%; }

h2						{ font-size: 115%;  
						  margin-top: 1.5em;
						  margin-bottom: .5em;
						  line-height: 150%; }

h3						{ font-size: 105%; 
						  margin-top: 1.2em;  
						  margin-bottom: .5em;
						  line-height: 150%; }

/******************************/
/*PARAGRAPH STYLES
/******************************/
p						{ margin-top: 1em; 
						  margin-bottom: 1em;
						  line-height: 150%; }

p.special3				{ margin-top: 0em;
						  margin-bottom: -1.1em;
						  line-height: 150%; }

/******************************/
/*LIST STYLES
/******************************/
ol						{ margin-top: .5em; 
						  margin-bottom: 0em; 
						  margin-left: 3em;
						  line-height: 150%; }

ul						{ margin-top: .6em; 	
						  margin-bottom: 0em;
						  list-style-type: disc;
						  margin-left: 2.25em;
						  line-height: 150%; }

li						{ margin-bottom: .7em;
						  margin-left: 0em;
						  line-height: 150%; }

/******************************/
/*SHADED TABLE STYLES
/******************************/
table					{ font-size: 100%;
						  line-height: 150%; }

table.shaded			{ margin-top: 1em; 
			 			  margin-bottom: 1em; 
			 			  cellpadding: 0.5em;
						  line-height: 150%; }

th.shaded				{ text-align: left;
						  background: #c8d3e2;
						  vertical-align: bottom;
						  line-height: 150%; }

tr.shaded				{ vertical-align: top;
						  line-height: 150%; }

td.shaded				{ background: #ebf0f7;
						  vertical-align: top;
						  line-height: 150%; }