/*body specific*/
html, body, p, table, td, th, {

font-family: Garamond;
font-size: 11px;
color: #000000;

scrollbar-face-color:#EEEEFF; 
scrollbar-shadow-color: #57277B; 
scrollbar-highlight-color: #57277B; 
scrollbar-3dlight-color: #EEEEFF; 
scrollbar-darkshadow-color: #EEEEFF; 
scrollbar-track-color: #EEEEFF; 
scrollbar-arrow-color: #57277B;
}

td.titlebar	{
	background: #57277B;
	padding: 3px 10px 3px 10px;
	margin: 0px 0px 10px 0px;
}

td.purpletable	{
	border: 1px solid #57277B;
	padding: 2px;
	vertical-align: top;
}

p.titlebar, p.titlebar a, p.titlebar a:active, p.titlebar a:visited, p.titlebar a:link, p.titlebar a:hover	{
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	font-family: Garamond;
	color: #FFFFFF;
	text-decoration:none;
	margin: 0px 0px 0px 0px;
}

td.sidebar	{
	padding: 5px 0px 0px 0px;
}

.sidebar	{
	font-weight: normal;
	font-size: 13px;
	font-family: Garamond;
	color: #000000;
	text-decoration:none;
	margin: 0px 0px 0px 0px;
}

.sidebar a, .sidebar a:active, .sidebar a:visited, .sidebar a:link	{
	color: #57277B;
	text-decoration:none;
}

.sidebar a:hover	{
	text-decoration:underline;
}

.red	{
	font-weight: normal;
	font-size: 13px;
	font-family: Garamond;
	color: #FF0000;
	text-decoration:none;
	margin: 0px 0px 0px 0px;
}

.maincontent	{
	font-weight: normal;
	font-size: 14px;
	font-family: Garamond;
	color: #000000;
	text-decoration:none;
	margin: 0px 0px 0px 0px;
}

.maincontent a, .maincontent a:active, .maincontent a:visited, .maincontent a:link	{
	color: #57277B;
	text-decoration:none;
}

.maincontent a:hover	{
	text-decoration:underline;
}

.maincontentlarge	{
	font-weight: normal;
	font-size: 17px;
	font-family: Garamond;
	color: #000000;
	text-decoration:none;
}

.iframe	{
	background-color: transparent;
	text-align: center;
	vertical-align: top;
	border: 0;
	margin: 0px;
}

#dropinboxv2cover{
width: 509px; /*change width to desired */
position:absolute; /*Don't change below 4 rules*/
z-index: 100;
overflow:hidden;
visibility: hidden;
}

#dropinboxv2{
width: 489px; /*change width to above width-20. */
border: 0px solid #57277B; /*Customize box appearance*/
padding: 10px;
position:absolute; /*Don't change below 3 rules */
left: 0;
top: 0;
}