/* style copyrighted  © BasicTemplates.com™. Duplication or redistribution is strictly prohibited. */

.border { 
	border:3px double #33CCFF; color:#00FFFF; padding: 2px;
}

a:link {
	color: #6666FF;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: #6666FF;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #FFB9DE;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #FFB9DE;
	font-weight: bold;
	text-decoration: none;
}

body {
	background-image: url('images/bk.jpg');
	background-color: #FEFEFE;
	background-position: center;
	background-repeat: no-repeat;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h1 {
	font-style: italic;
	font-weight: bolder;
	color: #00ACCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: underline overline;
	text-transform: uppercase;
}

h4 {
	color: #CC0066;
}

p {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

td {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.btcopyrights {
	font-size: 12px;
}

.btdate {
	color: #6666FF;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.btnav {
	border: 1px #00ACCC solid;
	color: #00ACCC;
	font-weight: bold;
}

.btquote {
	font-size: 12px;
	font-style: italic;
}

ul {
	list-style-image: url('images/bullet.gif');
		padding-right: 6px;
}