﻿body
{
    font-size: 10pt;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    font-family: Arial, sans-Serif;
    list-style-position: outside;
    list-style-type: square;
}

.breadcrumbs
{
	margin-left: 40px; 
	margin-top: 25px; 
	margin-bottom: 40px; 
	font-size:10px;
}

.mybullets
{
	margin-left: 20; 
	margin-bottom: 12; 
	margin-top:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.titlegif
{
	margin-left: 10px; 
}

.headertxt
{
	color: 383F76; 
	font-family:Arial, Helvetica, sans-serif
}

.articlehead
{
    font-size: medium;
    font-family: Arial, sans-Serif;
    font-weight:bold;
}

.article
{
    font-size: 10pt;
    font-family: Arial, sans-Serif;
}

.sidebar
{
    font-size: 10pt;
    font-family: Arial, sans-Serif;
}

table tbody td tr thead
{
    font-size: 10pt;
    font-family: Arial, sans-Serif;
    list-style-position: outside;
    list-style-type: square;
}

.news
{
    font-family: Arial, sans-Serif;
    list-style-position: outside;
    list-style-type: square;
}


a:link
{
    color:Navy;
	text-decoration:none
}
a:hover
{
    color:Red; text-decoration:underline;
}
a:visited
{
	color:#brown;
	text-decoration:none;
	font-weight: bold;
}
