@import url(/utils/font-chango/chango.css);	
	
BODY {
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NiIgaGVpZ2h0PSIxMDAiPgo8cmVjdCB3aWR0aD0iNTYiIGhlaWdodD0iMTAwIiBmaWxsPSIjMTExIj48L3JlY3Q+CjxwYXRoIGQ9Ik0yOCA2NkwwIDUwTDAgMTZMMjggMEw1NiAxNkw1NiA1MEwyOCA2NkwyOCAxMDAiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzJiMmIxOSIgc3Ryb2tlLXdpZHRoPSIyIj48L3BhdGg+CjxwYXRoIGQ9Ik0yOCAwTDI4IDM0TDAgNTBMMCA4NEwyOCAxMDBMNTYgODRMNTYgNTBMMjggMzQiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzI5MjkxNyIgc3Ryb2tlLXdpZHRoPSIxIj48L3BhdGg+Cjwvc3ZnPg==");
	background-color:#000;
}

[-right] {text-align:right;}
[-left] {text-align:left;}
[-center] {text-align:center; margin:auto auto; display:block !important;}
[-ml1] {margin-left:70px !important;}
[-ml2] {margin-left:170px !important;}
[-ml3] {margin-left:270px !important;}
[-ml4] {margin-left:370px !important;}
[-ml5] {margin-left:470px !important;}
[-ml6] {margin-left:570px !important;}
[-mr1] {margin-right:70px !important;}
[-mr2] {margin-right:170px !important;}
[-mr3] {margin-right:270px !important;}
[-mr4] {margin-right:370px !important;}
[-mr5] {margin-right:470px !important;}
[-mr6] {margin-right:570px !important;}
[-mt0] {margin-top:0px !important;}
[-mt10] {margin-top:10px !important;}
[-mb0] {margin-bottom:0px !important;}
[-w] {width:auto !important;}
[-w1] {width:100px !important;}
[-w2] {width:200px !important;}
[-w3] {width:300px !important;}
[-w4] {width:400px !important;}
[-w5] {width:500px !important;}
[-w6] {width:600px !important;}
[-w7] {width:700px !important;}
[-w8] {width:800px !important;}
[-w9] {width:900px !important;}
[-c0] {background-color:#000 !important;}
[-c3] {background-color:#333 !important;}
[-c4] {background-color:#4445 !important;}
[-cfaint] {background-color:#4446 !important;}
[-fsmall] {font-size:9px !important;}
[-flarge] {font-size:18px;font-weight:500;}
[-ftitle] {font-size:24px;font-weight:700;}

DIV {
	font-family:verdana;
	font-size:12px;
	color:#FFF;
	text-align:left;
	display:block;
}

H1, H2, H3, H4 {
	font-family:'Chango',verdana;
	font-size:54px;
	font-weight:400;
	line-height:90%;
	margin:8px;
}
H2 {font-size:36px;}
H3 {font-size:24px;}
H4 {font-size:18px;}

DIV.column {
	margin:20px auto;
	display:inline-block;
	vertical-align:top;
}
DIV.block {
	background-color:#333;
	margin:5px auto;
	border:solid 2px #bba;
	border-radius:8px;
	padding:10px;
	display:block;
}
DIV.note {
	border:solid 1px #bba;
	background-color:#000;
	border-radius:8px;
	padding:10px;
	display:block;
	margin-top:-20px;
	margin-bottom:20px;
}
DIV.banner {
	margin:8px 0px;
	border:solid 2px black;
	border-radius:8px;
	height:200px;
	overflow:hidden;
}

A {color:#cc7;text-decoration:none;}

IMG {margin:8px 0px;border-radius:12px;}
