/* CSS Document */
			.subs1 { border-bottom: 1px dotted #b6dec4; border-left: 1px dotted #b6dec4; border-top: 1px dotted #b6dec4; border-right: 1px dotted #b6dec4 }
			.subs2 { border-left: 1px dotted #b6dec4; border-right: 1px dotted #b6dec4 }
			.subs3 { border-right: 1px dotted #b6dec4 }
			.subs4 { border-bottom: 1px solid #b6dec4; border-left: 1px solid #b6dec4; border-top: 1px solid #b6dec4; border-right: 1px solid #b6dec4 }
			.subs5 { border-bottom: 3px solid #b6dec4; border-left: 3px solid #b6dec4; border-top: 3px solid #b6dec4; border-right: 3px solid #b6dec4 }
			.subs6 { color: #000000; font-weight: normal; font-size: 11px; font-family: Arial, sans-serif; text-decoration: none }
			.subs7 { border-bottom: 1px dotted #b6dec4 }
			.subs8 { color: #000000; font-weight: bold; font-size: 12px; font-family: Verdana, sans-serif; text-decoration: none }
			.subs21_2 { border-bottom: 1px dotted #ffffff ; border-top: 4px solid #ffffff }
			.subs22 { border-bottom:1px solid #dfdfdf }
			.subs23 { border-bottom: 1px solid #5E4F4A }
			.subs24 { color: #555558; font-weight: bold; font-size: 9px; font-family: Verdana, sans-serif; text-decoration: none }
			.subs24_1 { color: #555558; font-weight: bold; font-size: 10px; font-family: Verdana, sans-serif; text-decoration: none }
			.subs25 { color: #ffffff; font-weight: bold; font-size: 9px; font-family: Verdana, sans-serif; text-decoration: none }
			.subs25_1 { color: #ffffff; font-weight: normal; font-size: 11px; font-family: Verdana, sans-serif; text-decoration: none }
			.subs25_2 { color: #555558; font-weight: normal; font-size: 12px; font-family: Verdana, sans-serif; text-decoration: italic }
			.subs26 { border-bottom: 1px dotted #ffffff; color: #ffffff; font-weight: normal; font-size: 24px; font-family: Verdana, sans-serif; text-decoration: none }
			a.subs6:hover { color: #666666; font-weight: normal; font-size: 11px; font-family: Arial, sans-serif; text-decoration: underline }
			a.subs24:hover { color: #ffffff; font-weight: bold; font-size: 9px; font-family: Verdana, sans-serif; text-decoration: none }
			a.subs24_1:hover { color: #cccccc; font-weight: bold; font-size: 10px; font-family: Verdana, sans-serif; text-decoration: none }
			a.subs25:hover { color: #555558; font-weight: bold; font-size: 9px; font-family: Verdana, sans-serif; text-decoration: none }
			.preview .big {display: none;}
            .preview:hover {background: #[cream color code]}
 .preview:hover .menu {display: none }
 .preview:hover .big {display: inline }
			
/* moodalbox CSS */

div#mb_overlay {
position: absolute;
left: 0;
width: 100%;
background-color: #000;
cursor: pointer;
}

div#mb_center, div#mb_bottom {
position: absolute;
left: 50%;
overflow: hidden;
background-color: #DDD;
}

div#mb_center {
background-color: #FFF;
}

div#mb_contents {
width: 400px;
height: 400px;
border: 10px solid #DDD;
overflow: auto;
background-color: #FFF;
visibility: hidden;
}

.mb_loading {
background: #DDD url(../img/loading.gif) no-repeat center center;
}

#mb_error {
font-size: 1.2em;
color: #CD0000;
font-weight: bold;
text-align: center;
padding: 0.5em;
font-family: Verdana, Helvetica, sans-serif;
}

#mb_error em {
font-size: 0.8em;
}

div#mb_bottom {
font-family: Verdana, Helvetica, sans-serif;
font-size: 10px;
color: #666;
line-height: 1.4em;
text-align: left;
border: 10px solid #DDD;
border-top-style: none;
}

a#mb_close_link {
display: block;
float: right;
width: 66px;
height: 22px;
background: transparent url(../img/closelabel.gif) no-repeat center;
margin: 5px 0;
}

div#mb_caption {
margin-right: 71px;
};