p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #333333;
	}

h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-style: normal; 
	font-size: 12px; 
	color: #000000;
	padding-top:30px;
	}

.emphasis {font-style: italic; }

.bold {font-weight: bold; }

p.listed { font-style: italic; font-size: 10px;  color: #333333; }

p.indent {margin-left: 15px; text-indent: -15px; }

a:link {color: #000000; text-decoration: underline; background-color: transparent; }
a:visited {color: #000000; text-decoration: underline; background-color: transparent; }
a:hover {color: #000000; text-decoration: underline; background-color: #cfcfcf; }

a.top { font-size: 10px; color: #333333;}
a.top:visited { color: #333333;}
a.top:visited { color: #333333;}

a.goto { 
	text-decoration: none;
	background-color: transparent;
	}

a.goto:hover { background-color: #cfcfcf; }

a.anchor { 
	font-weight: bold; 
	color: #000000;
 }

ul.headings { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-style: normal; font-size: 12px; color: #333333; list-style-type: square; }
ul.headings li { margin-left: -20px; }

#box1 
	{
	position: relative; 
	height: 180px; 
	width: 240px; 
	margin: 10px; 
	float: left; 
	background-color: #ffffff;
	}

#text_box
	{
	  position: absolute; 
	  width: 500px; 
	  left: 180px; 
	  top: 300px; 
	  padding: 10px;
	}
