﻿a
{
    text-decoration:none;
    color:#004489;
}

a:hover
{
    color: #f2942e;
}

a img {border:none;}

.bold
{
	font-weight:bold;
}

h1
{
    font-size:1.6em;
    padding-top:8px;
    padding-bottom:5px;
}

h2
{
    font-size:1.2em;
    padding-top:8px;
    padding-bottom:5px;
   
}

h3
{
    font-size:1.1em;
    padding-top:5px;
    padding-bottom:5px;
}
.smallText
{
    font-size:0.8em;
}
.orangetext
{
    color:#f6821d;
    font-style:italic;
    font-size:1.2em;
}

hr
{

    color:#f1f1f1;
}

a[href$='.pdf'] {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url(../../../../App_Themes/Default/Images/Extensions/pdf.gif) center left no-repeat;
}

a[href$='.xls'], a[href$='.csv'], a[href$='.xlt'], a[href$='.xlw'] {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url(../../../../App_Themes/Default/Images/Extensions/xsl.gif) center left no-repeat;
}

a[href$='.ppt'], a[href$='.pps'] {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url(../../../../App_Themes/Default/Images/Extensions/ppt.gif) center left no-repeat;
}

a[href$='.doc'], a[href$='.rtf'], a[href$='.txt'], a[href$='.wps'] {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url(../../../../App_Themes/Default/Images/Extensions/doc.gif) center left no-repeat;
}
