.NewsTopic:link {
	font-family: Arial;
	font-size : 11;
	color : Black;
	font-weight : bold;
}
.NewsTopic:hover {
	font-family: Arial;
	font-size : 11;
	color : Black;
	font-weight : bold;
}
.NewsTopic:visited {
	font-family: Arial;
	font-size : 11;
	color : Black;
	font-weight : bold;
}

.NewsTitle:link {
	font-family: Arial;
	font-size : 14;
	color : red;
	font-weight : bold;
}

.NewsTitle:hover {
	font-family: Arial;
	font-size : 14;
	color : red;
	font-weight : bold;
}

.NewsTitle:visited {
	font-family: Arial;
	font-size : 14;
	color : red;
	font-weight : bold;
}

.NewsPreviewText{
	font-family: Arial;
	font-size : 12;
	color : black;
}

.NewsDetail:link{
	font-family: Arial;
	font-size : 12;
	color : red;
}

.NewsDetail:hover{
	font-family: Arial;
	font-size : 12;
	color : red;
	text-decoration : underline;
}
.NewsDetail:visited{
	font-family: Arial;
	font-size : 12;
	color : red;
	/*text-decoration : underline;*/
}


.NLinkedNews:link{
	font-family: Arial;
	font-size : 11;
	color : black;
}

.NLinkedNews:hover{
	font-family: Arial;
	font-size : 11;
	color : black;
	text-decoration : underline;
}
.NLinkedNews:visited{
	font-family: Arial;
	font-size : 11;
	color : black;
	/*text-decoration : underline;*/
}

.ThemeToTitle{
	margin-bottom:7px;
}

.TitleToPreview{
	margin-bottom:7px;
}

.TextAlignRight
{
	margin-left:-1px;
	margin-right:5px;
}

.TextAlignLeft
{
	margin-left:5 px;
	margin-right:-1px;
}

.TextBlockRight
{
	margin-right:5px;
}

.TextBlockLeft
{
	margin-left:-1px;
	margin-right:4px;
}

.ImageTopTextBottom
{
	margin-right:-1px;
	margin-left:4px;
}

.ImageBottomTextTop
{
	margin-top:8px;
	margin-bottom:0px;
}

.NewsSeparator
{
	background : url(Images/separator.gif);
}


.NewsGridItem
{
	background-color:transparent;
}

.NewsGridItemAlternating
{
	background-color:transparent;
}

.NewsGridLinkedItemAlternating
{
	background-color: transparent;
}

.NewsGridLinkedItem
{
	background-color: transparent;
}

.divLinkedNewsList
{
	margin-left:5px;
	margin-top:5px;
}


.NNavButton:link {
	font-family: Arial;
	font-size : 11;
	color : Black;
	font-weight : bold;
}
.NNavButton:hover {
	font-family: Arial;
	font-size : 11;
	color : Black;
	font-weight : bold;
}
.NNavButton:visited {
	font-family: Arial;
	font-size : 11;
	color : Black;
	font-weight : bold;
}

.NNumButton:link {
	font-family: Arial;
	font-size : 11;
	color : Black;
	font-weight : bold;
}
.NNumButton:hover {
	font-family: Arial;
	font-size : 11;
	color : Black;
	font-weight : bold;
}
.NNumButton:visited {
	font-family: Arial;
	font-size : 11;
	color : Black;
	font-weight : bold;
}


.NSelectedPage {
	font-family: Arial;
	font-size : 12;
	color : red;
	font-weight : bold;
}


