﻿p {text-align: left;
    font-size: medium;
}	
	/*
	a {color:#ff0033; text-decoration: underline; } 
	a:visited {color:#EE1C25;text-decoration: underline; }
	a:hover {color: #405c8d; text-decoration: underline;}
	*/
	
	/*a.navLink {font-size: 12px;  color: #ffffff; text-decoration: none; }
	a.navLink:visited {color: #ffffff; text-decoration: none; }
	a.navLink:hover {color: #333333; text-decoration: none; }
	*/
	
	a.textLink {font-size: 12px; color: #ff0033; text-decoration: underline; }
	a.textLink:visited {color: #EE1C25; text-decoration: underline; }
	a.textLink:hover {color: #6b8152; text-decoration: underline; }
		
	.heading	{font-weight: bold; color: #ff0033;}
	
	div.button   {border: 2px solid #F8981D;
                     padding: 5px 4px 5px 4px;
                     display: inline-block;
                     background-color: #FCF2A3;
                     font-size: 12px;
                     color: #BC284C;
                     font-family: verdana;
                     width: 175px;}
    div.button a {color: #BC284C; font-family: verdana; font-size: 14px; text-decoration: none;
                      line-height: 14px;}
    div.button a:hover{font-weight: bold;
                      color: #BC284C;}