input, select, textarea    { 
		FONT-WEIGHT: 		normal; 
		FONT-SIZE: 			11px; 
		FONT-FAMILY: 		Tahoma, Verdana, Arial, Helvetica, sans-serif;		
		border: 			1px solid #0C2577; 
		padding-left: 		2px; 
		padding-right: 		2px;
		padding-top: 		1px; 
		padding-bottom: 	1px; 
		background-color:	#DEE1EC;
		text-decoration:	none;
		}
.cb		{
		border:				none;
		background-color:	transparent;
		width:				11px;
		height:				11px;
		margin-left:		4px;
		margin-bottom:		2px;
		margin-right:		3px;
		}
input.whiteclear	{
		border:				none;
		background-color:	#FFF;
		padding:			0px;		
		}
#txtHeadline	{
		FONT-SIZE: 			20px; 
		}
.button-green	{
		FONT-WEIGHT: 		bold; 
		FONT-SIZE: 			11px; 
		FONT-FAMILY: 		Tahoma,Verdana,Arial,Helvetica,sans-serif;
		text-transform:		uppercase;
		color:				#FFF;
		background:			#6EBB1F;
		border-top:			2px solid #C5E4A5;
		border-left:		2px solid #C5E4A5;
		border-right:		2px solid #4F8A10;
		border-bottom:		2px solid #4F8A10;
		margin:				2px;
		height:				20px;
		cursor:				hand;
		padding-left:		2px;
		padding-right:		2px;
		padding-top:		1px;
		padding-bottom:		2px;
		}
.button-blue	{
		FONT-WEIGHT: 		bold; 
		FONT-SIZE: 			11px; 
		FONT-FAMILY: 		Tahoma,Verdana,Arial,Helvetica,sans-serif;
		text-transform:		uppercase;
		color:				#FFF;
		background:			#0768A9;
		border-top:			2px solid #A2C2D8;
		border-left:		2px solid #A2C2D8;
		border-right:		2px solid #003F67;
		border-bottom:		2px solid #003F67;
		margin:				2px;
		height:				20px;
		cursor:				hand;
		padding-left:		2px;
		padding-right:		2px;
		padding-top:		1px;
		padding-bottom:		2px;
		}
.button-go	{
		FONT-WEIGHT: 		bold; 
		FONT-SIZE: 			11px; 
		FONT-FAMILY: 		Tahoma,Verdana,Arial,Helvetica,sans-serif;
		text-transform:		uppercase;
		color:				#FFF;
		background:			#6EBB1F;
		border-top:			2px solid #C5E4A5;
		border-left:		2px solid #C5E4A5;
		border-right:		2px solid #4F8A10;
		border-bottom:		2px solid #4F8A10;
		margin:				2px;
		background-image:	url(/images/go-button.gif);
		background-repeat:	no-repeat;
		cursor:				hand;
		height:				20px;
		padding-left:		12px;
		padding-right:		2px;
		padding-top:		1px;
		padding-bottom:		2px;
		}
.button-next	{
		FONT-WEIGHT: 		bold; 
		FONT-SIZE: 			11px; 
		FONT-FAMILY: 		Tahoma,Verdana,Arial,Helvetica,sans-serif;
		text-transform:		uppercase;
		color:				#FFF;
		background:			#09206A;
		border-top:			2px solid #C5E4A5;
		border-left:		2px solid #C5E4A5;
		border-right:		2px solid #4F8A10;
		border-bottom:		2px solid #4F8A10;
		margin:				2px;
		background-image:	url(/images/button-next.gif);
		background-repeat:	no-repeat;
		background-position:	right;
		cursor:				hand;
		height:				20px;
		padding-left:		2px;
		padding-right:		17px;
		padding-top:		1px;
		padding-bottom:		2px;
		}
.button-add	{
		FONT-WEIGHT: 		bold; 
		FONT-SIZE: 			11px; 
		FONT-FAMILY: 		Tahoma,Verdana,Arial,Helvetica,sans-serif;
		text-transform:		uppercase;
		color:				#FFF;
		background:			#0768A9;
		border-top:			2px solid #A2C2D8;
		border-left:		2px solid #A2C2D8;
		border-right:		2px solid #003F67;
		border-bottom:		2px solid #003F67;
		margin:				2px;
		background-image:	url(/images/button-add.gif);
		background-repeat:	no-repeat;
		background-position:	right;
		cursor:				hand;
		height:				20px;
		padding-left:		2px;
		padding-right:		17px;
		padding-top:		1px;
		padding-bottom:		2px;
		}
.button-email	{
		FONT-WEIGHT: 		bold; 
		FONT-SIZE: 			11px; 
		FONT-FAMILY: 		Tahoma,Verdana,Arial,Helvetica,sans-serif;
		text-transform:		uppercase;
		color:				#FFF;
		background:			#6EBB1F;
		border-top:			2px solid #C5E4A5;
		border-left:		2px solid #C5E4A5;
		border-right:		2px solid #4F8A10;
		border-bottom:		2px solid #4F8A10;
		margin:				2px;
		background-image:	url(/images/button-email.gif);
		background-repeat:	no-repeat;
		background-position:	right;
		cursor:				hand;
		height:				20px;
		padding-left:		2px;
		padding-right:		17px;
		padding-top:		1px;
		padding-bottom:		2px;
		}
.button-previous	{
		FONT-WEIGHT: 		bold; 
		FONT-SIZE: 			11px; 
		FONT-FAMILY: 		Tahoma,Verdana,Arial,Helvetica,sans-serif;
		text-transform:		uppercase;
		color:				#FFF;
		background:			#0768A9;
		border-top:			2px solid #A2C2D8;
		border-left:		2px solid #A2C2D8;
		border-right:		2px solid #003F67;
		border-bottom:		2px solid #003F67;
		margin:				2px;
		padding-left:		17px;
		padding-right:		2px;
		padding-top:		1px;
		padding-bottom:		1px;
		background-image:	url(/images/button-previous.gif);
		background-repeat:	no-repeat;
		cursor:				hand;
		height:				20px;
		}
.button-red	{
		FONT-WEIGHT: 		bold; 
		FONT-SIZE: 			11px; 
		FONT-FAMILY: 		Tahoma,Verdana,Arial,Helvetica,sans-serif;
		text-transform:		uppercase;
		color:				#FFF;
		background:			#F50003;
		border-top:			2px solid #FB999A;
		border-left:		2px solid #FB999A;
		border-right:		2px solid #890405;
		border-bottom:		2px solid #890405;
		margin:				2px;
		height:				20px;
		cursor:				hand;
		padding-left:		2px;
		padding-right:		2px;
		padding-top:		1px;
		padding-bottom:		2px;
		}
.button-cancel	{
		FONT-WEIGHT: 		bold; 
		FONT-SIZE: 			11px; 
		FONT-FAMILY: 		Tahoma,Verdana,Arial,Helvetica,sans-serif;
		text-transform:		uppercase;
		color:				#FFF;
		background:			#F50003;
		border-top:			2px solid #FB999A;
		border-left:		2px solid #FB999A;
		border-right:		2px solid #890405;
		border-bottom:		2px solid #890405;
		margin:				2px;
		height:				20px;
		cursor:				hand;
		background-image:	url(/images/button-cancel.gif);
		background-repeat:	no-repeat;
		padding-left:		17px;
		padding-right:		2px;
		padding-top:		1px;
		padding-bottom:		2px;
		}