BODY
{
	font-family: Arial;
	font-size: 11px;
	background-color: #FFFDFE;
	margin : 5px 2px 1px 2px;
}

A:link
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #43413F;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: underline
}

A:visited
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #43413F;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: underline
}

A:hover
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: underline
}

A:active
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: underline
}

A.plugin:link
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #43413F;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: underline
}

A.plugin:visited
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #43413F;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: underline
}

A.plugin:hover
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: underline
}

A.plugin:active
 { color: #000000; font-size: 11px; font-family: "trebuchet ms"; font-weight: bold; text-decoration: underline }

A.HeaderNav:link
 { color: #43413f; font-size: 10px; font-family: "trebuchet ms"; font-weight: bold; text-decoration: underline }

A.HeaderNav:visited
 { color: #43413f; font-size: 10px; font-family: "trebuchet ms"; font-weight: bold; text-decoration: underline }

A.HeaderNav:hover
 { color: #000000; font-size: 10px; font-family: "trebuchet ms"; font-weight: bold; text-decoration: underline }

A.HeaderNav:active
 { color: #000000; font-size: 10px; font-family: "trebuchet ms"; font-weight: bold; text-decoration: underline }

A.Internal:link
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #FFFFFF;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: underline
}

A.Internal:visited
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #FFFFFF;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: underline
}

A.Internal:hover
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: underline
}

A.Internal:active
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: underline
}

TABLE
{
	font-size: 11px;
}

.HeaderRow
{
	color:#ffffff;
	font-weight:bold;
}

INPUT
{
	font-family: Arial;
	font-size: xx-small;
}

TEXTAREA
{
	font-family: Arial;
	font-size: x-small;
}

SELECT
{
	font-family: Arial;
	font-size: x-small;
}

.FormLabel
{
	font-weight:bold;
}

.RedMsg
{
	color:#D31021;
}

.FormAlert
{
	background-color:#F3BDC2;
}

.AltColor
  { background-color: #e4e2e2 }

.Color
  { background-color: #e4e2e2 }

.AdminHeader
{
	background-color: Silver;
}

.nicelist {
    margin-left: 10px;
    padding-left: 0;
    list-style: none;
    }
	
.nicelist li {	
    padding-left: 14px;
    background-image: url(/images/sm_pdf_icon.gif);
    background-repeat: no-repeat;
    background-position: 0 6px;
    }

html[xmlns] .nicelist {
    padding-left: 2em;
    }

html[xmlns] .nicelist li {
    background: none; /* undo the background-image */
    list-style-image: url(/images/sm_pdf_icon.gif);
    padding: 0;
    }