﻿
body
{
	/* set default font size for skin (Titles etc. will then use a percentage to specify their sizes) */
	margin: 0;
	padding: 0;
	line-height: 1.2;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: x-small; /*IE5*/
	voice-family: "\"{\"";
	voice-family: inherit;
	font-size: small; /* for compliant browsers */
}

hr 
{
	border: 0;
	color: #5a4031;
	background-color: #5a4031;
	height: 1px;
	width: 100%;
	text-align: left;
}


#footer
{
	color: #000066;
	text-align: left;
}

table
{
	background-color: #ffffff;
}


/* -----------------
Set default font for modules
--------------------
 */
.Normal, .NormalDisabled, .NormalBold, .NormalRed, .NormalTextBox
{
    margin: 0;
    padding: 0;
    line-height: 1.2;
    font: 100% Verdana, Arial, Helvetica, sans-serif;
}

.leftcell
{
	border-right-color: #433930;
	border-right-style: solid;
	border-right-width: 2px;
}

/* ================================
style for module titles
================================ */
.Head
{
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 170%;
    font-weight: bold;
    color: #C00; /* letter-spacing: 2; */
}
/* style of item titles on edit and admin pages */
.SubHead    {
    font-size:  85%;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-size:  85%; 
}

/* ===============
button style for standard HTML buttons 
================== */
.StandardButton
{
	font-size: 90%;
}
/* =======================
 HTML Tag Styles 
=========================== */
H1, H2, H3, H4, H5, DT, H6
{
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
H1
{
    font-size: 150%;
    font-weight: bold;
    color: #999;
}

H2
{
    font-size: 150%;
    font-weight: bold;
    color: #C00;
}

H3
{
    font-size: 130%;
    font-weight: bold;
    color: #500000;
    margin: 0px;
}

H4
{
    font-size: 110%;
    font-weight: bold;
    color: #500000;
    margin: 0px;
}

H5, DT
{
    font-size: 110%;
    font-weight: bold;
    color: #000000;
    margin: 0px;
}

H6
{
    font-size: 80%;
    font-weight: normal;
    color: #999;
    margin: 0px;
}


/* ------------------------
Links format added for opera browser
----------- */
.Normal A:link, .Normal A:visited, .Normal A:active
{
    text-decoration: none;
    color: #5a4031;
}
.Normal A:hover
{
    text-decoration: none;
    color: #004669;
}

/* This is the Date eg. any items that are not links */
.SkinItem
{
    text-decoration: none;
    color: #000066;
}
/* This sets the style for all skin items that are links */
A.SkinItem:link, A.SkinItem:visited 
{
    text-decoration: none;
    color: #5a4031;
}

A.SkinItem:active
{
    text-decoration: none;
    color: #004669;
}

A.SkinItem:hover
{
    text-decoration: none;
    color: #004669;
}


a:link, a:visited
{
	text-decoration: none;
  color: #5a4031;
}

a:hover
{
	text-decoration: none;
	color: #004669;
}

a:active
{
	text-decoration: none;
	color: #004669;
}



