/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html{
	height: 100%;
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;       
	color: #000;
	margin: 0px auto 0px auto;
	padding: 0px;
	height: 100%;
	font-size: 75%;
	background: #DCE3EA;
}

a{
	color: #0000FF;
	text-decoration: none;
}

a:link{
	color: #0000FF;
	text-decoration: none;
}

a:visited{
	color: #0000FF;
	text-decoration: none;
}

a:hover{
	color: #0000FF;
	text-decoration: underline;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 120%;
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

ul ul{
	list-style-type: circle;
}

ul ul ul{
	list-style-type: none;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#header{
	padding: 0px 0px 0px 0px;
	width: 100%;
}

.navigation {
color:#990000;
font-weight:bold;
padding:0;
text-align:center;
width:100%;
}
	
  .navigation a{
		color: #990000;
		text-decoration: none;
	}
	
	.navigation a:link{
		color: #990000;
		text-decoration: none;
	}
	
	.navigation a:visited{
		color: #990000;
		text-decoration: none;
	}
	
	.navigation a:hover{
		color: #990000;
		text-decoration: underline;
	}

#navigation{
	padding: 0px 0px 0px 0px;
	width: 100%;
	text-align: center;
	color: #990000;
	font-weight: bold;
}

	#navigation a{
		color: #990000;
		text-decoration: none;
	}
	
	#navigation a:link{
		color: #990000;
		text-decoration: none;
	}
	
	#navigation a:visited{
		color: #990000;
		text-decoration: none;
	}
	
	#navigation a:hover{
		color: #990000;
		text-decoration: underline;
	}

	.navigationTable{
		width: 100%;
		text-align: center;
	}
	
	.navigationCell{
		text-align: center;
	}
	

#documentBody{
	padding: 0px 0px 0px 0px;
	width: 100%;
	font-size: 90%;
}

#footer{
	clear: both; 
	text-align: center;
	width: 100%;
	font-size: 90%;
	background:url(../images/template_03.gif) no-repeat center;
  text-align: center;
  font-size: 12px;
  padding-top: 3px;
}


/***********************************************/
/* form table                                  */
/***********************************************/

.formTable{
	color: #000000;
	border: 0px;
	text-align: left;
	border: 1px solid #CCCCCC;
}

.formLabel{
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
}

.formCell{
	text-align: left;
	vertical-align: top;
	padding: 5px 5px 5px 5px;
}

.formNote{
	color: #666666;
	text-align: left;
	vertical-align: top;
	padding: 5px 5px 5px 5px;
}

/***********************************************/
/* report table                                */
/***********************************************/

.reportTable{
	color: #000000;
	text-align: left;
	width: 100%;
	border: 1px solid #C0C0C0;
	border-collapse: collapse; 
}

.reportHeader{
	font-weight: bold;
	background-color: #C0C0C0; 
	padding: 3px 3px 3px 3px;
}

.reportCellEven{
	vertical-align: top;
	padding: 3px 3px 3px 3px;
	background-color: #CCCCCC;
}

.reportCellOdd{
	vertical-align: top;
	padding: 3px 3px 3px 3px;
}

/*************************************************/
/*  message tables                               */
/*************************************************/

.messageTable{
	background-color: #990000;
	border: 1px solid #990000;
	border-collapse: collapse;
}

.messageHead{
	color: #FFFFFF;
	text-align: left;
	background-color: #990000;
	padding: 3px 3px 3px 3px;
}

.messageCellEven{
	text-align: left;
	color: #000000;
	background-color: #FFFFFF;
	padding: 3px 3px 3px 3px;
}

.messageCellOdd{
	text-align: left;
	color: #000000;
	background-color: #FF9900;
	padding: 3px 3px 3px 3px;
}

/***********************************************/
/* miscellaneous                               */
/***********************************************/

.hiddenPic{
	display: none;
}
