﻿BODY
{
    background: #A3ABCC url(images/bkgd2d.jpg) repeat-y;
    font-family: tahoma, arial,helvetica,sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: #41434D;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
    padding: 0px;
    margin: 0px 0px 25px 0px;
}
TD, FORM, BUTTON, LABEL, TEXTAREA, INPUT, SELECT
{
    font-size: 10pt;
    color: #41434D;
}
P
{
	margin-top: 0px;
	margin-bottom: 12px;
}
DIV
{
	margin-top: 0px;
	margin-bottom: 0px;
}
IMG
{
	margin: 0px;
}
HR
{
	background-color: #A3ABCC;
    color: #A3ABCC;
    height: 1px;
    width: 100%;
    border-style: none;
    clear: both;
}
H1, H2, H3, H4, H5, H6, TH, THEAD, TFOOT
{
    color: #203380;
    font-family: tahoma, arial,helvetica,sans-serif;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-weight: 500;
}
H1 {font-size: 18pt; font-weight: 700; margin-top: 0px; margin-bottom: 7px;}	
H2 {font-size: 14pt; font-weight: 600; margin-top: 0px; margin-bottom: 5px; }	
H3 {font-size: 11pt; font-weight: 700; margin-top: 0px; margin-bottom: 0px; }	
H4 {font-size: 10pt; font-weight: 500; margin-top: 0px; margin-bottom: 0px; }	
H5, DT {font-size: 10pt; font-weight: 500; margin-top: 0px; margin-bottom: 0px; }	

H1
{
 	width: 100%;
 	padding-bottom: 10px;
	border-bottom: solid 0px #203380;
}
H2
{
	color: #404040;
	width: 100%;
	padding-bottom: 3px;
	border-bottom: solid 1px #203380;
}

TFOOT, THEAD { font-size: 1em; }
TH { vertical-align: baseline; font-size: 1em; font-weight: bold; }	

TABLE { margin-top: 0px; margin-bottom: 0px; }

SMALL { font-size: 8pt; }
BIG	{ font-size: 12pt; }
EM
{
	color: black;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
}
STRONG
{
	color: black;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
}

BLOCKQUOTE, PRE { font-family: Courier New, monospace; }	

UL { margin-left: 20px; margin-top: 5px; margin-bottom: 10px; padding-left: 0; }
UL LI { list-style-type: disc ; margin-top: 1px; margin-bottom: 1px; }	
UL LI LI { list-style-type: circle; }	
UL LI LI LI { list-style-type: square; }	
UL { margin-left: 20px; margin-top: 5px; margin-bottom: 10px; padding-left: 0; }
OL LI { list-style-type: decimal; margin-top: 1px; margin-bottom: 1px; }	
OL OL LI { list-style-type: lower-alpha; }	
OL OL OL LI	{ list-style-type: lower-roman; }	

A:link { text-decoration: underline; color: #203380; }
A:visited { text-decoration: underline; color: #203380; }
A:hover { text-decoration: underline; color: #408040; }
A:active { text-decoration: underline; color: #408040; }

#shell
{
    background: #A3ABCC;
	width: 815px;
	text-align: left;
    /* margin-left: auto;
    margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px; */
	margin: 0;
}
#tartan
{
	background: url(images/bkgd_tartan2d.jpg) repeat-y;
	width: 106px;
}
#right
{
	background: #CFD3E5 url(images/bkgd_content.gif) repeat-x;
	width: 669px;
	padding: 20px;
}
#menu
{
	width: 90px;
	padding-left: 20px;
	padding-right: 39px;
	text-align: right;
	color: #203380;
	font-size: 12pt;
	font-weight: normal;
	line-height: 17pt;
    font-family: tahoma, arial,helvetica,sans-serif;
}
#menu A { font-weight: normal; }
#menu A:link { text-decoration: none; color: #203380; }
#menu A:visited { text-decoration: none; color: #203380; }
#menu A:hover { text-decoration: none; color: #408040; }
#menu A:active { text-decoration: none; color: #203380; }
#content
{
	width: 520px;
}
#contentheader
{
	background: url(images/bkgd_contentheader.gif) repeat-x;
	min-height: 30px;
	max-height: 30px;
	padding: 15px 20px 0px 20px;
	color: White;
	font: 14pt bold;
    font-family: tahoma, arial,helvetica,sans-serif;
}
#contentspace
{
	background-color: White;
	padding: 10px 20px 10px 20px;
	border-left: solid 1px #A3ABCC;
	border-right: solid 1px #A3ABCC;
}
#contentfooter
{
	background: url(images/bkgd_contentfooter.gif) repeat-x;
	min-height: 20px;
	max-height: 20px;
}

.center { text-align: center; }
.right { text-align: right; }
