@charset "UTF-8";

a:link {
	color: #2B458F;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #D61F21;
}
a:active {
	color: #666666;
}

.navtopbg1 {
	background-image: url(images/TT-V1_17.gif);
	background-repeat: repeat-x;
}
.horzwhite1px {
	background-image: url(images/horzwhite1px.gif);
	background-repeat: repeat-x;
}
.vertwhite1px {
	background-image: url(images/TT-V1_19.gif);
	background-repeat: repeat-y;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #666666;
	margin-top: 18px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.bgwhite {
	background-color: #FFFFFF;
}
.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 17px;
}
.titles1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #D61F21;
}
.byline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #000000;
	line-height: 24px;
}
.text1Titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
	font-weight: bold;
}
.text1Bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 17px;
	font-weight: bold;
}
.vertblue1px {
	background-image: url(images/vertblue1px.gif);
	background-repeat: repeat-y;
}
.lftmarbg {
	background-image: url(images/lftmarginblublkBG.jpg);
	background-repeat: repeat-y;
}
.rtmarbg {
	background-image: url(images/rtmarginblublkBG.jpg);
	background-repeat: repeat-y;
}


/*==================list====================*/
ul.news
{
    font: 77% Arial;
    list-style: none;
    padding: 0 5em 0 0;
    margin: 2em 0;
}

ul.news li
{
    margin-bottom: 2em;
}

ul.news li h5
{
    font-size: 100%;
    margin: 0.75em 0;
}

ul.news li a
{
    color: Blue;
}

ul.news li a:hover
{
    text-decoration: underline;
}

