* {
	font-size: 10px;
	line-height: 1.6em;
	font-family: Verdana, Osaka, "‚l‚r ‚oƒSƒVƒbƒN";
	color: #FFFFFF;
}

body {
	margin: 0px;
	padding: 0px;
	background:#1D1D1D url(images/global/main_bg.jpg) no-repeat center top;
}
h1, h2, h3, h4, h5 {margin: 0px;padding: 0px;}
td, th {text-align: left;}
a {	color: #993300;}
a:hover {	color: #CCCC66;}

/* Padding */
.td10 {margin: 0px;padding: 0px 10px;}
.td20 {margin: 0px;padding: 0px 20px;}

/* Align */
.alignRight {text-align: right;}
.alignCenter {text-align: center;}
.alignLeft {text-align: left;}

/* Color */
.colorGray {color: #a9a9a9;}
.colorWhite {color: #FFFFFF;}
.colorRed {color: #CC0000;}
.colorGreen {color: #CCCC00;}
.bgWhite {background: #FFFFFF;}
.gray th {
	background-color: #333333;
	font-weight: normal;
	color: #CCCCCC;
}
.gray td {
	background-color: #222222;
	color: #CCCCCC;
}

/* FontSize */
.font12, .font12 td, .font12 th {font-size: 12px;}

.str {font-weight: bold;}

#cont {
	margin: 100px 0px;
	background: #120D11 url(images/global/cont_bg.jpg) no-repeat top;
	padding: 0px;
	width: 800px;
}
.content {
	background: #1C171B url(images/global/cont_ins_bg.jpg) no-repeat bottom;
	padding-bottom: 20px;
}

.contentr {
	background: #1C171B url(images/global/right_bg.jpg) no-repeat right bottom;
	padding-bottom: 20px;
}
.contentl {
	background: #1C171B url(images/global/left_bg.jpg) no-repeat left bottom;
	padding: 20px 0px;
}
