/* CSS Document */
.posthead {
	font-variant:small-caps;
	font-weight:bold;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	}

.postheadfree {
	font-variant:small-caps;
	font-weight:bold;
	font-size:22px;
	font-family:Arial, Helvetica, sans-serif;
	}

.postsub {
	font-variant:small-caps;
	font-weight:bold;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	}

.CRSheader {
	background-image:url(../Images/SiteThings/button-header.png);
	background-position:bottom;
	background-repeat:repeat-x;
	}
	
.MinorTitle {
	color:#000000;
	font-weight:bold;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	}
	
.ImportantText {
	color:#0066FF;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	}

.SubTitle {
	color:#800000;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	}

a.header {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	}

a:link {
	color:#0066FF;
	font-weight:bold;
	text-decoration:underline;
	}
	
a:visited {
	color:#0066FF;
	font-weight:bold;
	text-decoration:underline;
	}
	
a:active {
	color:#0066FF;
	font-weight:bold;
	text-decoration:underline;
	}
	
a:hover {
	color:#0066FF;
	font-weight:bold;
	text-decoration:underline overline;
	}

p {
	font-family:Arial, Helvetica, sans-serif;
	}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align: left;
	background-position:inherit;
	}
	
td.siteheader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	text-align:center;
	background-position:bottom;
	background-repeat:repeat-x;
	vertical-align:middle;
	}