﻿/* BROWSER RESET 
table, tr,  td ,tbody {	
	
	border: 0;
	outline: 0;
	font-size:10px;
	
}
/* END BROWSER RESET */

.errorLabel
{    
    color:#717171;
    font-weight:bold;
    font-size:12px;
    font-style:normal;
    text-decoration:none;
}

body
{
    font-size:10px;
    font-family:Verdana;
}

.NewsHeading
{
    color:#717171;
    font-weight:bold;
    font-size:12px;
    font-style:normal;
    text-decoration:none;
}
.NewsHeadingPadding
{
    color:#717171;
    font-weight:bold;
    font-size:12px;
    font-style:normal;
    text-decoration:none;
    padding-left:120px;
}
.NewsHeading1
{
    color:#717171;
    font-weight:bold;
    font-size:11px;
    font-style:normal;
    text-decoration:none;
    font-family:Verdana;
}
.NewsShortText
{
    color:#717171;
    font-weight:normal;
    font-size:10px;
    font-style:normal;
    text-decoration:none;
}
.NewsShortTextMainArticle
{
    color:#717171;
    font-weight:normal;
    font-size:11px;
    font-style:normal;
    text-decoration:none;
}

.NewsFullStory
{
    color:#717171;
    font-weight:bold;
    font-size:11px;
    text-decoration:none;
}

.rowSpacer
{
    height:10px;
}

.newsStory3Image
{
    background-color:#E2E6D7;
    width:246px;
    height:170px;
    padding:10px;
}
.newsLandingHeading
{
    color:Gray;
    font-weight:normal;
    font-size:10px;
    font-style:normal;
    text-decoration:none;
}

/* Other Articles */
.OtherArticles
{
    height:11px;
    background-repeat:no-repeat;
}



