.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	text-decoration: none;
}
.mainmenu {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	text-decoration: none;
}
mainmenu:visited {
	color: Black;
	font-weight: bold;
}
.mainmenu:hover {
	color: black; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: gray;
}
.blacklinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2px;
	color: #000000;
   text-decoration: none;
}
.BorderedCellColor {
	border-style: solid;
    border-width: 0px;
    border-color: #808080;
	padding: 5px;
	font-size: 14px;
}

.BorderedCellWhite {
	border-style: solid;
    border-width: 0px;
    border-color: #808080;
	padding: 5px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover {
	color: red; 
}
b {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
i {
	font-style: italic;
}
em {
	font-style: italic;
}
pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

table.plain td {
    border-width: 0px;
}

table.thinplain td {
    border-width: 1px;
    border-style: solid;
    border-color: black;
}

table.thickplain td {
    border-width: 3px;
    border-style: solid;
    border-color: black;
}

table.listing {
	border-width: 0px;
	padding: 3px;
}
table.listing td {
    border-style: solid;
    border-width: 1px;
    border-color: black;
}
table.listing th {
    border-style: solid;
    border-width: 1px;
    border-color: black;
    background-color: gray;
    color: white;
}

table.data {
	border-style: solid;
	border-width: 1px;
	border-color: black;
	padding: 3px;
}
table.data td {
    border-style: solid;
    border-width: 1px;
    border-color: gray; 
}
table.data th { 
    border-style: solid; 
    border-width: 1px; 
    border-color: gray; 
} 
table.plain {

    border-width: 0px;
    padding: 3px;
}
table.thinplain {
    border-width: 0px;
    padding: 3px;
}
table.thickplain {
    border-width: 0px;
    padding: 3px;
}
.image-left {
        float: left;
        clear: both;
} 
.image-inline { 
        float: none;
}
.image-right {
        float: right;
        clear:
        both;
}

