﻿.dropDownNormal
{
	font-family: Verdana;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	height: 20px;
	width: 200px;
}

.TextBoxSizeLarge
{
	font-family:Verdana;
	font-size:x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	width:205px;
	height:12px;
	
}.TextBoxNormal
{
	font-family:Verdana;
	font-size:x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	width:170px;
		height:12px;
}
.ValidationFont
{

	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:Red;

}


.TextBoxSizeMultiLine
{
	font-family:Verdana;
	font-size:x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	width:350px;
	height:100px;
	
}

.link a 
{
	font-size:small;
	 color:#FFFFDA;
	text-decoration:Underline;
	}
	
	.link a:Hover
{
	font-size:small;
	 color:#FFFFDA;
	text-decoration:Underline;
	}