body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

.table_main {
	background-color: #FFFFFF;
	font-size: 10px;
	}
	
.table_yellow {
	background-color: #FDB913;
	}

.table_orange {
	background-color: #F37021;
	}

.table_border { 
	background-color: #005E9E;
	}

.table_head {
	background-color: #005E9E;
	font-size: 12px; font-weight: bold; color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.table_gray {
	background-color: #DDDDDD;
	}

.table_lite {
	background-color: #EEEEEE;
	}

.table_head_lite {
	background-color: #EEEEEE;
	font-size: 10px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	}

.lite { 
	color: #FFE094; font-weight: bold; font-size: 12px;
	}

.gray { 
	color: #CCCCCC;
	font-size: 10px;
	}	

.head_main {
	font-size: 11px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	list-style-type: square;
	}

a:active { 
	color: #333333; text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	}

a:link {
	color: #333333; text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	}

a:visited { 
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	}

a:hover {  color: #FDB913;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
	}

.side_image {
	background-image:  url(../images/venjie_back.jpg);
	background-repeat: no-repeat;
	background-position: right
	}

.side_left {
	background-image:  url(../images/side_design.gif);
	background-repeat: repeat;
	}

.side_right {
	background-image:  url(../images/side_design1.gif);
	background-repeat: repeat;
	}

.side_dash {
	background-image:  url(../images/dash.gif);
	background-repeat: repeat;
	background-color: #FFFFFF;
	}

.side_dash_vert {
	background-image:  url(../images/dash_vert.gif);
	background-repeat: repeat;
	background-color: #FFFFFF;
	}

.small {
	font-size: 10px;
	}

.footer {
    color: #333333;
	font-size: 10px;
	background-repeat: no-repeat;
	}

.footer a:link {
	text-decoration: underline;
    color: #333333;
	font-size: 10px;
	font-weight: bold;
	}
	
.footer a:visited {
	text-decoration: underline;
    color: #333333;
	font-size: 10px;
	font-weight: bold;
	}
	
.footer a:hover {
	text-decoration: none;
    color: #FDB913;
	font-size: 10px;
	font-weight: bold;
	}
	
.footer a:active {
	text-decoration: underline;
    color: #333333;
	font-size: 10px;
	font-weight: bold;
	}