@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 14px;
	color: #333333;
	margin:0;
	padding:0;
	background-color:#CCCCCC;
}
.top-left {
	background-image: url(../images/left-top-bg-img.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 250px;
	width: 184px;
}
.imgBorder5{
	border:5px solid #333;
}

.pad10px{
	padding:10px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	text-transform:uppercase;
}
.contents{
	padding:10px;
	text-align:justify;
	line-height:18px;
}

.contents ul{
	list-style:none;
	margin:0;
	padding:0;
	}
.contents li{
	list-style:none;
	margin:0;
	background:url(../images/arrow.jpg) no-repeat left 18px;
	padding:10px 20px;
	}
.contents a{
	color:#FF9900;
}

.contents a:hover{
	color:#3399FF;
	text-decoration:none;
}

.orange{
	color:#FF9900;
}

.bot-line{
	border-bottom:#CCCCCC 1px solid;
}
.left-line{
	border-right:#CCCCCC 1px solid;
}
.more {
	color: #FF9900;
	text-align: right;
	text-decoration: none;
	float:right;
}
.more a{
	color: #FF9900;
	text-align: right;
	text-decoration:underline;
}
.more a:hover{
	color: #3399FF;
	text-align: right;
	text-decoration: none;
}
.footer{
	color: #FFFFFF;
	text-align: center;
}
.achievement-img{
		border:5px solid #333;
}