body {
	margin: 15px;
}

td {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #1d1d94;
}

a:hover {
	color: #ff7300;
}

.boxTitle {
	background-image: url(/images/gradient-blog.gif);
	font-weight: bold;
	text-align: center;
}

.searchbox:hover {
	border: 2px solid #FDD29A;
}
.searchbox:focus {
    border: 2px solid #FDD29A;
}

.boxTitle2 {
	background-color: #eeeded;
	border-bottom: 1px solid #c0c0c0;
	font-weight: bold;
	text-align: center;
}

.blogText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	width: 620px;
}

.blogText font {
	font-family: Arial, Helvetica, sans-serif;
}

.blogText p {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}

.blogText span {
	font-family: Arial, Helvetica, sans-serif;
}

.date {
	border-bottom: 1px solid #C5B1DF;
	font-size: 15px;
	font-weight: bold;
	padding-top: 10px;
	color: #000000;
}

.title {
	font-size: 19px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}

.title small {
	font-size: 12px;
	font-weight: normal;
}

.entryTitle {
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 10px;
	font-weight: bold;
}

.entryAuthor {
	margin-top: 5px;
	font-size: 10px;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
}

ul {
	margin: 0px;
	padding-left: 20px;
	list-style: square;
}

.button {
    background-image: url(../images/btn-bg.gif); 
    cursor:pointer; 
    height: 22px; 
    border: 1px solid #fdd29a; 
    font-family:Arial,Verdana,helvetica,sans-serif; 
    font-size:13px; 
    font-weight:bold; 
    margin: 0px; 
}
    .button:hover {
        background-image: url(../images/btn-bg.gif); 
        background-position: 0px -20px;
    }
