html, body { 
	margin: 0;
	padding: 0;
}
html, body, .Normal, .NormalBold, .SubSubHead, .SelectedTab, .OtherTabs, .Normal .Normal, .NormalBold .NormalBold { 
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 11px;
}

.NormalBold {
	font-weight: bold;
}
body {
	background-color: #CC3300;
	background-attachment: scroll;
	background-image: url(backgradient.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.Head {
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 1.2em;
}
.breadcrumb, .breadcrumb a {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
	font-size: 1em;
}
.breadcrumb a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.graybold, .graybold a {
	color: #CCCCCC;
	font-weight: bold;
}
.graybold a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
ul.headerindex {
	list-style-type: disc;
}
ul.headerindex li {
	list-style-type: disc;
}
.contrastdark { 
	color: #F5F5F5;
}
/* style of item titles on edit and admin pages */
.SubHead {
	font-family: "Trebuchet MS", Arial, Helvetica;
    font-size: .8em;
    font-weight: bold;
	color: #660000;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-weight: bold;
    color: black;
}
/* GENERIC */
H1  {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 1.2em;
    font-weight:    normal;
    color: #666644;
}

H2  {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 1.1em;
    font-weight:    normal;
    color: #666644;
}

H3  {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 1em;
    font-weight:    normal;
    color: #003366;
}

H4  {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: .9em;
    font-weight:    normal;
    color: #003366;
}

H5  {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: .7em;
    font-weight: bold;
    color: #003366;
}

H6  {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: .7em;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: .8em;
    color: #003366;
}

TH  {
    vertical-align: baseline;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: .8em;
    font-weight:    bold;
    color: #003366;
}

A:link  {
    text-decoration:    none;
    color:  #003366;
}

A:visited   {
    text-decoration:    none;
    color:  #003366;
}

A:active    {
    text-decoration:    none;
    color:  #003366;
}

A:hover {
    text-decoration:    underline;
    color:  #ff0000;
}

SMALL   {
    font-size:  .7em;
}

BIG {
    font-size:  .9em;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height: 1px;
    text-align:left
}
.CommandButton     {
    font-family: "Trebuchet MS", Arial, Helvetica;
    font-weight: bold;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}
/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    color: white;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#cccccc;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    color: white;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:#cccccc;
}
