/* CSS Document */
		
		a:link 		{color: 3c8769;}
		a:visited 	{color: 3c8769;}
		a:active 	{color: 3c8769;}
		a:hover 	{color: 3c8769;}

		table thead td {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size: 12px;
		}
		
		table tbody td {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 11px;
			color: #666666;
		}	
		
		.newsletter_headline{
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size: 16px;
			color: #3c8769;
		}
		
		.label {
			font-weight: bold;
		}
		
		.success { font-weight:bold; color:#808040; }
		.error { font-weight:bold; color:#FF0000; }
		.opt_in { color:#333333; }
		.opt_out { color:#CCCCCC; text-decoration:line-through; }
		.opt_pending { color:#999999; }
				
		.inputSubmit {
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size:11px;
			width:120px;
		}
		.inputText {
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size:11px;
			width:320px;
		}
		.inputTextArea {
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size:11px;
			width:320px; height:200px;
		}
		.mceEditorLite {
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size:11px;
			width:320px; height:200px;
		}
		.mceEditorFull {
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size:11px;
			width:490px; height:200px;
		}
		.inputButton {
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size:11px;
			width:75px;
		}
