a:link {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000088;
}
a:visited {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000088;
}
a:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: Red;
}
a:active {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: Red;
}
.TextLeft 
{
    font-weight: normal;
    color: #000080;
    font-family: Tahoma;
    text-align: left;
    font-size: 12px;
    text-indent: inherit;
}
.TextItalic
{
    font-weight: normal;
    color: #000080;
    font-family: Tahoma;
    text-align: left;
    font-size: 12px;
    font-style:italic;
    text-indent: inherit;
}

.TextParagraph
{
    font-weight: normal;
    color: #000080;
    font-family: Tahoma;
    text-align: justify;
    font-size: 12px;
    text-indent: 20px;
    white-space: normal;
    vertical-align: top;
}
.TextBold
{
    font-weight: bold;
    color: #000080;
    font-family: Tahoma;
    text-align: left;
    font-size: 12px;
}

.BackgroundStyle  {
            width: 600px;
            background-attachment: scroll;
	        background-image: url(images/bluewave_background.jpg);
	        background-repeat: repeat-y;
	        background-position: center top;
        }
.Title {
	font-weight: bold;
	color: #990033;
	font-family: Tahoma;
	text-align: left;
	font-size: 12px;
}
.Date {
	font-weight: bold;
	color: #000000;
	font-family: Tahoma;
	text-align: left;
	font-size: 12px;
}
.loading {
	font-weight: bold;
	color: #990033;
	font-family: Tahoma;
	text-align: center;
	font-size: 12px;
}