body
{
	background-image: url('/images/bg_sidebar.jpg');
	background-position: top right;
	background-repeat: repeat-y;
	background-color: rgb(255, 255, 255);
	margin: 0px 0px 0px 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

a
{
	color: rgb(13, 60, 106);
	text-decoration: none;
}

a:active
{
	color: rgb(129, 166, 208);
}

a:hover
{
	color: rgb(129, 166, 208);
	text-decoration: underline;
}

a:visited
{
	color: rgb(50, 94, 139);
}

h1
{
	font-size: 14pt;
    font-weight: bold;
    color: rgb(0, 0, 0);
}

h2
{
	font-size: 12pt;
    font-weight: bold;
    color: rgb(0, 0, 0);
}

h3
{
	font-size: 10pt;
    font-weight: bold;
    color: rgb(0, 0, 0);
}

h4
{
	font-size: 8pt;
    font-weight: bold;
    color: rgb(0, 0, 0);
}

h5
{
	font-size: 7pt;
    font-weight: bold;
    color: rgb(0, 0, 0);
}

h6
{
	font-size: 6pt;
    font-weight: bold;
    color: rgb(0, 0, 0);
}

p
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 8pt;
}

code
{
    font-family: "Courier New", Courier, mono
}

td
{
    font-size: 8pt;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.label
{
    font-weight: bold
}
.mini
{
    font-size: smaller
}
UL
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    list-style-image: url('/images/nibble.gif');
}
UL UL
{
    margin-top: 1em;
    margin-bottom: 1em;
}
UL OL
{
    margin-top: 1em;
    margin-bottom: 1em;
}
.accent
{
    BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    FONT-WEIGHT: 500;
    BORDER-LEFT: medium none;
    COLOR: midnightblue;
    BORDER-BOTTOM: medium none;
    FONT-STYLE: normal
}

.Orange
{
	color: rgb(255,144,0);
}
