/*begin body formatting*/

body {
background-color: #FFFFFF;
margin-top:0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
}

td,tr,table,p,div,body,ul,ol,li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}

/*end body formatting*/

/*begin normal link formatting*/

A:link, A:visited {
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  cursor: pointer;
	cursor: hand;
}
A:hover, A:active {
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: underline;
  cursor: pointer;
	cursor: hand;
}

/*end normal link formatting*/



/*begin fonts formatting*/
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
}
.sub_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
}
.text_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
}
.text_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999999;
}
.text_small_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: #999999;
}


/*end fonts formatting*/


/*begin table border formatting*/


.tbl_border {
	border-top: 1px none #999999;
	border-right: 1px none #999999;
	border-bottom: 1px none #999999;
	border-left: 1px solid #999999;
}

.tbl_border_2 {
	border: 1px solid #999999;
}

.tbl_border_dotted {
	border: 1px dotted #ff0000;
}


/*end table border formatting*/



/*begin input-styles*/

.form {
	border: 1px solid #322A72; 

	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px; 
	color: #666666; 
	vertical-align:middle; 
}

/*end input-styles*/


/*begin search-styles*/

.search {
	width : 70px;
	height : 18px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color : #999999;
	border: 1px solid;
	font-weight : bold;
}

/*end search-styles*/

/*begin admin styles*/

.body_tbl_dotted {
	border: 1px dotted #ff0000;
}



/*end admin styles*/

/*******************************/
/*begin list element formatting */
/*******************************/

.list_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}

.list_item_headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

.list_item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.list_item_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.list_sep 
{
	
}

/*****************************/
/*end  list element formatting */
/*****************************/

/**********************************/
/*begin module formatting  */
/**********************************/

.module_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	width:100%;
	background-color:Transparent;
	padding-left:0;
	border: 1px solid;	
}

TABLE.module
{
	width:100%;
}

/**********************************/
/*end module formatting  */
/**********************************/

.bg {
	background-attachment: fixed;
	background-image: url(../IMAGES/bg.jpg);
	background-repeat: no-repeat;
}

/******************************************/
/*begin page navigation control formatting*/
/******************************************/

TABLE.pagenav_table
{
	background-color : #ebebeb;
	border: 1px solid #cccccc;	
}


TABLE.pagenav_table
{
	background-color : #e7f5f0;
	width: 100%;
}

.pagenav_pagelink:link, .pagenav_pagelink:hover, .pagenav_pagelink:visited {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
	cursor: hand;
}
.pagenav_currentpage:link, .pagenav_currentpage:hover, .pagenav_currentpage:visited {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold; 
}


/****************************************/
/*end page navigation control formatting*/
/****************************************/


