/* CorbinUP CSS Document */

/* Body Elements */
body {
	background-color: #202f52;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	background-image: url(images/bg_stripes.gif);
	background-repeat: repeat;
}
td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
}
.Bold {
	font-weight: bold;
}
.Footer {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 10px;
	line-height: 18px;
	color: #000000;
	padding: 6px;
}
.UnorderedList {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #000000;
	list-style-type: disc;
}
.PaddingLight {
	padding: 2px;
}
.PaddingHeavy {
	padding: 6px;
}

/* Secondary Text Color */
.BlackText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.BlackBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
}

/* Links */
a:link
{
    COLOR: #da5302;
    TEXT-DECORATION: none;
	font-weight: bold;
}
a:visited
{
    COLOR: #da5302;
    TEXT-DECORATION: none;
	font-weight: bold;
}
a:hover
{
    COLOR: #fee800;
    TEXT-DECORATION: underline;
	font-weight: bold;
}
a:active
{
    COLOR: #fee800;
    TEXT-DECORATION: underline;
	font-weight: bold;
}
a.BlueLink:link
{
    COLOR: #fee800;
    TEXT-DECORATION: none;
	font-weight: bold;
}
a.BlueLink:visited
{
    COLOR: #fee800;
    TEXT-DECORATION: none;
	font-weight: bold;
}
a.BlueLink:hover
{
    COLOR: #FFFFFF;
    TEXT-DECORATION: underline;
	font-weight: bold;
}
a.BlueLink:active
{
    COLOR: #FFFFFF;
    TEXT-DECORATION: underline;
	font-weight: bold;
}

/* Page Titles and Headers */
.TitleWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	color: #000000;
	padding: 4px;
}
.TitleBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	color: #da5302;
	padding: 4px;
}
.TitleBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	color: #000000;
	padding: 4px;
}
.MastText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	padding: 4px;
}
.TitleNav {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
	padding: 4px;
}

/* Form Elements */
input.Tiny {
	width: 30px;
}

/* Customized Elements */

.Mast {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	background-image: url(images/bg_mast.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.BodyContentBackground {
	color: #000000;
	background-color: #FFFFFF;
}
.DkBlueContentBackground {
	color: #FFFFFF;
	background-color: #000000;
}
.LtBlueContentBackground {
	color: #000000;
	background-color: #999999;
}
.YellowContentBackground {
	color: #000000;
	background-color: #da5302;
}