@charset "utf-8";
.blue_tite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0060C2;
	line-height: 22px;
}
.brown_tite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #8c6a24;
	line-height: 22px;
}
.g1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7B7B7B;
	line-height: 18px;
}
.g1 A:link {
	COLOR: #F60;
	text-decoration: none
}
.g1 A:active {
	COLOR: #F60;
	text-decoration: none
}
.g1 A:visited {
	COLOR: #F60;
	text-decoration: none
}
.g1 A:hover {
	COLOR: #F60;
	text-decoration: underline
}
.g1 table tr .g1 strong {
	color: #FFF;
}

.or1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF6600;
	line-height: 22px;
}
.g2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999;
}
.w1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	line-height: 15px;
	top: 10px;
}
.brown1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #630;
	line-height: 15px;
	top: 10px;
}
.red1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2A0000;
	line-height: 18px;
}
.red1 A:link {
	COLOR: #2A0000;
	text-decoration: none
}
.red1 A:active {
	COLOR: #2A0000;
	text-decoration: none
}
.red1 A:visited {
	COLOR: #2A0000;
	text-decoration: none
}
.red1 A:hover {
	COLOR: #F60;
	text-decoration: underline
}

.green1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003704;
	line-height: 18px;
}
.green1 A:link {
	COLOR: #003704;
	text-decoration: none
}
.green1 A:active {
	COLOR: #003704;
	text-decoration: none
}
.green1 A:visited {
	COLOR: #003704;
	text-decoration: none
}
.green1 A:hover {
	COLOR: #329E00;
	text-decoration: underline
}

.blue1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00296A;
	line-height: 18px;
}
.blue1 A:link {
	COLOR: #00296A;
	text-decoration: none
}
.blue1 A:active {
	COLOR: #00296A;
	text-decoration: none
}
.blue1 A:visited {
	COLOR: #00296A;
	text-decoration: none
}
.blue1 A:hover {
	COLOR: #005DC0;
	text-decoration: underline
}

.hr_style11 {
	height: 6px;
	background: url(http://www.palit.com/enews/inc/images/hr-11.png) repeat-x 0 0;
    border: 0;
}


.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:5px 16px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}
.myButton:active {
	position:relative;
	top:1px;
}
