﻿.bLink:link, .bLink:visited, .bLink:active
{
	color: mediumblue;
	text-decoration: none;
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
}

.bLink:hover
{
	color: #336699;
	text-decoration: underline;
}

.wLink:link, .wLink:visited, .wLink:active, .wLink:hover
{
	color: white;
	text-decoration: none;
	font-family: Arial;
}
.dLink:link, .dLink:visited, .dLink:active
{
	color: black;
	text-decoration: underline;
}
.dLink:hover
{
	color: black;
	text-decoration: underline;
}

.LeftMenuItemOver
{
	font-weight: bold;
	background-image: url(Images/Button/leftbutton_Over.jpg);
	width: 179px;
	color: darkolivegreen;
	height: 27px;
	vertical-align: middle;
}
.LeftMenuItem
{
	background-image: url(Images/Button/leftbutton_Select.jpg);
	width:179px;
	color: darkolivegreen;
	height: 27px;
	vertical-align: middle;
}
.NewMessage:link, .NewMessage:visited, .NewMessage:active
{
	font-weight: bold;
	color: mediumblue;
	text-decoration: underline;	
}

.NewMessage:hover
{
	font-weight: bold;
	color: #336699;
	text-decoration: underline;
}

.OldMessage:link, .OldMessage:visited, .OldMessage:active
{
	color: mediumblue;
	text-decoration: underline;
}
.OldMessage:hover
{
	color: #336699;
	text-decoration: underline;
}