﻿.toolhyperlinkstyle:hover
{
	color: Red;
}
.toolhyperlinkstyle
{
	color: Black;
}

.hometitlestyle:hover
{
	color: Red;
	text-decoration: underline;
}
.hometitlestyle
{
	color: Black;
	text-decoration: none;
}

.assemblymanlinkstyle
{
	color: #1A89A4;
}
.assemblymanlinkstyle:hover
{
	color: Red;
}

.assemblymandatabackground
{
	color: White;
}

.articleContent
{
	color: Black;
	font-size: 12pt;
}

.articleTitle
{
	color: Black;
}

.articleSummary
{
	color: Black;
}

.photos img
{
	max-width: 500px;
	width: expression(this.width > 500 ? "500px" : this.width);
}

.headerMenuBack
{
    width: 140px; 
    height: 45px; 
    background-image: url('/Images/buttonbg.png');
    background-repeat: no-repeat;
}

.splitLine
{
    width: 140px; 
    height: 45px; 
    background-image: url('http://server9.matrix-macau.com/updmo/Images/split_line.png');
    background-repeat: no-repeat;
}

