body {
	margin-top: 0px;
	background-image: url(/images/background.gif);
	background-position: 50%;
}

p {
	font-family: Courier New, Courier, monospace;
	font-size: 12px;
	line-height: 18px;
	color: #663300;
}
p a:link {
	text-decoration: none;
	color: #663300;
}
p a:visited {
	text-decoration: none;
	color: #663300;
}
p a:hover {
	text-decoration: underline;
	color: #660000;
}

.blogHeading {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	line-height: 12px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.blogText {
	font-family: Courier New, Courier, monospace;
	font-size: 11px;
	color: #330000;
	line-height: 12px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	
}
.blogText a:link{
	color: #330000;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}
.blogText a:visited{
	color: #330000;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}
.blogText a:hover{
	color: #990000;
	text-decoration: underline;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.blogHeading a:link{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	
	
}
.blogHeading a:visited{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	
}
.blogHeading a:hover{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #FF6600;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	
}
.footer {
	font-family: Courier New, Courier, monospace;
	font-size: 9px;
	color: #663300;
	text-align: center;
}

.menu {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFCC;
	text-decoration: none;
}
.menu a:link {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFCC;
	text-decoration: none;
}
.menu a:visited {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #999966;
	text-decoration: none;
}
.menu a:active {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFCC;
	text-decoration: none;
}
.txtPics {
	font-family: Courier New, Courier, monospace;
	font-size: 11px;
	line-height: 12px;
	color: #663300;
}
h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #999966;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999966;
	border-bottom-color: #999966;
}

h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #999966;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h3 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 24px;
	color: #999966;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.OL {
	font-family: Courier New, Courier, monospace;
	font-size: 12px;
	line-height: 18px;
	color: #663300;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}
td.bottomLine{
	border-bottom-style: solid; border-bottom-color: #FF6600; border-bottom-width: medium;
}