﻿/* CSS Document */









h1, h2, h3, h4
{
    font-size: 18px;
    color: #000000;
}

body
{
	background-color: #4b3627;
}

hr
{
    height: 1px;
    border-bottom: silver 1px dotted;
}

.ContentArea
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #3a281d;
	line-height: 18px;
}

.ListItemTitle
{
	font-family: 'Times New Roman';
	font-size: 16px;
	color: #0565A5;
	vertical-align: text-top;
	font-weight: bold !important;
}

.ModuleHeading
{
	font-family: 'Times New Roman';
	font-size: 16px;
	color: #0565A5;
	vertical-align: text-top;
	font-weight: bold !important;
}

.PageHeading
{
   font-family: 'Times New Roman';
	font-size: 22px;
	color: #0565A5;
	vertical-align: text-top;
	font-weight: bold !important;
}

.FormFieldLabel
{
    font-weight: bold;
}

.FormSectionHeading
{
    font-weight: bold;
    font-size: 18px;
    color: #4D3526;
    font-family: "Palatino Linotype" , "Book Antiqua" , Palatino, serif;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #4D3526;
}
