.index_table {
	background-color : White;
	width : 100%;
}

.default_table {
	color : Black;
	background-color : white;
	width : 100%;
}
.news_model_table {
	color : Red;
	background-color : Red;
	width : 500px;
}
.cat_no{
	background-color :   White;
	color : #006400;;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15pt;
	font-weight : bold;
	text-align : center;
}

.operator{
	background-color : White;
	color :  #27A328;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : bold;
	text-align : center;
}

.field_cell{
	background-color : #006400;
	color : white;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-style : normal;
	width : 12%;
	text-indent : 2px;
	text-align : left;
}

.field_cell_header{
	background-color : #E0FFFF;
	color : Blue;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	width : 12%;
	text-indent : 2px;
	text-align : center;
	border : 1px solid #BD0000;
}

.field_cell_news{
	background-color : #177C05;
	color : white;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	width : 50px;
	text-align : left;
	border : 1px solid #BD0000;
	padding-left : 2px;
}
.details_cell_news{
	color : Black;	
	background-color : #ECF9E3;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	width : 270px;
	text-align : left;
	border : 1px solid #BD0000;
	padding-left : 2px;
}
.details_cell{
	background-color : #FFEFD5;
	color : Black;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-style : normal;
	width : 38%;
	text-indent : 2px;
	text-align : left;
	border : 1px solid #006400;;
	padding-left : 2px;
}

.notice_text{
	background-color :  White;
	color : #006400;;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
	text-align : center;
	font-style : normal;
}
.bot_idx_link{
	width : 70%;
	text-align : center;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
	font-style : normal;
	background-color :   White;
	color : Navy;
	font-weight : bold;
}

.next{
	background-color :   White;
	color : Navy;
	text-align : right;
	font-size : 11pt;
	font-style : bold;
	font-family : Arial, Helvetica, sans-serif;
	width : 15%;
	border : 0;
}

.prev{
	background-color : White;
	color : Navy;
	text-align : left;
	font-size : 11pt;
	font-style : bold;
	font-family : Arial, Helvetica, sans-serif;
	width : 15%;
	border : 0;
}
.sub_index{
	background-color : White;
	color : Navy;
	text-align : center;
	font-size : 11pt;
	font-style : bold;
	font-family : Arial, Helvetica, sans-serif;
	width : 70%;
	border : 0;
}
.navbar_table{
	color : Blue;
	background-color :   White;
	width : 130px;
	}
	
.navbar_page {
	color : Blue;
	background-color :  White;
	width : 140px;
}

.index_link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	text-align : center;
	width : 33%;
	vertical-align : top;
}

.default_text {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-align : center;
	vertical-align : middle;
	color : Maroon;
}

.page_heading {
	color : #27A328;
	font-size : 14pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-align : center;
	vertical-align : middle;
}
.pic_cap{
	background-color :  White;
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-style : italic;
	text-align : center;
}

.main_page {
	background-color : White;
	color : #006400;;
	width : 100%;
	border : 0;
	overflow-x: hidden;
}

A:LINK{
	color : Red;
}

A:VISITED {
	color : Green;
}

.white_text {
	color : blue;
	font-size : smaller;
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : bold;
	text-align : center;
	background-color :  White;
}

.releases{
	background-color : White;
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	width : 95%;
	font-weight : bold;
	text-align : center;
	border : none White;
}
.releases_news{
	background-color : white;
	color : black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	width : 350;
	font-weight : bold;
	text-align : center;
	border : none green;
	border-spacing:0.5px;
}

.table_header{
	background-color : #006400;
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : smaller;
	font-weight : bold;
	vertical-align : middle;
	text-align : center;
	border : thin solid #006400;;
}

.table_subheader{
	background-color : #DBFFDB;
	color : black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bold;
	vertical-align : middle;
	text-align : center;
	border : thin solid #006400;
}

.model_link{
	background-color : #F2FFF2;
	color : Black;
	border : 1px solid #006400;
	text-align : left;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-indent : 3px;
	font-size : 8pt;
}

.model_link_c{
	background-color : #F2FFF2;
	color : Black;
	border : 1px solid #006400;;
	text-align : center;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-indent : 3px;
	font-size : 8pt;
}
.model_linkb{
	background-color : #E6E6FA;
	color : Black;
	border : 1px solid #006400;;
	text-align : left;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-indent : 3px;
	font-size : 8pt;
}

.model_linkb_c{
	background-color : #E6E6FA;
	color : Black;
	border : 1px solid #006400;;
	text-align : center;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-indent : 3px;
	font-size : 8pt;
}
.intro_text{
	background-color : #DBFFDB;
	color : black;
	border : 2px solid #006400;;
	text-align : justify;
	font-family :Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-indent : 15px;
	font-size :8pt;
	width : 80%;
	margin : 5pt;
}
.model_link_cat{
	background-color : White;
	color : Black;
	text-align : center;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-indent : 3px;
	font-size : 8pt;
	border : none;
}

.update_link{
	background-color : White;
	color : Black;
	text-align : left;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-indent : 3px;
	font-size : 8pt;
}
.update_link_h{
	background-color : Yellow;
	color : Black;
	text-align : center;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-indent : 3px;
	font-size : 8pt;
}
.update_link_c{
	background-color : White;
	color : Black;
	text-align : center;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-indent : 3px;
	font-size : 8pt;
}
.update_date{
	background-color : White;
	color : #1E90FF;
	text-align : center;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-indent : 3px;
	font-size : 12pt;
}
.news_text{
	background-color : White;
	color : Black;
	text-align : justify;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 8pt;
}

.news_text_c{
	background-color : White;
	color : Black;
	text-align : center;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 8pt;
}
.news_subhead{
	background-color : White;
	color : #1E90FF;
	text-align : center;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-indent : 3px;
	font-size : 12pt;
}
.news_date{
	background-color : White;
	color : #1E90FF;
	text-align : center;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-indent : 3px;
	font-size : 10pt;
}
.news_table {
	color : Black;
	background-color :  White;
	width : 95%;
}
.model_details_table
{
	}

