﻿/* ------------------------*/
/* ------LINK STYLES------ */
/* ------------------------*/
#stacksContainer
{
    position:relative;
    left:-68px;
    background-color:#013463;
    width:825px;
}
a.SubMenu
{
	font-weight:bold;
	display: inline-block;
 	margin-bottom: 10px;
}
a.SubMenu:link
{
	text-decoration: none;
	color: #0072BC;
}
a.SubMenu:visited
{
	text-decoration: none;
	color: #0072BC;
}
a.SubMenu:active
{
	text-decoration: none;
	color: #66AAD7;
}
a.SubMenu:hover
{
	text-decoration: none;
	color: #023465;
}


a.Link-Blue:link
{
	text-decoration: none;
	color: #028ce5;
}
a.Link-Blue:visited
{
	text-decoration: none;
	color: #028ce5;
}
a.Link-Blue:active
{
	text-decoration: none;
	color: #0163bd;
}
a.Link-Blue:hover
{
	text-decoration: underline;
	color: #0163bd;
}


a.Link-Red:link
{
	text-decoration: none;
	color: #df494f;
}
a.Link-Red:visited
{
	text-decoration: none;
	color: #df494f;
}
a.Link-Red:active
{
	text-decoration: none;
	color: #b70109;
}
a.Link-Red:hover
{
	text-decoration: underline;
	color: #b70109;
}




/* ------------------------*/
/* ------COPY STYLES------ */
/* ------------------------*/
.Default-Text
{
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 11px;
	color : #023465;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	list-style-type: none;
	margin:0px;
	padding:0px;
	display: none;
}
.Bold
{
    font-weight:bold;
}
.Italic
{
    font-style: italic;
}
.Underline
{
    text-decoration: underline;
}
.Line-Through
{
    text-decoration: line-through;
}




/* ------------------------*/
/* ------LIST STYLES------ */
/* ------------------------*/
OL.List-Num
{
	list-style-type:decimal;
}

OL.List-Upper
{
	list-style-type:upper-alpha;
}

OL.List-Lower
{
	list-style-type:lower-alpha;
}

UL.List-Bullet
{
	list-style-type:disc;
}

LI.ListItem
{
	text-decoration: none;
	margin-bottom:5px;
}


/* --------------------------*/
/* ------HEADER STYLES------ */
/* --------------------------*/
.Headline
{
    font-size:15px;
    font-weight:bold;
    color:#023465;
}
.Sub-Headline
{
    font-size:13px;
    font-weight:bold;
    color:#023465;
}
.Sub-Text
{
    font-size:9px;
    color:#023465;
}

