body {
	margin:0;
	padding:0;
	background:#050402;
}

p,td { font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-top: 0px;
}

a{
	color: #D84369;
	text-decoration: underline;
}

a:hover{
	color: #E09FBF;
	text-decoration: underline;
}

a.hidden {
	text-decoration: none;
	color: #000000;
	cursor:default;
}
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #993300;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(/design/images/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(/design/images/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(/design/images/bubble.gif) no-repeat bottom;
}

form {
     margin:0;
     padding:0;
}

ul {
	margin-left:20px;
	margin-top:0px;
	padding:1px;
	list-style-type: square;
	line-height: 16px;
	}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding-left: 18px;
	text-transform: uppercase;
	padding-top: 6px;
}

.bgy {
	background-repeat: repeat-y;
}

.bottom_addr {
	font-size: 10px;
	color: #f8b1d7;
	padding-top: 2px;
	padding-bottom: 16px;
	text-align: center;
	vertical-align: top;
}

.bottom_addr_lnk {
	text-decoration: none;
}

.bottom_addr_lnk:hover {
	text-decoration: underline;
}


.bgx {
	background-repeat: repeat-x;
}


.norepeat {
	background-repeat: no-repeat;
}

.c_name a{
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #3d3c3c;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-left: 3px;
	text-decoration:none;
}

.bottom-menu {
	color: #e6c9dc;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 1px;
}

.bottom-menu-lnk {
	color: #e6c9dc;
	text-decoration: none;
}

.bottom-menu-lnk:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.menu {
	color: #dfdfdf;
	font-weight: bold;
	padding-left: 2px;
	white-space: nowrap;
	text-transform: uppercase;
}
.menu_lnk{
	text-decoration: none;
	color: #dfdfdf;
	font-size: 11px;
}

.menu_lnk:hover {
	color: #DB95B7;
	text-decoration: none;
}

.body_txt {
	color: #CCCCCC;
	font-size: 14px;
	text-align: justify;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 15px;
	padding-left: 18px;
}

