/* css */

/* BODY style */
body {
background-color:			#000000;
font-size:					10pt;
color:						#ffffff;

scrollbar-arrow-color:		#ffffff;
scrollbar-base-color:		#778877;
scrollbar-face-color:		#778877;
scrollbar-highlight-color:	#ffffff;
scrollbar-3dlight-color:	#778877;
scrollbar-shadow-color:		#ffffff;
scrollbar-darkshadow-color:	#778877;
}


/* FONT */
table {
font-size:					10pt;
color:						#ffffff;
padding:0px;margin:0px;
}


/* IMG style */
img {border:0px;margin:0px;}


/* LINK style */
a {text-decoration:			none;}
a:link {color:				#778877;}
a:visited {color:			#778877;}
a:active {color:			#778877;}
a:hover {color:				#cc5588;
text-decoration:			underline;}


/* valign */
.top {vertical-align:		top;}


/* magazine text */
.mag_text {font-size:		12pt;
color:						#ffee00;
font-weight:				bold;
}


/* BG */
.bg_l {
background:					url(img/bg_l.jpg) no-repeat top right;}

.bg_r {
background:					url(img/bg_r.jpg) no-repeat top left;}

.bg_tb {
background:					url(img/bg.jpg) repeat top left;}

.bg_b {
background:					url(img/img02.jpg) repeat-x bottom;}


