BODY
{
	background-image: url(images/symbol-back.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #2F2F2F;
}
td {  
	font: 11px "Trebuchet MS"; 
	color: #747877;
}

a {
	text-decoration: none;
	color: #8E9698;
}

.footer a {
	padding: 0px 10px;
}
.whitetext_sublinks {
	font: 12px "Arial"; 
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: left;
}
.whitetext_body {
	font: 11px "Arial";
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: left;
}
.whitetext_banner {
	font: 11px "Arial";
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: justify;
}
.whitetext_footer {
	font: 11px "Arial";
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: justify;
	font-weight: normal;
}
.whitetext_menu {
	font: 13px "Trebuchet MS";
	color: #ffffff;
	letter-spacing: 3px;
}
.gray_title {
	font: 13px "Trebuchet MS";
	color: #999999;
	letter-spacing: 3px;
}
.blacktext {
	font: 12px "Arial";
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.blacktext_title {
	font: 13px "Trebuchet MS";
	color: #000000;
}
.greytext {
	font: 12px "Arial";
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: justify;
}
.greytext_14pt {
	font: 14px "Arial";
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: justify;
}
.greytext-justify {
	font: 11px "Arial";
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: justify;
}
.greytext-left {
	font: 12px "Arial";
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: left;
}
.greytext_titles {
	font: 14px "Trebuchet MS";
	color: #CCCCCC;
	text-align: left;
	line-height: 17px;
	font-weight: normal;
}
.purpletext {
	font: 12px "Arial";
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #660099;
}
.purpletext_14pt {
	font: 14px "Arial";
	font-family: Arial, Helvetica, sans-serif;
	color: #660099;
}
.purpletext_11pt {
	font: 11px "Arial";
	font-family: Arial, Helvetica, sans-serif;
	color: #660099;
}
.purpletext_title {
	font: 16px "Trebuchet MS";
	color: #660099;
	font-weight: bold;
}
.purpletext_light {
	font: 12px "Arial";
	font-family: Arial, Helvetica, sans-serif;
	color: #cc99ff;
	text-align: left;
	font-weight: bold;
}
.images_thumbs {
	font: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

p {
	margin: 0;
}
h1, h2, h3, h4, h5 {
	color: #663366;
	font-weight: bold;
	margin: 10px 0 10px 0;
}
ul {
	padding: 0px 0px 0px 20px;
	margin: 0px;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}


a.whitelink {
	font: 13px "Trebuchet MS";
	color: #ffffff;
}
a.whitelink:hover {
	color: #cc99ff;
}
a.whitelink_menu {
	font: 12px "Trebuchet MS";
	color: #ffffff;
	letter-spacing: 2px;
}
a.whitelink_submenu {
	font: 12px "Arial";
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}
a.whitelink_submenu:hover {
	color: #cc99ff;
}
a.blacklink {
	font: 12px "Trebuchet MS";
	font-weight: bold;
	color: #212B35;
}
a.blacklink:hover {
	font-weight: bold;
	text-decoration: underline;
}

a.bluelink {
	color: #0070B6;
	font: 12px "Trebuchet MS";
}
a.bluelink:hover {
	font-weight: bold;	
	text-decoration: underline;
}

a.purplelink {
	color: #663366;
	font: 12px "Trebuchet MS";
}
a.purplelink:hover {
	font-weight: bold;
	text-decoration: underline;
}
.footer {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	line-height: 17px;
}
.greytext-justify td .greytext-justify {
	text-align: justify;
}

.otherText { color: #fff; font-size: 8px; }

/* additions for styling the QMD blog output */

#blogContent {
	font-size: 20px;
	color: #555;
	padding: 10px;
	background-color: rgb(245, 245, 245);
	font-family: "Georgia", "Palatino", serif;
}

#blogContent h1 {
	font-size: 30px;
	color: inherit;
	border-bottom: 1px solid #555;
	font-weight: 400;
}

#blogContent h1 span {
	float: right;
	font-size: 12px;
	color: inherit;
	position: relative;
	top: 12px;
	margin-left: 5px;
}

.blogPost {
	width: 90%;
	margin: 10px auto 20px;
}

.blogPost sup { font-size: 11px; }

.blogPost blockquote { border: 1px solid #555; padding: 8px; 10%; font-style: oblique; background-color: #ccc; }

.blogPost li { padding: 8px; font-size: 80%; sans-serif; background-color: #ccc; }

.permalink { font-family: "Helvetica", "Tahoma", sans-serif; font-size: 11px; border: 1px solid #555; padding: 5px; margin-top: 10px; }

.postTitle {
	font-weight: 600;
	font-size: 16px;
	padding-bottom: 4px;
	border-bottom: 1px solid #555;
}

.postTitle span {
	float: right;
	font-size: 12px;
}

.postText {
	font-size: 16px;
	font-family: "Helvetica", sans-serif;
	margin-top: 10px;
	margin-bottom: 20px;
}

