.BlinkingLink
{
	margin-left:-3px;
}


.HeaderMenu
{
	color: Black;
	font-family: Verdana;
	font-size: x-small;
	font-weight: bold;
	text-decoration: none;
}
.HeaderMenu:hover
{
	color: #1C3C62;
	font-family: Verdana;
	font-size: x-small;
	font-weight: bold;
	text-decoration: none;
}

.formHeaderLabel
{
	font-family: Verdana;
	color: #336699;
	font-weight: bold;
	text-align: left;
	font-size: 13pt;
}
.formSideHeader
{
	font-family: Arial;
	color: #0C70E7;
	font-weight: bold;
	text-align: left;
	font-size: 12pt;
}
.formText
{
	text-align: justify;
	font-family: Verdana;
	font-size: small;
}

.Label
{
	font-family: Verdana;
	font-size: small;
	color: #336699;
	font-weight: normal;
}

.TextBox
{
	font-family: Verdana;
	font-size: small;
}

.lblErr
{
	font-family: Verdana;
	font-size: x-small;
	color: Red;
}

.Buttons
{
	cursor: pointer;
	background-color: #A2A2A2;
	border: outset 1px #ccc;
	padding: 1px 1px;
	color: White;
	font-weight: bold;
}
.AdminHeaderMenu
{
	color: black;
	font-family: Verdana;
	font-size: x-small;
	font-weight: bold;
	text-decoration: none;
}
.DwnButton
{
	cursor: pointer;
	background-color: #F5F5F5;
	border: outset 1px #ccc;
	padding: 1px 1px;
	color: gray;
	font-weight: bold;
}

.lnklogin
{
	background-color: White;
	border: none;
	font-family: Verdana;
	font-size: small;
	text-decoration: underline;
	color: #336699;
	cursor: pointer;
}

.Journalnew
{
	cursor: pointer;
	color: Black;
}
.Journalnew:hover
{
	cursor: pointer;
	color: #1C3C62;
}
.Link
{
	font-weight: bold;
	font-size: 16px;
	color: #336699;
	font-family: Arial;
	text-decoration: underline;
}

a.Link:hover
{
	color: Green;
	text-decoration: none;
}