body
{
    font-family: Arial;
    font-size: 12px;
}
p
{    
    padding: 0 15px;
}
ul li
{
    list-style-image: url(/images/icon_bullet.gif);
}
ul li ul li
{
    list-style-image: url(/images/icon_subbullet.gif);
}
h1,
.header
{
    margin: 0;
    background-color: #474545;
}
h1 
{
    margin-top: 20px;
    color: #FFA200;
    font-size: 18px;
    font-weight: bold;
    padding: 5px;
    font-family: Arial Narrow;
}

h2,h3
{
    padding: 0;
    padding-left: 15px;
    font-size: 16px;
    font-weight: bold;
    font-family: Arial Narrow;
    border-bottom: 1px solid #D8D8D8;
    margin: 4px 0 4px 15px;
    display: block;
    color: #67A911;
    width: 300px;
    background: url(/images/head_greenarrow.gif) 0 50% no-repeat;
}

span.blacktitle
{
    color: #6F6F6F;
}
span.greentitle
{
    color: #6BA322;
    font-weight: bold !important;
}
span.highlight_type_1
{
    display: block;
    color: #fff;
    padding: 10px 10px 10px 35px;
    background: url(/images/unt_leftcornertopfeaturecontainer.gif) no-repeat rgb(172,172,172) 0 0;
}
span.highlight_type_2
{
    display: block;
    border-top: 3px solid #F7941D;
    border-bottom: 3px solid #F7941D;
    padding: 5px 0;
}
span.highlight_type_3
{
    display: block;
    border-bottom: 3px dashed #F7941D;
    padding: 5px 0;
}
span.openQuotes
{
    background: url(/images/unt_openQuote.gif) no-repeat;
    display: block;
    width: 19px;
    height: 14px;
    color: #fff;
}
span.closeQuotes
{
    background: url(/images/unt_closeQuote.gif) no-repeat;
    margin-left: 145px;
    display: block;
    width: 19px;
    height: 14px;
    color: #fff;
}

a.rightArrow 
{
	background: url(/en-us/images/lnkMore.gif) no-repeat;
	padding-left: 15px;
}
