html {
    height: 100%;
}
body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	color: #6b6b6b;
	background:url('../img/css/bg.jpg') no-repeat top left fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;}
}
p, ol, ul, li, form, table, td, th, div {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
form, input, select, textarea {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.navigate_welcome {
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
}
.navigate_title {
    font-size: 14px;
    font-weight: bold;
    color: #f79646;
}
.navigate_page {
    font-size: 12px;
    font-weight: bold;    
    color: #f79646;
}
.navigate_link {
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
}
a.navigate_link {
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
}
a.navigate_link:hover {
    text-decoration: underline;
    font-size: 12px;
    font-weight: bold;
    color: #f79646;
}

.tab_page {
    font-size: 13px;
    color: #f79646;
}
.tab_link {
    font-size: 13px;
    color: #333333;
}
a.tab_link {
    text-decoration: underline;
    font-size: 13px;
    color: #333333;
}
a.tab_link:hover {
    text-decoration: underline;
    font-size: 13px;
    color: #f79646;
}

.section {
    font-weight: bold;
    color: #000000;
    background-color: #cccccc;
    padding: 5px;
}
.input {
    background-color: #ddddff;
    padding: 5px;
}

.border_orange_10_c1 {
    background: url(borders/orange_10_c1.gif);
    background-position: top left;
    background-repeat: no-repeat;
}
.border_orange_10_c2 {
    background: url(borders/orange_10_c2.gif);
    background-position: top right;
    background-repeat: no-repeat;
}
.border_orange_10_c3 {
    background: url(borders/orange_10_c3.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
}
.border_orange_10_c4 {
    background: url(borders/orange_10_c4.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
}
.border_orange_10_l1 {
    background: url(borders/orange_10_l1.gif);
    background-position: top;
    background-repeat: repeat-x;
}
.border_orange_10_l2 {
    background: url(borders/orange_10_l2.gif);
    background-position: right;
    background-repeat: repeat-y;
}
.border_orange_10_l3 {
    background: url(borders/orange_10_l3.gif);
    background-position: bottom;
    background-repeat: repeat-x;
}
.border_orange_10_l4 {
    background: url(borders/orange_10_l4.gif);
    background-position: left;
    background-repeat: repeat-y;
}

.border_orange_60_c1 {
    background: url(borders/orange_60_c1.gif);
    background-position: top left;
    background-repeat: no-repeat;
}
.border_orange_60_c2 {
    background: url(borders/orange_60_c2.gif);
    background-position: top right;
    background-repeat: no-repeat;
}
.border_orange_60_c3 {
    background: url(borders/orange_60_c3.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
}
.border_orange_60_c4 {
    background: url(borders/orange_60_c4.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
}
.border_orange_60_l1 {
    background: url(borders/orange_60_l1.gif);
    background-position: top;
    background-repeat: repeat-x;
}
.border_orange_60_l2 {
    background: url(borders/orange_60_l2.gif);
    background-position: right;
    background-repeat: repeat-y;
}
.border_orange_60_l3 {
    background: url(borders/orange_60_l3.gif);
    background-position: bottom;
    background-repeat: repeat-x;
}
.border_orange_60_l4 {
    background: url(borders/orange_60_l4.gif);
    background-position: left;
    background-repeat: repeat-y;
}

.color_asia {
    color: #215868;
}
.color_vad {
    color: #f79646;
}
.color_highlight {
    color: #f79646;
}
.color_dim {
    color: #666666;
}

.text_title {
    font-size: 18px;    
    font-weight: bold;
    color: #f79646;
	line-height: 20px;    
}
.text_normal {
    font-size: 12px;
}
.text_small {
    font-size: 11px;
}
