﻿/* 
    - TU Color Scheme -    
    #12175E - Bogo Blue
    #807FAB - Bargain Blue
    #C60751 - Hot Deal Red
    #F16722 - Overstock Orange
    #FAAF3B - Markdown Orange
    #CCCC00 - Thrifty Yellow
    #29A9E1 - Free Aqua 
    #FFEA9E - Pot of Gold

*/

body
{
	font-size: 9pt;
	font-family: Arial, Verdana, Geneva, Helvetica, san-serif;
	margin: 0 auto;
    padding: 5px 5px 5px 5px;
	background-color: white;
}
h1
{
    font-weight: bold;
    font-size: 16pt;
    color: #12175E;
}
h2
{
    font-weight: bold;
    font-size: 12pt;
    color: #12175E;
}
h3
{
    font-weight: bold;
    font-size: 12pt;
    color: #807FAB;
}
h4
{
	font-weight: bold;
	font-size: 12pt;
	color: #C60751;
}
th
{
    color: white;
    font-size: 10pt;
    font-weight: bold;
    background-color: #807FAB;
}
th a
{
    color: white;
    text-decoration: none;
}
td
{
	font-size: 10pt;
    color: #807FAB;
}
td a
{
    color: blue;
    text-decoration: underline;
}
td a:link
{
    color: blue;
    text-decoration: underline;
}
td a:visited
{
    color: blue;
    text-decoration: underline;
}
td a:hover
{
    color: #C60751;
    text-decoration: none;
}
.BlackLink
{
	color: black;
	font-weight: bold;
	font-size: 10pt;
}
A.BlackLink
{
    color: black;
    text-decoration: underline;
}
A.BlackLink:link
{
    color: black;
    text-decoration: underline;
}
A.BlackLink:visited
{
    color: black;
    text-decoration: underline;
}
A.BlackLink:hover
{
	color: #C60751;
	text-decoration: none;
}
.BlackLinkRev
{
	color: #C60751;
	font-weight: bold;
	font-size: 10pt;
}
A.BlackLinkRev
{
    color: #C60751;
    text-decoration: none;
}
A.BlackLinkRev:link
{
    color: #C60751;
    text-decoration: none;
}
A.BlackLinkRev:visited
{
    color: #C60751;
    text-decoration: none;
}
A.BlackLinkRev:hover
{
	color: black;
	text-decoration: underline;
}
.BlackLink2
{
	color: black;
	font-weight: bold;
	font-size: 10pt;
}
A.BlackLink2
{
    color: black;
    text-decoration: none;
}
A.BlackLink2:link
{
    color: black;
    text-decoration: none;
}
A.BlackLink2:visited
{
    color: black;
    text-decoration: none;
}
A.BlackLink2:hover
{
	color: #C60751;
	text-decoration: underline;
}
BlueLink2
{
	color: #807FAB;
	font-weight: bold;
	font-size: 10pt;
}
A.BlueLink2
{
    color: #807FAB;
	font-weight: bold;    
    text-decoration: underline;
}
A.BlueLink2:link
{
    color: #807FAB;
    text-decoration: underline;
}
A.BlueLink2:visited
{
    color: #807FAB;
    text-decoration: underline;
}
A.BlueLink2:hover
{
	color: #C60751;
	text-decoration: none;
}
.CatList li
{
    text-indent: -30px;
    margin-bottom: 5px;
    margin-top: 5px;
    list-style-type: none;
}
.CatList li ul li
{
    text-indent: -50px;
    font-weight: normal;
}
.CatList li ul li ul li
{
    text-indent: -50px;
    font-size: 8pt;
    font-weight: normal;
    font-style: italic;
}
.Community
{
    color: White;
    font-size: 18pt;
    font-family: Arial, Verdana, Geneva, Helvetica, san-serif;
    font-weight: 100;
}
.DocList th
{
    color: #C60852;
    font-size: 9pt;
    font-weight: bold;
    background-color: #FAEBD7;
    text-align: left;
    vertical-align: middle;
}
.DocList td
{
    color: Black;
	font-size: 8pt;
	font-weight: bold;
}
.DocList td a
{
    color: Black;
	font-size: 8pt;
	font-weight: bold;
}
.FormButtonFE
{
    color: White;
    border-color: #ABC3DB;
    font-size: 9pt;
    font-weight: bold;
    cursor: hand;
    background-color: #667BB4;
}
.FormButtonMini
{
    color: white;
    border-color: #ABC3DB;
    font-size: 9px;
    cursor: hand;
    background-color: #807FAB;
    height: 18px;
}
.FormInput label
{
	font-size: 8pt;
	font-weight: normal;
}
.FormInputMini
{
	font-size: 9px;	
	font-family: Arial;
	border: none 0px white;
}
.FormLabel
{
	color: #11155E;
	font-size: 9pt;
	font-weight: bold;
}
.GrayInputOff
{
    font-size: 9px;
    font-family: Arial;
    border: none 0px white;
    color: #999999;
    text-align: left;
}
.GrayInputOn
{
	font-size: 9px;	
	font-family: Arial;
	border: none 0px white;
	color: Black;
	text-align: left;
}
.Listing
{
    color: #807FAB;
    font-size: 10pt;
}
.Listing td
{
    color: #807FAB;
	font-size: 10pt;
}
.MiniButton
{
    color: white;
    border-color: #ABC3DB;
    font-size: 9px;
    cursor: hand;
    background-color: #807FAB;
    height: 18px;
    width: 24px;
}
.ProList th
{
    color: white;
    font-size: 9pt;
    font-weight: bold;
    background-color: #ABC3DB;
}
.ProList th a
{
    color: white;
    text-decoration: underline;
}
.ProList td
{
    color: black;
    font-size: 9pt;
    background-color: #EAEAEA;
}
.WhiteLinkRev
{
	color: white;
    font-size: 9pt;
	text-align: center;
}
A.WhiteLinkRev
{
	color: white;
	text-decoration: none;
}
A.WhiteLinkRev:link
{
    color: white;
    text-decoration: none;
}
A.WhiteLinkRev:visited
{
    color: white;
    text-decoration: none;
}
A.WhiteLinkRev:hover
{
	color: #99CCFF;
	text-decoration: underline;
}

