/*this css handles fonts and headers 2009engsect*/

h1 
{
	font-family: Helvetica, Arial ;  /* font text of the mission statement */
	font-size:14px;
	color: black ; 
	font-style: normal;
	font-weight: 500;
	text-align:justify; 
	margin:0px 10px 10px 10px;
	
}

.blue {
color:aqua;
}


/**************************************************
p.footerpk  LINK STYLE FONT
 ****************************************************/
p.footerpk {
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	font-style: normal;
	position: relative; z-index:3;
	color: white;
	text-align:center; 
	font-weight: 500;
	margin:5px 5px 5px 15px;
}

p.footerpk a:link { 
	font-weight: bold; 
	text-decoration:none; 
	color: orange;
} 

p.footerpk a:visited {
	font-weight: bold; 
	text-decoration:none; 
	color: yellow;
}

p.footerpk  a:hover {
	font-weight: bold; 
	text-decoration:none; 
	color: green;
}




.normaltext li { font-family: Helvetica, Arial, sans-serif;  /* font text of the text inside the wite container box */
	font-size:14px;
	font-style: normal;
	z-index:3;
	color: black; 
	font-weight: 500;
	padding:5px 5px 5px 15px;
}

.normaltext { font-family: Helvetica, Arial, sans-serif;  /* font text of the text inside the wite container box */
	font-size:14px;
	font-style: normal;
	z-index:3;
	color: black; 
	font-weight: 500;
	padding:5px 5px 5px 15px;
}
p.normaltext a:link { 
	font-weight: normal; 
	text-decoration:none; 
	color: orange;
} 

p.normaltext a:visited {
	font-weight: normal; 
	text-decoration:none; 
	color: brown;
}

p.normaltext  a:hover {
	font-weight: normal; 
	text-decoration:none; 
	color: blue;
}

/**************************************************
#smalltext  small font for main page 
 ****************************************************/

p#smalltext { font-family: Helvetica, Arial, sans-serif;  /* font text of the text inside the wite container box */
	font-size:12px;
	font-style: normal;
	position: relative; z-index:3;
	color: black;
	text-align:normal; 
	font-weight: 500;
	margin:5px 5px 5px 15px;
}

p#smalltext  a:link { 
	font-weight: bold; 
	text-decoration:none; 
	color: red;
} 
p#smalltext a:visited {
	font-weight: bold; 
	text-decoration:none; 
	color: brown;
}

p#smalltext  a:hover {
	font-weight: bold; 
	text-decoration:none; 
	color: blue;
}





/**************************************************
p.smalltext  LINK STYLE FONT
 ****************************************************/
p.smalltext { font-family: Helvetica, Arial, sans-serif;  /* font text of the text inside the wite container box */
	font-size:12px;
	font-style: normal;
	position: relative; z-index:3;
	color: black;
	text-align:normal; 
	font-weight: 500;
	margin:5px 5px 5px 15px;
}

p.smalltext  a:link { 
	font-weight: bold; 
	text-decoration:none; 
	color: white;
} 
p.smalltext a:visited {
	font-weight: bold; 
	text-decoration:none; 
	color: yellow;
}

p.smalltext  a:hover {
	font-weight: bold; 
	text-decoration:none; 
	color: blue;
}


p.smalltextcenter { font-family: Helvetica, Arial, sans-serif;  /* font text of the text inside the wite container box */
	font-size:12px;
	font-style: normal;
	position: relative; z-index:3;
	color: black;
	text-align:center; 
	font-weight: 500;
	margin:5px 5px 5px 5px;
}

p.smalltextwhite {
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	font-weight: 500;
	color: black;
	text-align:left; 
	margin:0px 0px 0px 0px;
}

h6 
{
	font-family: Helvetica, Arial ;  /* large font text 24px */
	font-size:24px;
	color: black ; 
	font-style: normal;
	font-weight: 500;
	text-align:center; 
	margin:15px 10px 10px 10px;
	
}

h5 
{
	font-family: Helvetica, Arial ;  /* large font text 24px */
	font-size:30px;
	color: black ; 
	font-style: normal;
	font-weight: 500;
	text-align:center; 
	margin:15px 10px 10px 10px;
	
}

h4 
{
	font-family: Palatino,Helvetica,Arial;  /* large font text 24px */
	font-size:15px;
	color: black ; 
	font-weight: 800;
	text-align:left; 
	margin:0px 0px 0px 10px;
	nowrap: nowrap;
	
}

b {
font-style: normal;
}

.c { 
	text-align:center; 
}


