
/* ==================== html, body */
html, body{
	margin: 0px;
	padding: 0px;
}
html, body, font, td, p, li {
    outline: none;
    font-size: 12px;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    color: #fff;
}

body {
    background: #0c0703;
}


/* ==================== link */
a {
    outline: none;
}

a:link, a:active, a:visited {
    color: #fff;
    font-size: 12px;
    font-family: Arial, Tahoma, Verdana, sans-serif;
}

a:hover {
    color: #fff;
    font-size: 12px;
    font-family: Arial, Tahoma, Verdana, sans-serif;

}

/* ==================== head */
.head {
	width: 1000px;
	height: 153px;
	background: url(../images/head.png) no-repeat;
}

/* ==================== logo */
.logo {
	width: 205px;
	height: 60px;
	border: 0px;
	margin: 43px 0px 0px 1px;
	background: url(../images/spacer.gif) no-repeat;
}

/* ==================== line */
.line {
	width: 800px;
	height: 3px;
	border: 0px;
	margin: 10px 0px 10px 0px;
	background: url(../images/line.png) no-repeat;
}

/* ==================== title */
.title1 {
    color: #ffb401;
    font-size: 24px;
}

.title2 {
    color: #fff;
	font-weight: bold;
	margin: 0px 0px 0px 13px;
    font-size: 12px;
}

/* ==================== footer */
.footer {
    color: #fff;
    font-size: 11px;
}

.footer a:link, .footer a:active, .footer a:visited {
    color: #fff;
    font-size: 11px;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    text-decoration: none;
}

.footer a:hover {
    color: #fff;
    font-size: 11px;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    text-decoration: underline;
}

/* ==================== but */
.but {
	cursor: pointer;
	display: block;
	width: 170px;
	height: 27px;
	border: 0px;
	line-height: 23px;
	padding: 0px 0px 0px 10px;
	margin-bottom: 5px;
	background: url(../images/butbg.png) 0px 0px no-repeat;
}
.but:hover {
	background: url(../images/butbg.png) 0px -27px no-repeat;
}

/* ==================== black link */
.blackl a:link, .blackl a:active, .blackl a:visited {
    color: #000;
	font-weight: bold;
    font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.blackl a:hover {
    color: #464646;
    font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

















