body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-color: #FBFBFB;
        font-family: georgia, serif;
	font-size: 13px;
	line-height: 22px;
	color: #0B0B0D;
	text-align: justify;
	padding: 0px;
	margin: 0px;
}


table, tr, td {
	border: none;
        font-family: georgia, serif;
	font-size: 13px;
	line-height: 22px;
	color: #0B0B0D;
	text-align: justify;
}


a:link, a:visited {
	font-style: normal;
	color: #DB8003;
	text-decoration: none;
}


a:hover {
	font-style: italic;
	color: #DB8003;
	text-decoration: none;
}


a:active {
	font-style: normal;
	color: #DB8003;
	text-decoration: none;
}


img {
	border: 0;
}


p, li { 
	font-size: 13px;
	line-height: 22px;
	text-align: justify;
}


input, textarea, option, select {
	background-color: #FBFBFB;
       	font-family: georgia, serif;
	font-size: 13px;
	color: #0B0B0D;
	border: 1px solid #0B0B0D;
	padding: 1px;
}


h1 {
        font-family: georgia, serif;
	font-size: 17px;
	line-height: 25px;
	font-weight: bold;
	letter-spacing: 3px;
	color: #5654A7;
	text-align: left;
	text-transform: uppercase;
	margin: 0px;
}


h2 {
        font-family: georgia, serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #F79816;
	text-align: left;
	margin: 0px;
}


.date {
        font-family: georgia, serif;
	font-size: 13px;
	line-height: 22px;
	letter-spacing: 1px;
	color: #2260B3;
	text-align: left;
	margin: 0px;
	padding: 1px;
	border-bottom: 1px dotted #18509B;
}


.nav {
        font-family: georgia, serif;
	font-size: 17px;
	line-height: 25px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: right;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
}


.nav a:link, .nav a:visited {
	font-style: normal;
	color: #F79816;
	padding: 0px 0px 0px 20px;
}


.nav a:hover {
	font-style: normal;
	color: #2260B3;
	padding: 0px 0px 0px 20px;
}


.nav a:active {
	font-style: normal;
	color: #F79816;
	padding: 0px 0px 0px 20px;
}