* {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color: black;
}

html, body {
	margin: 0;
	padding: 0;
	background-color: #D6DFFC;
	scrollbar-base-color: #6286FF;
}  

SMALL, .blog_date  {
        font-size : 8pt;
        color : #1D24F8;
}

/* Links */ 
a:link, a:visited {
	color: #0000FF;
}
a:hover, a:active {
	color: #0000FF;
	background-color : #FFFFFF;
}
a.news:link, a.news:visited, a.blogsum_title:link, a.blogsum_title:visited, {
	color: #FFFFFF;
}
a.news:hover, a.news:active, a.blogsum_title:hover, a.blogsum_title:active {
	color: #FFFFFF;
	background-color : #030CAC;
}
a.no_highlight:link, a.no_highlight:visited, a.no_highlight:hover, a.no_highlight:active {
	background-color: transparent;
}

H2, .heading2, .blog_name  {
        font-family : Impact, Arial, Helvetica, sans-serif;
	font-size : 18pt;
        font-weight: normal;
        text-transform: uppercase;
        color : #0208CD;
}

H3, .heading3, .heading_blog, .blog_title  {
        font-family : Impact, Arial, Helvetica, sans-serif;
	font-size : 14pt;
        font-weight: normal;
        text-transform: uppercase;
        color : #0208CD;
}

H4, .heading4  {
        font-family : Arial, Helvetica, sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        color : #0208CD;
}

.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, .blogsum_date  {
        font-size : 10pt;
        font-weight: normal;
        color : #C6CFDC;
}

hr {
	border: none;
	color: #1D24F8;
	background-color: #1D24F8;
	height: 2px;
}
hr.blog_rule {
	clear: both;
}

ul.mm {
        margin-left: 45px;
        list-style-image: url(bullett.gif);
	vertical-align: middle;
        text-align: center;
}
li.mm {
        font-family : Impact, Arial, Helvetica, sans-serif;
	font-size : 14pt;
        font-weight: normal;
        color : #0208CD;
}

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

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

.listing_table {
        border: none;
        border-collapse: collapse;
}
.listing_table tr, .listing_table td {
        border: 1px solid #1D24F8;
        border-collapse: collapse;
        background-color: #E6EFFF;
        padding: 5px;
}
.listing_altrow tr, .listing_altrow td {
        border: 1px solid #1D24F8;
        border-collapse: collapse;
        background-color: #CAD5FB;
        padding: 5px;
}

select, input, textarea {
	color: black;
	background-color: white;
	border: 1px solid #1D24F8;
}

input.button {
	color: white;
	background-color: #1D24F8;
}

.button {
        color: white;
	background-color: #1D24F8;
        border: 1px solid black;
}

.imagenav {
        border : 2;
        border-style: solid;
        border-color: #1D24F8;
}

.photo {
        border : 6;
        border-style: solid;
        border-color: white;
}
