	.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #CEEBEE; /*greyish*/

	 }
	 
	.middle {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		font-weight: normal;
 		font-style: normal;
		font-variant: normal;
		color: #494949; /*greyish*/
	 }
	 
	.promo {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		/*text-decoration: line-through;*/
		font-weight: normal;
 		font-style: normal;
		font-variant: normal;
		color: #06703d; /*green*/

	 }
	 
	.suspended {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		/*text-decoration: line-through;*/
		font-weight: normal;
 		font-style: normal;
		font-variant: normal;
		color: #ffadad; /*red*/
	 }

	.expired {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		/*text-decoration: line-through;*/
		font-weight: normal;
 		font-style: normal;
		font-variant: normal;
		color: #b6b6b6; /*red*/
	 }

	.success {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9pt;
		font-weight: normal;
 		font-style: normal;
		font-variant: normal;
		color: #346d28; /*green*/

	 }

	.error {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9pt;
		font-weight: normal;
 		font-style: normal;
		font-variant: normal;
		color: #CC0000; /*red*/

	 }

	a:link {
		color: #000000;
		text-decoration: none;
		/*font-style: italic;*/
		font-variant: normal;
	}
	
	a:hover {
		color: #000000;
		text-decoration: underline;
		font-weight: normal;
		/*font-style: italic;*/
		font-variant: normal;
		/*background-color: #ffdd88;*/
	}
	
	/*a:visited {
		color: #000000;
		text-decoration: none;
		font-weight: normal;
		/*font-style: italic;
		font-variant: normal;
		/*background-color: #ffdd88;
	}*/
	
	a {
		color: #000000;
		text-decoration: none;
		/*font-style: italic;*/
		font-variant: normal;
	}
	
	input {
		font-family: Verdana, arial,helvetica,sans-serif;
		font-size: 10pt;
		/*background-color: #FFD0C1; /*Redish*/
		color: #000000;
		/*margin-top: 2px;
		margin-left: 2px;
		margin-right: 2px;
		margin-bottom: 2px;*/
	}

	textarea {
		font-family: Verdana,arial,helvetica,sans-serif;
		font-size: 10pt;
		color: #000000;
		margin-top: 2px;
		margin-left: 2px;
		margin-right: 2px;
		margin-bottom: 2px;
		
	}
	
	select {
		font-size: 10pt;
		/*background-color: #FFD0C1; /*Redish*/
		/*background-color: #B3D8AD; /*Greenish*/
		/*background-color: #BDD7E1; /*Blueish*/
		font-family: Verdana, arial,helvetica,sans-serif;
		color: #000000;
		width: 200px;
	}
	
	.mid_left{
		padding:5px; 
		font-size:11px;
		background-color:#eee;
	}
	.mid_left a{color:#b91414}
	.mid_left a:hover{color:#b91414;}

