﻿body 
{
	text-align:left;
}

.StandardTextBox
{
    font-family: Verdana;
    font-size: 8pt;
    text-align: left;
    color: #696969;
    border-right: #d3d3d3 1px solid;
    border-top: #d3d3d3 1px solid;
    border-left: #d3d3d3 1px solid;
    border-bottom: #d3d3d3 1px solid;
    background-color: #FFFFD7;
}

  
a.MasterTitleLink:link		{font-family:'verdana';	font-size:12pt;	color:white; text-decoration:none;	font-weight:normal;	cursor: pointer;}
a.MasterTitleLink:visited	{font-family:'verdana'; font-size:12pt; color:white; text-decoration:none; font-weight:normal; cursor:pointer;}
a.MasterTitleLink:hover		{font-family:'verdana'; font-size:12pt; color:white; text-decoration:none;  font-weight:normal; cursor:pointer;}
a.MasterTitleLink:active	{font-family:'verdana'; font-size:12pt; color:white; text-decoration:none; font-weight:normal; cursor:pointer;}

a.AppServiceLink:link { text-align: left; font-family: 'verdana'; font-size: 8pt; color: #333333; text-decoration: none; font-weight:normal; cursor: pointer; }
a.AppServiceLink:visited { text-align: left; font-family: 'verdana'; font-size: 8pt; color: #666666; text-decoration: none; font-weight: normal; cursor: pointer; }
a.AppServiceLink:hover { text-align: left; font-family: 'verdana'; font-size: 8pt; color:#666666; text-decoration: none; font-weight: normal; cursor: pointer; }
a.AppServiceLink:active { text-align:left; font-family:'verdana'; font-size:8pt; color:#666666; text-decoration:none; font-weight:normal; cursor:pointer; }

a:link
{
    color: #5C5C5C;
    text-decoration: none;
    text-align: left;
    font-size: 10pt;
    font-family: Verdana;
    font-weight:500;
}
a:visited
{
	color: #5C5C5C;
	text-decoration: none;
	text-align: left;
	font-size: 10pt;
	font-family: Verdana;
	font-weight: 500;
}
a:hover
{
    color: #990000;
    text-decoration: none;
    text-align: left;
    font-size: 10pt;
    font-family: Verdana;
    font-weight: 500;
}
a:active
{
	color: #5C5C5C;
	text-decoration: none;
	text-align: left;
	font-size: 10pt;
	font-family: Verdana;
	font-weight: 500;
}



.TextBoxWatermark
{
    font-family: Verdana;
    font-size: 8pt;
    font-style: italic;
    text-align: left;
    color: #808080;
    border-right: #d3d3d3 1px solid;
    border-top: #d3d3d3 1px solid;
    border-left: #d3d3d3 1px solid;
    border-bottom: #d3d3d3 1px solid;
}


