/* verdana.css */
/*	font-family: Arial, Helvetica, sans-serif;	 */			/* Original line in this file */
/* NOTE: link definitions included below */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	}
#wrapper {
	margin: 30px auto 0px;
	padding: 0px;
	width 600px;
	background: #ffffff;
	}
.floatleft {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: left;
	}

td {
	
	}

th {
	
	}

.bodystyle {
	
	}

.small {
	font-size: 9px;
	}
a:link {
}


.medium {
	font-size: 12px;
	}

.big {
	font-size: 16px;
	}

.xbig {
	font-size: 24px;
	}

.expanded {
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
	}

.justified {
	text-align: justify;
	}

.footer {
	font-size: 9px;
	color: #999999;
	}

.box1 {
	padding: 3px;
	border-width: medium;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
	}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border: 1px solid;
	}
a:link {
	color: #0000FF;
	text-decoration: none;
	font-size: 9pt;
	}
a:hover {
  	color: #0000FF;
	text-decoration: underline;
	font-size: 9pt;
	}
a:visited {
	font-size: 9pt;
  	color: #990000;
	}
a:active {
	color: #0099FF;
	}
