body {
	/*background-image:url(../images/bg.gif);*/
	font-family: Verdana, sans-serif, Arial, Helvetica;
}
IMG {
	BORDER-RIGHT: medium none; BORDER-TOP: medium none; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none
}

/*** MENU AND OTHER FRAME ELEMENTS ***/
.main-menu{
	color: #FFF0F5;
	font-size:9pt;
	line-height: 16pt;
	font-weight: bold;	
}
.main-menu a{
	color: #27280B;
	text-decoration: none;
}
.main-menu a:hover{
	color:#FFDEAD;
}
.main-menu a.alert{
	color: #FAFAD2;
}
.main-menu a.alert:hover{
	color: Yellow;
}
.left-menu{
	padding-top: 20px;
}
.left-menu ul{
	padding-left: 0px;
	margin-left: 0px;
}
.left-menu li{
	vertical-align:top;
	list-style: url(../images/icon/bullet.gif) inside;
	border-top: 0px dotted #FFFFCC;
	border-right: 0px dotted #FFFFCC;
	border-bottom: 1px dotted #999999;
	border-left: 0px dotted #FFFFCC;
	text-indent: 5px;
	width: 90%;
	line-height:24px;
	text-align: left;
}
.left-menu, .left-menu a{
	color:#FFFFFF;
	font-size: 9pt;
	font-weight: bold;
	text-decoration:none;
}
.left-menu .selected{
	color: Yellow;
}
.left-menu a:hover{
	text-decoration: underline;
	color:#FFFFCC;
}

.hotline{
	color:#FFFFCC;
	font-size: 10pt;
	font-weight: bold;
	line-height: 24px;
}
.footer, .footer a{
	color:#666666;
	font-size: 7pt;
}
.footer a{
	text-decoration:none;
}
.footer a:hover{
	color:#333333;
	text-decoration:underline;
}

/*** CONTENT AREA ***/
.content{
	padding: 5px;
	background:#FFFFFF;
}
.content, .content p{
	font-size: 10pt;
	color:#333333;
}
.content .title{
	font-size: 11pt;
	color:#000000;
	font-weight:bold;
}
.content .sub-title{
	font-weight: bold;
}
.home .content .title{
	font-size: 10pt;
	color: #993300;
	text-align: left;
}
.home .content{
	font-size: 8pt;
	line-height: 12pt;
	text-align: justify;
}
.remark{
	color:#ff6600;
	font-size: 7pt;
}
.warning{
	color: #FF001A;
	font-weight: bold;
	font-size: 9pt;
}

/*** CONTENT TABLE LISTING ***/
table.listing .heading{
	background-color: #003569;
	color: #FFF8DC;
	line-height: 20px;
}
table.listing .rowContent{
	background-color: White;
}
table.listing .rowContentOver{
	background-color: #EEE8AA;
}
table.listing .colContent{
	line-height: 18px;
	font-size: 8pt;
}
table.listing .footing{
	background-color: #003569;
	line-height: 3px;
}

/*** NAVIGATION ***/
.pagination, .pagination a{
	
	font-size: 7pt;
	color: #D06900;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
}
.pagination a:hover, .navigation a:hover{
	color: #7B3E00;
	text-decoration: underline;
}
.navigation, .navigation a{
	float: left;
	text-align: left;
	font-size: 8pt;
	color: #D06900;
	font-weight: bold;
	text-decoration: none;
}

.columns {
    color: #4D4D4D;
    font-size: 14px;
}

.columns .col {
    height: 350px;
    width: 272px;
    float: left;
    position: relative;
    margin-right: 40px;
}

.columns .last {
    margin-right: 0px;
}

.columns .col .banner {
    display: block;
}

.columns .col .info {
    position: absolute;
    bottom: 0px;
    left: 0px;
}


.columns .col .top {
    position: relative;
    height: 210px;
}


.columns h2 {
    font-size: 14px;
    padding: 5px;
    margin: 0px;
}

.columns .gray {
    font-weight: bold;
    background-color: #E5E3DF;
}

.columns .blue {
    background-color: #003161;
    color: white;
    font-weight: normal;
}


.columns .red {
    background-color: #910909;
    font-weight: bold;
}

.columns .bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.columns .gray-box {
    background-color:  #E5E3DF;
    padding: 5px 10px 0px 10px;
    text-align: center;
}

.float-right {
    float: right;
}

.clear {
    clear: both;
}

.columns .description {
    margin-top: 5px;
    line-height: 130%;

}

.columns form {
    margin: 0px;
    padding: 0px;
}

.columns table {
    border-collapse: collapse;
    padding: 0px;
    margin: 0px;
}