/* CSS Document */

body { 
       margin: 4px 0px 4px 8px; 
	   font-family: Arial; 
	   font-size:13px;
	   font-weight:normal;
	   color:#222222;
}

h1 {
        font-family: Arial;
		font-size:16px;
		font-weight:bold;
		color:#990000; 
		margin-top: 10px;
}

h2 {    font-family: Arial; 
        font-size:14px; 
		font-weight:bold; 
		color:#990000; 
		margin-top: 10px; 
}

h3 {    font-family: Arial; 
        font-size:14px; 
		font-weight:bold; 
		color:#333333; 
		margin-top: 10px; 
}

p {     font-family: Arial; 
        font-size:13px; 
		font-weight:normal; 
		color:#222222; 
		margin-top:0px;
}

.special {
	font-family: Arial;
	font-size:13px;
	font-weight:bold;
	color:#222222;
	margin-top:8px;
	margin-left: 80px;	
}

a { 
        color: #777777; 
		text-decoration: none; 
		font-weight:bold;
}

a.skinny { 
        color: #777777; 
		text-decoration: none; 
		font-weight:normal;
}

a:hover { 
         color:#990000; 
		 text-decoration: none;
}

.red { 
         font-family: Arial; 
		 font-weight:bold; 
		 color:#990000;
}

.outline { 
         border: 1px solid #cccccc;
}

.underline { 
         border-bottom: 1px solid #cccccc; 
}

.bigquote { 
         font-size: 16px; 
		 font-weight:bold; 
		 color:#333333;
}

ul { 
         font-family: Arial; 
		 font-size:13px; 
		 font-weight:normal; 
		 color:#222222;
}


.greenheader {
         color:#009933; 
		 font-size:14px;
}

img.figure_1 {
	margin-bottom: 4px;
	margin-right: 4px;
		
}

img.figure_2 {
	margin-bottom: 4px;
	margin-right: 10px;
		
}