body {
	font-size: 13px;
	font-family: verdana, arial, sans-serif;
	}
p.td,ul,ol,li,dl,dt,dd {
	font-family: verdana, arial, sans-serif;
	}
table {	
	font-size: 100%;
	border-collapse: collapse;
	}
td {	
	vertical-align: top;
	}
table.align-middle td {
	vertical-align: middle;
	}
td.center-middle {
	text-align: center;
	vertical-align: middle;
	}

	/* Default Link Styles */
a {
  	color: blue;
  	background: transparent;
  	font-size: 12px;
  	font-weight: bold;
  	text-decoration: none;
	}
a:hover {
	color: #A74CAB; 
	background: transparent;
  	text-decoration: underline;
	}
a:active {
  	color: #C0C000;
  	background: transparent;
  	text-decoration: none;
	}
hr {
	color: #ddd; 
	height: 1px;
	}

h1, h2, h3 {font-size: 18px;}
h4 {font-size: 17px;}
h5 {font-size: 13px;}

h1, h2, h3, h4, h5, h6 { 
  	margin: 0;
 	padding: 0;
 	color: #800080;  
  	background: transparent;
  	font-family: arial, verdana, sans-serif;
  	text-align: left;
	}
blockquote{
	margin: 0 75px;
	padding-bottom: 3px;
	text-align: justify;
	}
img {
   	verticle align: top;
	border: 0;
	}
.left {
	text-align: left;
	line-height: 1.4em; 
	}
.right {
	text-align: right;
	line-height: 1.4em; 
	}
.justify {
	text-align: justify;
	line-height: 1.4em; 
	}
.center {
	text-align: center;
	line-height: 1.4em;
	}
table.center {
	margin-left: auto;
	margin-right: auto;
	}
td.desc, td.sym, td.num, td.name {
	text-align: left;
	line-height: 1.4em;
	font-size: 1em;
	font-weight: bold;
	padding: 4px; 
	}
td.desc p, td.num p, td.name p {
	font-weight: normal;	
	line-height: 1.4em; 
	}
td.sym p {
	font-size: 1.2em;
	margin-left: 1em;
	}
.floatleft {float: left;
	}
.floatright {float: right;
	}
.jump {
	float: right;
	text-align: right;
	font-weight: normal;
	font-size: 0.85em;
	}
.clear {clear: both;
	}
.spreadtext {letter-spacing: 6px;
	}
.submit_button {
	padding: 4px 0;
	color: purple;
	font-weight: bold;
	text-align: center;
	}
.red {
	color: red;
	font-weight: bold;
	}
