/* Next section sets cell to display heading. */
.heading {font-family: "georgia";
		color: black;
		font-weight: 900;
		text-align: center;
		font-size: 24pt;}

/* Next section sets selected text to red. */		
.red {text-decoration: none;
    color: red;
		font-family: "times new roman",times,serif;
		font-weight: 900;
		text-align: center;
		font-size: 16pt;}
		
/* Next section sets parameters for information cell. */		
.mission { width: 1000px;
    padding-top: 10px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 10px;
		font-family: "times new roman",times,serif;
    color: black;
    font-weight: 900;
    font-style: normal;
		font-size: 12pt;
    text-transform: none;
    text-align: center;
    text-decoration: none;
    line-height: normal;}
		
/* Next section sets parameters for main text. */		
.main { padding-top: 10px;
		padding-left: 50px;
		padding-right: 50px;
		padding-bottom: 10px;
		font-family: "times new roman",times,serif;
    color: black;
    font-weight: 900;
    font-style: normal;
		font-size: 12pt;
    text-transform: none;
    text-align: left;
    text-decoration: none;
    line-height: normal;}

/* Next section sets parameters for main text. */		
.director { padding-top: 0px;
		padding-left: 50px;
		padding-right: 50px;
		padding-bottom: 0px;
		font-family: "times new roman",times,serif;
    color: black;
    font-weight: 900;
    font-style: normal;
		font-size: 12pt;
    text-transform: none;
    text-align: left;
    text-decoration: none;
    line-height: normal;}
		
/* Next section sets parameters for web site feedback text. */		
.webcell { width: 1000px;
    padding-top: 10px;
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 10px;
		font-family: "times new roman",times,serif;
    color: black;
    font-weight: 900;
    font-style: italic;
		font-size: 12pt;
    text-align: center; }		
		
/* Next section sets parameters for feedback form input data cells. */
.warning { font-family: "times new roman",times,serif;
	font-size: 12pt;
    		color: black;
    		font-weight: 900;
    		text-align: left;
		padding-left: 50px;
		padding-right: 50px;}
    
/* Next section sets selected text to red. */		
.redwarning {text-decoration: none;
    color: red;
		font-family: "times new roman",times,serif;
		font-weight: 900;
		text-align: center;
		font-size: 12pt;}

/* Next section sets selected text to facebook italic. */
.facebook {text-decoration: none;
	color: black;
		font-family: "times new roman",times,serif;
		font-weight: 900;
		font-size: 10pt;
		font-style: italic;
		padding-left: 30px;}

/* Next section sets selected text to caption. */
.caption {text-decoration: none;
	color: black;
		font-family: "times new roman",times,serif;
		font-weight: 900;		
		font-size: 10pt;
		font-style: italic;
		padding-left: 30px;}


		

