@charset "utf-8";
/* CSS Document */

/******** global css ********/

* { 
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;	
} 

body {
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	background-image: url(../images/bg_main.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #a1a1a1;
}

#main {
	width: 1010px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}

img {
	border:none;
}

.bg_content_top {
	background-image: url(../images/bg_content_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	height: 448px;
	width: 980px;
}

.bg_l {
	background-image: url(../images/bg_l.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.bg_r {
	background-image: url(../images/bg_r.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.bg_content_bottom {
	background-image: url(../images/bg_content_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.bg_footer {
	background-image: url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.bg_index_content {
	background-image: url(../images/bg_index_content.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.footer {
	font-family: "Arial";
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #d6d6d6;
	padding-top: 9px;
}

.footer_white {
	font-family: "Arial";
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	padding-top: 9px;
	text-decoration: none;
}

td.footer {
	font-family: "Arial";
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	padding-left: 26px;
	padding-right: 26px;
	color: #d6d6d6;
	padding-top: 9px;
}

a.footer:link {
	font-family: "Arial";
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #d6d6d6;
	padding-top: 9px;
	text-decoration: none;
}

a.footer:visited {
	font-family: "Arial";
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #d6d6d6;
	padding-top: 9px;
	text-decoration: none;
}

a.footer:hover {
	font-family: "Arial";
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #d6d6d6;
	padding-top: 9px;
	text-decoration: underline;
}

a.footer:active {
	font-family: "Arial";
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #d6d6d6;
	padding-top: 9px;
	text-decoration: none;
}



/******** content page general style ********/

.content {
	padding-top: 28px;
	padding-right: 42px;
	padding-bottom: 28px;
	padding-left: 42px;
}

.grey {
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #7b7b7b;
}

.greybold {
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color: #c8c8c8;
}

a.greybold:link {
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color: #c8c8c8;
	text-decoration: none;
}

a.greybold:visited {
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color: #c8c8c8;
	text-decoration: none;
}

a.greybold:hover {
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color: #c8c8c8;
	text-decoration: underline;
}

a.greybold:active {
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color: #c8c8c8;
	text-decoration: none;
}

.greybold2 {
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color: #7b7b7b;
}

a.greybold2:link {
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color: #7b7b7b;
	text-decoration: none;
}

a.greybold2:visited {
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color: #7b7b7b;
	text-decoration: none;
}

a.greybold2:hover {
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color: #7b7b7b;
	text-decoration: underline;
}

a.greybold2:active {
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color: #7b7b7b;
	text-decoration: none;
}

.grey2 {
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #525252;
}

.grey_small {
	font-family: Arial;
	font-size: 7pt;
	font-style: normal;
	font-weight: normal;
	color: #7b7b7b;
}

.black {
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.blackbold {
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

.white {
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
}

a.white:link {
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

a.white:visited {
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

a.white:hover {
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
}

a.white:active {
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.subtit {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #010101;
	padding-top: 11px;
	padding-bottom: 10px;
}

input.box {
	background-color: #f8f8f8;
	border: 1px double #dddddd;
	height: 22px;
	width: 390px;
	font-family: Arial;
	color: #3e3e3e;
}

.grey3 {
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #7b7b7b;
}

a.grey3:link {
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #7b7b7b;
	text-decoration: none;
}

a.grey3:visited {
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #7b7b7b;
	text-decoration: none;
}

a.grey3:hover {
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #7b7b7b;
	text-decoration: underline;
}

a.grey3:active {
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #7b7b7b;
	text-decoration: none;
}

#bullet li{
	padding:0 0 0 13px;
	background-image:url(../images/img_bullet.gif);
	background-position:left;
	background-repeat:no-repeat;
	line-height:16px;
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #7b7b7b;
	/*margin:10;
	border:1px solid #999;*/
}

#bullet li a{
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #7b7b7b;
}

