.smalltext3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 70%;
	color: #333333;
	letter-spacing: 1px;
}
.pstyle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 70%;
	line-height: 155%;
	color: #333333;
	text-align: left;
	word-spacing: 2px;
	letter-spacing: 1px;
}
.pstyle_itl {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 70%;
	font-style: italic;
	color: #333333;
	letter-spacing: 1px;
	line-height: 155%;
}
.newsdate {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	color: #000000;
}
.h1style {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	color: #0066FF;
	letter-spacing: 1px;
}
body {
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	background-attachment: fixed;
	background-image: url(../images/sf_images/bg4.jpg);
	background-repeat: repeat;
	background-color: #000000;
}
#wrap #nav {
	list-style-image: none;
	list-style-type: none;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 4px top;
}
.h2style {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	color: #333333;
	letter-spacing: 1px;
}
.nav1 {
	background-image: url(../images/sf_images/top.jpg);
}
#wrap #nav ul {
	list-style-image: none;
	white-space: normal;
	list-style-type: none;
	display: inline;
}
#wrap #nav ul li {
	padding: 8px 0px 3px;
	border-bottom-color: #666666;
	display: block;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 70%;
	color: #0066FF;
	text-decoration: none;
	letter-spacing: 2px;
	
	}
	.wrap {
	width: 380px;
	background-repeat: repeat;
	background-color: #000000;
	background-image: url(../images/sf_images/wrapbg.gif);
	background-position: 10px;
	padding: 0px 8px 8px;
	height: auto;
	margin: 0px 0px 0px 100px;
	
}
.name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	letter-spacing: 4px;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 70%;
	color: #666666;
	text-decoration: none;
	letter-spacing: 2px;
}
.smalllink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	letter-spacing: 1px;
	color: #333333;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 70%;
	color: #999999;
	letter-spacing: 2px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50%;
	color: #333333;
	text-transform: uppercase;
}

/* We collapse borders because we don't want cell spacing.
   We specify the font family here too, including a generic fall-back.
   We specify a global table font size, using 'ems' because they are
   resizable and take their relative value from the global stylesheet. */
table {
	border-collapse: collapse
}

/* We now revert to discreet single pixel horizontal borders to separate
   each entry.  If your table content is numerical data, you might want the
   vertical borders too, but I find it's visually more pleasing and easier to
   read online when there is plenty of padding instead of borders. 
   NOTE: we treat the headers and data cells the same here, visually it's clear
   enough (header text is bold) and does not affect screen-reader software */
tbody th, tbody td {
    border-bottom: 1px solid #999999;
    padding: 2px;
    text-align: left;
    vertical-align: middle;
}
.colorcode2 {
	background-color: #CCCC99;
	font-size: 80%;
}
.colorcode3 {
	background-color: #996633;
	font-size: 80%;
}
