p, body, td, div, span, ul, ol, li, blockquote {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 150%;
	text-decoration : none;
}

.buttons {
    background-color: #a83ba3;
    border: 1px solid #A83BA3;
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-family: Arial,Helvetica,Sans Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 15px;
    text-decoration: none;
}

 .purple_btn_white_txt{
background-color:#a827a3 !important;
color:#fff !important;
}
 

a {
	font-family : Arial, Helvetica, sans-serif;
	color : #CC0000;
	text-decoration : none;
}

.pageheading {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 17px;
	font-weight : bold;
	color : #000000;
	padding-bottom : 2px;
	text-align:center;
}

.content {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 150%;
}

.contentbold {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	line-height : 150%;
}

.contentcharcoal {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	line-height : 150%;
}

.contentsmall {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 150%;
}

.contentsmallcharcoal {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	line-height : 150%;
}

hr {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #000000;
    border-top:0 none transparent;
    border-left:0 none transparent;
    border-right:0 none transparent;
    color: rgba(0, 0, 0, 0);
    height: 0;
    padding: 0;
}

table#t01 tr:nth-child(even) { 
   background-color: #eee; 
 } 
table#t01 tr:nth-child(odd) { 
 background-color:#fff; 
 } 
 table#t01 th	{ 
 background-color: #a83ba3; 
  color: white;  
 } 

