BODY {
	margin: 0px;
	scrollbar-face-color: #EBEBE7;
	scrollbar-shadow-color: #EBEBE7;
	scrollbar-highlight-color: #EBEBE7;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #6B6B67;
	scrollbar-track-color: #DBDBD7;
	scrollbar-arrow-color: #000000;
}

B {
	color: #D7CF1F;
}

TD {
		font-family: Arial, Helvetica, Geneva;
		font-size: 9pt;
		color: #ffffff;
}

.flower_title {
}

.black {
		font-family: Arial, Helvetica, Geneva;
		font-size: 9pt;
		color: #000000;
}

H2 {
		font-family: Arial, Helvetica, Geneva;
		font-size: 13pt;
		color: #ffffff;
}

TD IMG {
	display: block;
}

A {
		font-family: Arial, Helvetica, Geneva;
		font-size: 9pt;
		color: #E4DC32;
		text-decoration: none;
}
	
A:Hover {
		font-family: Arial, Helvetica, Geneva;
		font-size: 9pt;
		text-decoration: underline;
}

.menu {
		font-family: Arial, Helvetica, Geneva;
		font-size: 9pt;
		color: #ffffff;
		font-weight: bold;
}

A.menu:Hover {
		font-family: Arial, Helvetica, Geneva;
		font-size: 9pt;
		text-decoration: underline;
}

.menu1 {
		font-family: Arial, Helvetica, Geneva;
		font-size: 9pt;
		color: #ffffff;
		font-weight: bold;
}

.trans {
	background-color: #6675A0;
	filter: alpha(opacity=80);
	font-family: Arial, Helvetica, Geneva;
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
}

A.copy:Hover {
	color: #ffffff;
	font-family: Arial, Helvetica, Geneva;
	font-size: 9pt;
	font-weight: bold;
}

.Heading {
    color: #342B6A;
	font-size: 20pt;
	font-weight: bold;
}

.SubHeading {
    color: #000000;
	font-size: 13pt;
	font-weight: bold;
	font-style: italic;
}

.copy {
	color: #000000;
	font-size: 7pt;
	font-weight: bold;
}

.copyright {
	color: #000000;
	font-size: 7pt;
	font-weight: bold;
}

.heading1 {
	font-family: Arial, Helvetica, Geneva;
	color: #ffffff;
	font-size: 10pt;
}

.links {
	position: RELATIVE;
	top: -20px;
	left: 10px;
}

#dropinboxv2cover{
width: 408px; /*change width to desired */
height: 250px;  /*change height to desired. REMOVE if you wish box to be content's natural height */
position:absolute; /*Don't change below 4 rules*/
z-index: 100;
overflow:hidden;
visibility: hidden;
}

#dropinboxv2{
border: 1px solid white; /*Customize box appearance*/
background-color: lightyellow;
padding: 0px;
position:absolute; /*Don't change below 3 rules */
left: 0;
top: 0;
}