body {
	font-family: Arial;
	font-size: 120%;
	color: #505050;
	background-image: url('images/bg2.jpg');
}

img { 	border: 0px solid black;
}


#comment {
	font-family: Verdana;
	font-size: 80%;
	color: #C8CBDA;
}


#blogbody {
	font-family: Verdana;
	font-size: 90%;
	color: #F0F0F0;
}

#copy {
	font-family: Verdana;
	font-size: 50%;
	color: #C8CBDA;
}

#content { 
	clear: center;
}

html>body #content {
	width: 0em;
} 

a {
	text-decoration: none;
}

a:link {
	color: #FF6600;
}

a:visited {
	color: #FF6600;
}

a:active {
	color: #navy;
}

a:hover {
	text-decoration: underline;
}

hr {
	display: none;
}


table {
	border: 0px solid #505050;
	border-spacing: 0px;
	padding: 0px;
	font-size : 9pt;
	font-family : arial;
	font-weight : regular;
}

TD {
	padding: 0px;
	font-size : 9pt;
	font-family : arial;
	font-weight : regular;
}

TR {
	padding: 0px;
	font-size : 9pt;
	font-family : arial;
	font-weight : regular;
}

#top {
	border : 0px solid Black;
	padding: 5px;
	background-image: url('images/top1.jpg');
}

#bottom {
	border : 0px solid Black;
	padding: 0px;
	background-image: url('images/bottom1.jpg');
}

#spacer {
	border : 0px solid white;
	padding: 5px;
	background-image: url('images/mid1.jpg');
}

#title {
	border : 0px solid white;
	padding: 5px;
	font-size : 9pt;
	font-family : arial;
	font-weight : regular;
	background-color: #FAFAFA;
}

#blog {
	border-top: 0px solid black;
	padding: 3px;
	font-size : 9pt;
	font-family : arial;
	font-weight : regular;
}

#section {
        vertical-align: top;
	border-top: 0px solid black;
	padding: 3px;
	font-size : 9pt;
	font-family : arial;
	font-weight : regular;
}

#mid {
	border-top: 0px solid black;
	padding: 3px;
	font-size : 9pt;
	font-family : arial;
	font-weight : regular;
	background-image: url('images/mid1.jpg');
}

hr {
	border: 1;
	width: 80%;
	color: black;
}

