body {
	margin: 0px 0px 15px 0px; 
	padding: 0px;
	background-color: #FFF;
	text-align: justify;
	font-family: Times New Roman, Times, serif;
	font-size: 1em;
	color: #000;
	}
	
td {
  	font-family: Times New Roman, Times, serif;
	font-size: 1em;
	color: #000;
	text-align: justify;
}

p {
  margin: 10px;
  text-align: justify;
}


ul {
	margin-left: 55px;
	text-align: justify;
}

.bgImage {  
	background-image: url(/images/bg_words.gif); 
	background-repeat: no-repeat; 
	background-position: center;
	}


img {
	border: none;
}


	
.menu {
	background-color: #FFF;
	color: #000;
	font-weight: bold;
	text-align: center;
	font-size: 1em;
	padding-bottom: 2px;
	padding-top: 2px;

}

	
h1 {
	font-size: 1.1em;
	margin: 0px;
	color: #069;
	padding-left: 4px;

}

/* link styles below for body area*/
 a:visited { 
	color: #069; 
	text-decoration: none;
	background-color: #FFF;
}

a:link { 
	color: #069; 
	text-decoration: none;
	background-color: #FFF;
} 

a:active { 
	color: #09C; 
	text-decoration: none;
	background-color: #FFF;
} 

a:hover { 
	color: #09C;
	background: #FFF;
	text-decoration: underline;
}

/* link styles below for main menu*/
.menu a:visited { 
	color: #000; 
	text-decoration: none;
	background-color: #FFF;
}

.menu a:link { 
	color: #000; 
	text-decoration: none;
	background-color: #FFF;
} 

.menu a:active { 
	color: #09C; 
	text-decoration: none;
	background-color: #FFF;
} 

.menu a:hover { 
	color: #09C;
	background: #FFF;
	text-decoration: none;
}




.txtHeader {
	font-weight: bold;
	color: #069;
	font-size: 1.1em;
}

.header {
	text-align: center;
	background: #09C
	}



input {
  border: 1px solid #000
}


.posCentered {
	text-align: center;
}

.posRight {
	text-align: right;
}

.txtBgWords {
	font-size: 0.8em;
	text-align: left;
	color: #C6D9FF;
	line-height: 26px;
}
