html,body
{
      margin:0;
      padding:0;
      height:100%;
      border:none
}
BODY
{
	background-color: #EEEEF5;
    margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#MainContentDiv
{
    overflow:auto;
    padding: 0px 20px 0px 20px;
}

#MainContentTable
{
	background-color: #FFFFFF;
    border-bottom: none;
    border-top: none;
    border-left: solid #554444 1px;
    border-right: solid #444455 1px;
    height: 100%;
}
#MainTemplateTable
{
    border: none;
    height: 100%;
    width: 100%;
}
.header_cell
{
	background-color: #FFFAF5;
}
.data_cell
{
    padding: 0px 20px 0px 20px;
}
.top_spacer_row
{
    background-color: #888888;
    border-bottom: solid #555555 1px;
}
*
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

blockquote
{
    border : 1px solid #555;
    font-style:italic;
    margin: 3px;
    padding: 10px;
    padding-top: 20px;
    background-color: #eee;
    quotes: "\201C" "\201D";
}

blockquote div.Author
{
    padding-top: 10px;
	font-size: 0.9em;
	font-style: italic;
	text-align: right;
}

UL
{
	color: #222222;
	line-height: normal;
	list-style-position: outside;
	list-style-type: square
}
OL
{
	color: #222222;
	line-height: normal;
	list-style-position: outside;
	/*list-style-type: square*/
}
LI
{
	padding-bottom: 1em;
}
P, LI
{
	font-size: 0.8em;
	color: #222222;
	line-height: normal;
}
.ErrorText
{
    background-color: #CC2222;
	color: #EEEEEE;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
}
.CenteredText
{
	font-size: 0.8em;
	text-align: center;
	color: #222222;
	line-height: normal;
}
.fieldTitle
{
	font-size: 0.8em;
	text-align: right;
	color: #2222AA;
	font-weight: bold;
}
.textInput
{
	font-size: 0.8em;
	border: solid #888888 1px;
	width: 350px;
}
.formbutton
{
	font-size: 0.8em;
}
SUP
{
	font-size: 70%;
}
.note
{
    FONT-SIZE: 70%;
    COLOR: #bbbbbb;
    FONT-FAMILY: Arial, sans-serif
}
.last_modified
{
	padding-top: 2px;
	padding-bottom: 5px;
	font-size: 0.7em;
    COLOR: #837964;
    border-top: solid #A0720E 1px;
    FONT-FAMILY: Arial, sans-serif
}
.seperator
{
    COLOR: #666666
}
.menutext
{
    COLOR: #bbaaaa;
    TEXT-ALIGN: justify
}
h1
{
	font-size: 1.1em;
	color: #444444;
	padding: 0px 0px 0px 0px;
	border: none;
}

h2
{
	font-size: 1em;
	padding: 0px 0px 0px 0px;
	border: none;
}

h3
{
	font-size: 0.9em;
	padding: 0px 0px 0px 0px;
	border: none;
}

.WebLinkTitle
{
	font-family: Arial, sans-serif;
}

.WebLink
{
	font-family: courier, monospace;
}

A
{
	text-decoration: none;
}

A:Hover
{
	text-decoration: underline;
}

.GalleryTable
{
}

.GalleryTable TD.ImageGalleryCell
{
	font-size: 0.7em;
	color: #111111;
	border: none #666666 1px;
}


