/* css */

/* BODY style */
body {
background-color:			#130101;
font-size:					10pt;
color:						#ffffff;
}


/* 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_b {
background:					url(img/img02.jpg) repeat-x bottom;}



