﻿body {
    font-family: Verdana, Arial;
    font-size: 11px;
    color: #888888;
    line-height: 18px;
}
.header {
    font-family: Verdana, Arial;
    font-size: 18px;
    color: #888888;
    font-weight: bold;
}
.smallheader {
    font-family: Verdana, Arial;
    font-size: 14px;
    color: #888888;
    font-weight: bold;
}
.footer {
    height: 24px;
    background-color: #e2e2e2;
    font-family: Verdana, Arial;
    font-size: 11px;
    color: #888888;
}
.menu
{
    font-family: Verdana, Arial;
    font-size: 14px;
    color: #e2e2e2;
}
.menu a:link
{
    font-family: Verdana, Arial;
    font-size: 14px;
    font-weight: bold;
    color: #888888;
    text-decoration: none;
}
.menu a:visited
{
    font-weight: bold;
    color: #888888;
    text-decoration: none;
}
.menu a:hover
{
    color: #888888;
    text-decoration: underline;
}
.menu a:active
{
    color: #888888;
    text-decoration: underline;
}
.link
{
    color: #888888;
    font-size: 11px;
    text-decoration: none;
}
.link a:link
{
    color: #888888;
    font-size: 11px;
    text-decoration: underline;
}
.link a:visited
{
    color: #888888;
    text-decoration: underline;
}
.link a:hover
{
    color: #888888;
    text-decoration: underline;
}
.link a:active
{
    color: #888888;
    text-decoration: underline;
}
.fckeditor a:link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2f38e6;
	text-decoration: none;
}
.fckeditor a:visited {
    color: #2f38e6;
	text-decoration: none;
}
.fckeditor a:hover {
    color: #2f38e6;
	text-decoration: underline;
}
.fckeditor a:active {
    color: #2f38e6;
	text-decoration: underline;
}
.grid_header {
    height: 20px;
    background-color: #828384;
    color: #FFFFFF;
    font-weight: bold;
}
.grid_row {
    height: 20px;
    background-color: #FFFFFF;
    padding: 1px 0px 1px 0px;
}
.grid_row_alt {
    height: 20px;
    background-color: #ededed;
    padding: 1px 0px 1px 0px;
}
