﻿/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 18px;
	color: #179EDE;
	font-variant: small-caps;
}
h2 {
	font-size: 14px;
	color: #285EA8;
	font-variant: small-caps;
}

h3 {
	font-size: 12px;
	font-weight:bold;
	color: #179EDE;
	margin-bottom:0;
	line-height:0%;
}

a:link {
	color: #285EA8;
	text-decoration: none;
}

a:hover {
	color:#285EA8;
	text-decoration: none;
}

a:visited{
	color: #285EA8;
	text-decoration: none;
}

.menu
{
    color: #285EA8;
    font-variant: small-caps;
    font-size:16px;
    font-weight:bold;
    }