/* CSS

   Computer Solutions Shanghai
   http://www.computersolutions.cn

*/


/**************************************************
General CSS 
***************************************************/

html,body {
	background:#300060;
	text-align: center;
	/*margin-top: 50px;*/
	margin: 0;
	height:auto;
}


#page {
	text-align: left;
	width: 700px;
	background: #fff none top center;
	background-color: white;
	margin: 0 auto;
	height: 100%;
}

#pageIndex {
	text-align: left;
	width: 700px;
	background: #fff none top center;
	background-color: white;
	margin: 0 auto;
}

/*  Because we love IE */
#pagePadding {
	padding: 20px;
	padding-left:55px;
	padding-right:55px;
	padding-bottom: 2px;
	background-color:white;
}
#menu {
	text-align: right;
	padding-bottom: 20px;
	padding-right:40px;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
}

a:link {
	text-decoration: none;
	color: #9164FF;
}
a:visited {
	text-decoration: none;
	color: #9164FF;
}
a:hover {
	text-decoration: none;
	color:#5F249B;
}
a:active {
	text-decoration: none;
}

p, ul {
	color: #5F249B;
	font-family: Arial;
	font-size: 9pt;
	line-height: 15pt;
	text-align: left;
	background-color:white;
}


/**************************************************
Language Menu CSS 
***************************************************/
#langMenu {
	color: #300060;
	font-weight: bold;
	font-family: Arial;
	font-size: 10pt;
	text-align:right;
}

#langMenu  .noLink {
	color:#300060;
}

#langMenu .menusep {
	color: #9164FF;
	font-family: Verdana;
	font-size: 10px;
	font-weight: lighter;
}
/***********************************************/



.style5 {
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	letter-spacing:1px;
	line-height:20px;
}

.bodyText {
	font-family: Arial;
	font-size: 17px;
	color: #300060;
	line-height:35px;
	font-weight: normal;
	
}

.bodyTitle {
	color: #5F249B;
	font-weight: bold;
	font-size: 18px;
	font-family: Arial;
	line-height: 22px;
}

.bodySubTitle {
	color: #5F249B;
	font-weight: bold;
	font-family: Arial;
	font-size: 15px;
	line-height: 22px;
}


/*************************************
Copy Right CSS
***************************************/
.copyrights a:link {
	text-decoration: none;
	color: #A152DE;
	
}
.copyrights a:visited {
    font-family: Arial;
	text-decoration: none;
	color: #A152DE;
}
.copyrights a:hover {
	text-decoration: none;
	color:#5F249B;
}
.copyrights a:active {
	text-decoration: none;
}
.copyrights {
	font-family: Arial;
	font-size: 8pt;
	line-height: 15pt;
	text-align: center;
	vertical-align: bottom;
	padding-top: 50px;
	bottom: 10px; 
	background-color: white;
}