@charset"utf-8";
/* CSS Document */

body 
.cont1 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #cccccc;  
	padding-left:50px; 
	padding-right:50px;
	}
	
.cont
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

.cont_headings 
{
	font-family: Tahoma; 
	font-size: 12px; 
	color: #1b9abb;
	font-weight: normal; 
	padding-top:10px; 
	padding-bottom:11px; 
	}
	
.standard-text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.standard-text-label
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight:normal;
}
.standard-text-header
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight:bold;
}
.msgError
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Red;
}
.msgSuccess
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Green;
}

.GD1_butn
{
	font-family: Verdana,Arial,Tahoma;
	font-size: 11px;
	color: #000000;
	width: 53px;
	padding-left: 4px;
	padding-right: 4px;
	text-align: center;
}

A.bttb:active { font-family:Verdana; font-size:12px; line-height:15px; color:#000000; text-decoration:underline;}
A.bttb:link { font-family:Verdana; font-size:12px; line-height:15px; color:#000000;TEXT-DECORATION: underline; }
A.bttb:visited { font-family:Verdana; font-size:12px; line-height:15px; color: #000000; TEXT-DECORATION: underline; }
A.bttb:hover { font-family:Verdana;	font-size:12px;	line-height:15px; color: #000099; TEXT-DECORATION: underline; }


