body {
    background-color:#f3f2f5;
	margin: 0px;
	font-family: verdana, arial, helvetica, sans-serif;  
	font-size: 12px; 
	font-weight: bold;
    color: #50316f;
}

td {
	 text-align: center;
}

a {
    color: #50316f;
	 font-weight: bold;
	 text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active.navilink { font-family: verdana, helvetica, sans-serif;  font-size: 17px; color: #50316f; font-weight: bold; text-decoration: none }
a:visited.navilink { font-family: verdana, helvetica, sans-serif;  font-size: 17px; color: #50316f; font-weight: bold; text-decoration: none } 
a:hover.navilink { font-family: verdana, helvetica, sans-serif; font-size: 17px; color: #50316f; font-weight: bold; text-decoration: underline; } 
a:link.navilink { font-family: verdana, helvetica, sans-serif;  font-size: 17px; color: #50316f; font-weight: bold; text-decoration: none }
a.navilink { font-family: verdana, helvetica, sans-serif;  font-size: 17px; font-weight: bold; } 

.bggray {
	background-color: #eeeeee;
	color: #aaaaaa;
}

.bgwhite {
	background-color: #ffffff;
}

.border {
	border: solid;
	border-width: thin;
	border-color: #50316f;
}

.box {
	background-color: #ffffff;
	padding: 8px;
}

.btext {
	font-weight: bold;
}

.buttonStyle {
	background-color: /*#f3f2f5*/ #ffffff;
	padding: 2px;
	font-weight: bold;
    color: #50316f;
}

.dates {
	border: solid 1px #50316f;
	padding: 10px;
}

.error {
	color: #da4b00;
	/* font-size: 12px; */
	font-weight: bold;
}

.header {
	margin:  0;
	padding: 0;
}

.height5 {
	height: 5px;
}

.main {
	width: 900px;
	margin: 10px;
	padding: 0;
	border: 1px solid #50316fs;
}

table.header {
	width: 900px;
}

.tableborder {
	border: thin solid #97233A;
}

.text10 {
	font-size: 10px;
}

.text12 {
	font-size: 12px;
}

.text15 {
	font-size: 15px;
}

.text20 {
	font-size: 20px;
	font-weight: bold;
}

.text25 {
	font-size: 25px;
	font-weight: bold;
}

.text30 {
	font-size: 30px;
	font-weight: bold;
}

.text40 {
	font-size: 40px;
	font-weight: bold;
}

.textleft {
	text-align: left;
}

.textright {
	text-align: right;
}

