* {
	font-family : Arial, Helvetica, Geneva, sans-serif;
}


P, TD, TH, DL, BODY, BLOCKQUOTE, PRE, DIV, OL, UL  {
        font-size : 10pt;
	color: black;
}

html, body {
	margin: 0;
	padding: 0;
	background-color: white;
	scrollbar-base-color: #1AC6DC;
}  

SMALL  {
        font-size : 8pt;
        color : #00899F;
}

.small_red  {
        font-size : 8pt;
        color : red;
}

.small_white  {
        font-size : 8pt;
        color : #FFFFFF;
}

/* Links */ 
a:link, a:visited {
	color: #0AB8CA;
}
a:hover, a:active {
	color: red;
}

a.nav:link, a.nav:visited {
	color: #000000;
        font-weight: bold;
        display: block;
        padding: 4px;
        text-decoration: none;
}
a.nav:hover, a.nav:active {
	color: #FFFFFF;
        font-weight: bold;
        display: block;
        padding: 4px;
        text-decoration: none;
	background-color: #00899F;
}

a.blogsum_title:link, a.blogsum_title:visited {
        font-size : 8pt;
	color: #0AB8CA;
        text-decoration : none;
}
a.blogsum_title:hover, a.blogsum_title:active {
        font-size : 8pt;
	color: red;
        text-decoration : none;
}

.blogsum_date {
        font-size : 8pt;
        color: white;
        text-decoration : none;
}

a.news:link, a.news:visited {
	color: #0AB8CA;
}
a.news:hover, a.news:active {
	color: red;
}

a.blue:link, a.blue:visited {
	color: blue;
}
a.blue:hover, a.blue:active {
	color: black;
}

a.orders:link, a.orders:visited {
        font-weight: bold;
	color: #FFFFFF;
        text-decoration: none;
        padding: 4px;
}
a.orders:hover, a.orders:active {
        font-weight: bold;
	color: #FFFFFF;
        text-decoration: none;
	background-color: #00899F;
        padding: 4px;
}

a.orders3:link, a.orders3:visited {
	color: #FFFFFF;
        text-decoration: none;
	font-size : medium;
        padding: 4px;
}
a.orders3:hover, a.orders3:active {
	color: #FFFFFF;
        text-decoration: none;
	font-size : medium;
	background-color: #00899F;
        padding: 4px;
}


H1, .heading1  {
	font-size : x-large;
        font-weight: bold;
}

H2, .heading2, .blog_name  {
	font-size : large;
        font-weight: bold;
}

.heading2r  {
	font-size : large;
        font-weight: bold;
	color: red;
}


H3, .heading3, .heading_blog, .blog_title  {
	font-size : medium;
        font-weight: bold;
}

.heading3r  {
	font-size : medium;
        font-weight: bold;
	color: red;
}

.heading3b  {
	font-size : medium;
        font-weight: bold;
	color: blue;
}

H4, .heading4  {
	font-size : medium;
}

.heading4r  {
	font-size : medium;
	color: red;
}



.title {
	font-size: large;
	font-weight: bold;
}


.subtitle {
	font-size: medium;
	font-weight: bold;
}

.bold_blue {
	font-weight: bold;
        color: blue;
}

.bold_red {
	font-weight: bold;
        color: red;
}

.headingw  {
        font-size : medium;
        font-weight : bold;
        color : #FFFFFF;
}

.page_data {
	background-image: url(/corner.jpg);
    	background-repeat: no-repeat;
    	background-position: top left;
        padding-top: 20px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
}

.align_left {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
}

.align_right {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}

.news  {
        font-size : 10pt;
        font-weight: normal;
        color : #C6CFDC;
}

hr {
        border: none;
        color: #2AD8EA;
        background-color: #2AD8EA;
        height: 2px;
}

hr.thin {
        border: none;
        color: #2AD8EA;
        background-color: #2AD8EA;
        height: 1px;
}

ul.compact, ol.compact {
	margin-top: 2px;
}

.quote_maker, .quote_maker i {
  	font-size : 8pt;
        color: #00899F;
	text-align: right;
	margin-top: 8px;
	margin-right: 4px;
}

.answer {
  	font-size : 10pt;
        color: #00899F;
}



.commonlinks  {
        font-size: 8pt;
        color: black;
}
A.commonlinks  {
        font-size: 8pt;
        color: black;
}

td.home-page-box {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-image: url(home-page-boxes-background.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}

/* Keep the default styling of forms for now
select, input, textarea {
	color: black;
	background-color: #CEF4F9;
	border: 1px solid #00899F;
}

input.button {
	color: white;
	background-color: #00899F;
}

.button {
        color: white;
	background-color: #00899F;
        border: 1px solid black;
}
*/

.blog_date {
        font-size : 8pt;
        color : #777777;
}
.blog_toc {
        padding-top: 10px;
        font-size : 8pt;
        color: #660000;
}
.blog_toc_div {
        margin: 0px 0px 10px 10px;
        padding: 0px 0px 0px 10px;
        width: 175px;
        float: right;
        border-left: 1px solid black;
}
hr.blog_rule {
        height: 1px;
        /* clear: both; */
}


