﻿.lnkStyle
{
	font-family: Arial;
	border-bottom: dashed 1px #d9bc91;
	text-decoration: none;
	font-weight: Bold;
	font-size: 15px;
	cursor:hand;
}

.lnkStyle:hover
{
	border-bottom: dashed 1px #660000;
}

.grdLnkStyle
{
	/*font-family: Arial;*/
	text-decoration: none;
	border-bottom: dashed 1px #d9bc91;
	font-size: 13px;
	color: #660000;
}

.grdLnkStyle:hover
{
	border-bottom: dashed 1px #660000;
	color: #660000;
}

.lnkBrnStyle
{
	font-family: Arial;
	border-bottom: dashed 1px #d9bc91;
	text-decoration: none;
	font-weight: Bold;
	font-size: 13px;
}

.lnkBrnStyle:hover
{
	border-bottom: dashed 1px #2c0000;
}

.lnkSmallBrnStyle
{
	font-family: Arial;
	border-bottom: dashed 1px #d9bc91;
	text-decoration: none;
	font-weight: Bold;
	font-size: 15px;
}

.lnkSmallBrnStyle:hover
{
	border-bottom: dashed 1px #2c0000;
}
