/* Default CSS Stylesheet for a new Web Application project */

.TextMain
{
	font-family:arial;
	color:Navy;
	font-size:12px;
}

.HeadMain
{
	font-family:arial;
	color:Navy;
	font-size:12px;
	font-weight:bold;
}

.RedAlert
{
	font-family:arial;
	color:red;
	font-size:12px;
}

.TextBox
{
	border:solid 1px #696969;
	font-family:Tahoma;
	font-size:12px;
}

.TextBoxLine
{
	border-bottom:solid 1px;
	border-top:none;
	border-left:none;
	border-right:none;
	font-family:Tahoma;
	font-size:12px;
}

.Button
{
	border:solid 1px #696969;
	font-family:Tahoma;
	font-size:12px;
	color:Navy;
}

.DropDown
{
	border:solid 1px #696969;
	font-family:Tahoma;
	font-size:12px;
}

.RadioButton
{
	font-family:Tahoma;
	font-size:12px;
}

A:Hover
{
	font-family:Tahoma;
	font-size:12px;
	text-decoration:none;
}

A
{
	font-family:Tahoma;
	font-size:12px;
	text-decoration:none;
}

A:Visited
{
	font-family:Tahoma;
	font-size:12px;
	color:Blue;
}

.LkRed:Hover
{
	font-family:Tahoma;
	font-size:12px;
	text-decoration:underline;
	color:#c00000;
}

.LkRed
{
	font-family:Tahoma;
	font-size:12px;
	text-decoration:none;
	color:#c00000;
}

.LkRed:Visited
{
	font-family:Tahoma;
	font-size:12px;
	color:#c00000;
}