/* CSS Document */

#flashdiv {
	z-index: 1;

}


#dropinboxv2cover{

width: 320px; /*change width to desired */

height: 400px;  /*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: 2;

overflow:hidden;

visibility: hidden;

}



#dropinboxv2{

width: 300px; /*change width to above width-20. */

height: 400px; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/

border: 2px #000; /*Customize box appearance*/

background: url(/images/memo.jpg) no-repeat;

z-index: 2;

padding: 25px;

position:absolute; /*Don't change below 3 rules */

left: 0;

top: 0;

}

.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #600;
}

.nav a {
	color: #600;
	text-decoration: none;
}

.nav a:hover {
	color: #c33;
}

.red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c33;
}

.redtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #600;
	text-transform: uppercase;
	font-weight: bold;
}

.redbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #c33;
	font-weight: bold;
}

.redlarge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #c33;
	font-weight: bold;
}

.redmed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #600;
	font-weight: bold;
}

.redbold a {
	color: #c33;
	text-decoration: none;
}

.redmed a, .redtitle a {
	color: #600;
	text-decoration: none;
}

.redbold a:hover, .redmed a:hover {
	color: #000;
	text-decoration: underline;
}

.blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #069;
}

.blue a {
	color: #c33;
	text-decoration: none;
}

.blue a:hover {
	color: #000;
}

.bluetitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #069;
	font-weight: bold;
}

.blueem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #069;
}

.blueem a {
	font-weight: bold;
	text-decoration: none;
	color: #069;
}

.blueem a:hover {
	color: #000;
}

.bluebold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #069;
	font-weight: bold;
}

.bluebold a {
	color: #069;
	text-decoration:none;
}

.bluebold a:hover {
	color: #000;
	text-decoration: underline;
}

.grey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}

.tagline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

.black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 18px;
}

.white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
.whitetext {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
}
.whitetext a {
	color: #fff;
	text-decoration: none;
}

.whitetext a:hover {
	color: #c33;
}
.messagetext {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
.messagetitle {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #069;
}
.messagetitle a {
	font-weight: bold;
	text-decoration: underline;
	color: #069;
}

.messagetitle a:hover {
	color: #000;
	text-decoration: none;
}

