body {
	background: Navy;
	color: Gray;
	margin: 0px;
	background-color: Navy;
	border-bottom-color: Navy;
	font-family: sans-serif;
	font-size: 15px;

	scrollbar-arrow-color: Yellow;
	scrollbar-base-color: Black;
	scrollbar-darkshadow-color: Yellow;
	scrollbar-face-color: Navy;
	scrollbar-highlight-color: Yellow;

}


td, tr, th, p {
	font-size: 15px
}

/*
ul { margin: 0px 0px 0px 20px; }
li { font-size: 11px; list-style: disc; }
*/

A {
		
	font-size: 15px;
	background: Navy;
	color: Amber;
	text-decoration: underline;
	background-color: Navy;

}

/* Normal text hover */
A:hover {
  color: #FF0000;
  text-decoration: underline;
}

.articleText { 
text-align: justify; 
font-size: 15px;
font-weight: normal;
color: #CEA532;

}

.articleDate {
	font-size: 6px;
	font-weight: normal;
}

.articleCode {

	font-size: 14px;
}

.articleHead, .articleList_tophead, h1, h2 {
	font-weight: bold;
	font-size: 24px;
	text-decoration: none;
	line-height : 400%;

}

.articleSubHead, .articleList_topsubhead, h3, h4 {

	font-size: 17px;
	font-weight: normal;

	line-height: 110%;
	margin-bottom: 0px;
}

.articleSummary {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
font-weight: bold;
	color: #000080;
	line-height: 135%;
}

.contentHead {
	font-size: 15px;
	font-weight: bold;
	line-height: 110%;
}

.contentSubHead {
	font-size: 12px;
	line-height: 110%;
}

.tableHead {
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
}

.tableSubHead {
	font-size: 13px;

}

.v09 {  font-size: 9px; }
.v10 {  font-size: 10px; }
.v11 {  font-size: 11px; }
.v12 {  font-size: 12px; }
.v13 {  font-size: 13px; }
.v14 {   ont-size: 14px; }


.formButton	{ font-size: 10px; font-weight: bold;  }
.formLabel	{  font-size: 10px; }
.checkLabel	{  font-size: 10px; font-weight: bold;}
.radioLabel	{  font-size: 10px; font-weight: bold;}
.formTextArea	{  font-size: 11px;	}
.inputText	{  font-size: 11px; font-weight: bold;}
.inputPass	{  font-size: 11px; font-weight: bold;}
.selectMenu	{  font-size: 11px; font-weight: bold;}
.selectList	{  font-size: 11px; font-weight: bold;}

/* search */
.formSearch { font-size: 12px; font-weight: bold;}
.search_form {}
.search_result {}

/* to edit color of tabels of menu see include/inc_conf/conf.template_default.inc.php */

.nav_table, .nav_table a, .nav_table a:link, .nav_table a:active, .nav_table a:visited, .nav_table a:hover {
	
	font-size: 12px;

	font-weight: normal;
	text-decoration: none;
}
.nav_table a:hover {
	//*text-decoration: underline;*//
	font-weight: bold;
	Color:#FF0000;
	
}

.nav_table_active, .nav_table_active a, .nav_table_active a:link, .nav_table_active a:active, .nav_table_active a:visited, .nav_table_active a:hover {
	
	font-size: 14px;
	Color:red;
	font-weight: bold;
	text-decoration: none;
}

.articleList_toptext {
	
	font-size: 10px;
}

.articleList_listhead {

	font-size: 11px;
	font-weight: bold;
}


/* CSS for the top level list */
#list_top_ul {
	padding: 3px 0;
	margin-left: 0;
	font-weight: bold;
	border-bottom: 0px solid #5E747F;

}
#list_top_ul li {
	list-style: none;
	margin: 0;
	display: inline;
}
#list_top_ul li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 0px solid #778;
	border-bottom: none;
	background: Navy;
	text-decoration: none;
}
#list_top_ul li a:link { color: Yellow; }
#list_top_ul li a:visited { color: Yellow; }
#list_top_ul li a:hover {
	color: Navy;
	background: Yellow;;
	border-color: #227;
}
#list_top_ul li a#list_top_active_link, #list_top li a#list_top_home_active_link {
	background: Pink;
	border-bottom: 1px solid white;
}

/* CSS for the currect level list */
#list_level ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#list_level li { margin: 0 0 1px 0; }
#list_level a {
	display: block;
	padding: 2px 2px 2px 24px;
	border: 1px solid #92A1AF;
	width: 160px;
	background-color: #B7C2D0;
}
#list_level a:link, #list_level_ul a:visited {
	color: Navy;
	text-decoration: none;
}
#list_level a:hover {
	border: 1px solid #92A1AF;
	background-color: #FF8C00;
	color: Navy;
}
#list_level_parent a:link, #list_level_parent a:visited, #list_level_parent_link a:hover {
	border: 1px solid #92A1AF;
	background-color: #FF6600;
	color: White;
}
