body {
	font : Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height : 110%;
}
h1 {
	font : bolder small-caps x-large;
	color : #2e4c6b;
}
h2 {
	font: small-caps medium;
	color: #D8835a;
}
a {
	text-decoration : none;
}
A:LINK {
	color:#2e4c6b;
	text-decoration: none;
}
A:ACTIVE {
	color : #2e4c6b;
	text-decoration : underline;
}
A:HOVER {
	color : #08835a;
	text-decoration : underline;
}
A:VISITED {
	color : #2e4c6b;
}
.navigation {
	background-color : #ffffff;
	color : #6699cc;
	font-size : smaller;
	font-stretch : narrower;
	font-family : Arial, Helvetica, sans-serif;
	width: 100%;
	margin-right: 10px;
	margin-left: -10px;
	border-color: #6699cc;
	border-bottom: thin solid #6699cc;
}
.title {
	background-color : #6699cc;
	color: #E3E3E3;
	font : bolder small-caps large Arial Helvetica sans-serif;
	text-align : right;
	padding-top: 10px;
	padding-bottom: 6px;
	width: 100%;
	margin-top: -15px;
	margin-right: 10px;
	margin-left: -10px;
}
.titletext{
		border-bottom-width : 2px;
	border-color : #E3E3E3;
	border-bottom : double;
	padding-right: 10px;
}

.tagline {
	color: #2e4c6b;
	font-size: large;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	background-color: #d8ba5a;
	padding: 20px;
	border-color: #2e4c6b;
	border-width: 2px;
	border-style: solid;
}

LI {
	list-style-image : url(bullet.png);
}

.blogtable {
	border-color: #8F4552;
	border-width: 2px;

}

p {
	font-family: Ariel,Helvetica,sans-serif;
	font-size: smaller;
}

td {
	font-family: Ariel,Helvetica,sans-serif;
	font-size: small;
	padding: 5px;
}
