body	{
	text-decoration:none;
	margin-top:0px;
	font-family: "Helvetica", "Arial", "MS PGothic", "sans-serif";
	font-size: 10px; line-height: 2em; color: #FFFFFF;
	background: url("./img/background.png") repeat-y;
	background-position: top center;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	background-color: #000000;
}

div{font-size: 11px; line-height: 18px;}
table{font-size: 11px; line-height: 18px;}

.text_discription	{ font-size: 12px; line-height: 130%; color: #555555;}

.text_title	{ font-size: 14px; font-weight:bold; line-height: 130%; color: #FFFFFF;}

.text_title_white{ 
	font-size: 13px;
	font-weight:bold;
	line-height: 130%;
	color: #ffffff;
	margin-left : 10;
}

.text_middle	{ font-size: 12px; font-weight:bold; line-height: 150%; color: #555555;}

.text_mini	{ font-size: 10px; line-height: 130%; color: #555555;}

.text_Blue_middle	{ font-size: 12px; font-weight:bold; line-height: 130%; color: #3300ff;}

.text_Blue_mini	{ font-size: 10px; font-weight:bold; line-height: 130%; color: #3300ff;}


/***** link *****/

a{ text-decoration: none;}
a:link	{ color: #0293d4;}
a:visited	{ color: #0293d4;}
a:hover	{ color: #dd0000; text-decoration: none;}
a:active	{ color: #dd0000;}

#tabs{
    padding:0;
    margin: 0px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    color:#FFFFFF;
    font-weight:bold;
}
#tabs div{
	background:#660000;
}
#tabs ul{
    list-style:none;
    margin: 0px;
    padding:0;
    border-bottom:0px
}
#tabs ul li{
display:inline;
    margin:0;
    text-transform:capitalize;
    border-bottom:0px
}
#tabs ul li a{
    padding:5px 15px 4px 15px;
    color:#FFFFFF;
    background:#960000;
    float:left;
    text-decoration:none;
    border-right:0  solid #660000;
    border-bottom:0px
    margin:0;
    text-transform:capitalize;
}
#tabs ul li a:hover{
    background:#660000;
    color:#FFFFFF;
    font-weight: bold;
    border-bottom:0px
}
#tabs ul li a.active{
    background:#660000;
    color:#FFFFFF;
    font-weight: bold;
    font-size:10px;
    border-bottom:0px solid #000000;
}

/***** IMAGE *****/
.img-left {margin-top: 0px; margin-bottom: 10px; margin-right: 15px; margin-left: 0px; float:left;}
.img-right {margin-top: 0px; margin-bottom: 10px; margin-right: 0px; margin-left: 15px; float:right;}

/***** BLOCK *****/
.div-copyright{
	margin: 10px 20px 10px 10px;
	padding: 0px 0px 0px 0px;
	text-align: right;
	color:#FFFFFF;
}

.div-box-link{
	width: 190px;
	margin: 15px 5px 15px 5px;
	padding: 0px 10px 0px 0px;
	text-align: left;
}

.div-box-right{
	width: 190px;
	margin: 15px 5px 15px 5px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #c9c9c9;
	text-align: left;
}

.div-box-left{
	width: 770px;
	margin: 15px 0px 20px 0;
	padding: 15px 15px 15px 15px;
	border: 1px solid #000000;
	text-align: left;
}

.table-design{width: 850px;}
.table-design td{
	vertical-align: top;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}

.table-title-content{
	width: 800px;
	background-color: #FFFFFF;
	margin: 15px 0px 20px 0;
	border: 1px solid #000000;
	text-align: left;
}
.table-title-content td{
	padding: 10px 10px 10px 10px;
	border: 0px
}
.td-grade {
	background-color: rgb(255, 255, 255);
	background-image: url(./img/title_grad.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	-x-background-x-position: left;
	-x-background-y-position: top;
	-moz-background-clip: -moz-initial;
	-moz-background-origin: -moz-initial;
	-moz-background-inline-policy: -moz-initial;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
}

.td-grade-blue {
	background-color: rgb(255, 255, 255);
	background-image: url(./img/title_grad2.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	-x-background-x-position: left;
	-x-background-y-position: top;
	-moz-background-clip: -moz-initial;
	-moz-background-origin: -moz-initial;
	-moz-background-inline-policy: -moz-initial;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
}


.table-title-yes{
	width: 210px;
	background-color: #FFFFFF;
	margin: 15px 0px 15px 0;
	border: 1px solid #c9c9c9;
	text-align: left;
}
.table-title-yes td{
	padding: 10px 10px 10px 10px;
	border: 0px
}


.table-property{
	width: 560px;
	margin: 15px 0px 20px 0;
	border: 1px solid #c9c9c9;
}

.table-property caption{
  text-align: right;
  font-weight: bold;
}

.table-property th{
	vertical-align: top;
	padding: 0.5em 20px ;
	border-bottom: 1px solid #c9c9c9;
}

.table-property td{
	vertical-align: top;
	padding: 1em 20px ;
	border: 0px;
}
.table-property .left-cell{width: 180px;} 
.table-property td ul{list-style-position: inside;}
.table-property td ul li{margin: 0 0 1em 0;}
.table-property td ul ul{margin: 0.5em 0 1em 2em;}


