body,td,div,p,b,span,font,table,tr,a,input,select{
	font-family: verdana,arial;
	font-size: 12px;
}
	
body{
	background-color: #CACACA;
}

b{
	font-weight:bold;
}

a:link{
	color:blue;
	text-decoration:none;
}
a:visited{
	color:blue;
	text-decoration:none;
}
a:hover{
	color:blue;
	text-decoration:underline;
}
			
.ShowBoldError{
	color:Red;
	font-weight:bold;
}

.ConfirmMsg{
	color:GREEN;
	font-weight:bold;
}

.BottomBorder{
	border-bottom:solid 1px;
}

.MainTable{
	background-color:White;
}

.ShowError{
	color:Red;
}

.Heading{
	font-family: arial,verdana;
	font-size: 15px;
	color:Purple;
	font-weight:bold;
}

.SubHeading{
	font-family: arial,verdana;
	font-size: 13px;
	color:Green;
	font-weight:bold;
}

.TDHeading{
	background-color: #000080;
	font-family: arial, verdana;
	font-size: 13px;
	color:White;
}

.leftLinks{
	
}
a.leftLinks:link{
	color:#004184;
	text-decoration:none;
}
a.leftLinks:visited{
	color:#004184;
	text-decoration:none;
}
a.leftLinks:hover{
	color:#004184;
	text-decoration:underline;
}

.HideTable{
	display: none;
}

.ShowTable{
	
}

.ShowNote{
	color:#4A4D4A;
	font-size:11px
}
.Dis_Hide{
	display:none;
}