
body {
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 15px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a, a:visited, a:hover, a:active {
	color: #06C;
}
a.hover-color:hover {
	color: #183d80;
}
#Footer {
	font-size:11px;
	color: #fff;
	font-weight: bold;
	text-shadow: #333 2px 2px 2px;
}
a.author-link {
	color: #fff;
	text-decoration: none;
}
a.author-link:hover {
	text-decoration: underline;
}

#Content {
	background-image: url(template-gfx/content-bg.jpg);
	bgcolor:#FFF;
	background-repeat:repeat-y;
	padding-left: 1px;
	padding-right: 1px;
}


.white {
	color: #fff;
}
.blue {	
	color: #06C;
}
a.white:hover {
	color: #d8fef9;
}
.quote-text {
	font-size: 11px;
	font-style: italic;
}
.small-text {
	font-size: 12px;
}
a.silent-links {
	text-decoration: underline;
	border-bottom: none;
	color: #333;
	font-style: italic;
}
a.silent-links:hover {
	text-decoration: underline;
	border-bottom: none;
	color: #000;
}

.FirstLetter {
	font-size: 18px;
	font-weight: plain;
	font-style: italic;
	padding-right: 2px;
}
.bullet-headers {
	color: #06C;
}
.bullet-points {
	font-size: 12px;
	display: ;
}
.bullet-points-hidden {
	font-size: 12px;
	display: none;
}


table.box {
	background-repeat: no-repeat;
	font-size: 13px;
	color: #fff;
}
.box-title {
	font-size: 17px;
	font-weight: bold;
	text-shadow: #444 4px 2px 4px;
	color: #fff;
}