/* used for text that begins with the <td> tag */
td {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}

/* used for text that begins with the <textarea> tag */
textarea {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}

/* used for text that begins with the <input> tag */
input {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}

/* used for the login box table border */
.tabBord {
	border:1px solid #000000
}

/* hyperlinks DEFAULT (when class="" is NOT used) */
a {
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
}
a:link {
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #003399;
}
a:visited {
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #003399;
}
a:hover {
	color: #009933;
	text-decoration: none;
}
a:active {
	color: #009933;
	text-decoration: none;
}

/* hyperlinks when class="hyperlink1" is used */
a.hyperlink1 {
	font-family: verdana;
	font-size: 8px;
	font-weight: bold;
}
a.hyperlink1:link {
	font-family: verdana;
	font-size: 8px;
	font-weight: bold;
	color: #003399;
}
a.hyperlink1:visited {
	font-family: verdana;
	font-size: 8px;
	font-weight: bold;
	color: #003399;
}
a.hyperlink1:hover {
	color: #009933;
	text-decoration: none;
}
a.hyperlink1:active {
	color: #009933;
	text-decoration: none;
}

/* hyperlinks when class="hyperlink2" is used */
a.hyperlink2 {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
}
a.hyperlink2:link {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #003399;
}
a.hyperlink2:visited {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #003399;
}
a.hyperlink2:hover {
	color: #009933;
	text-decoration: none;
}
a.hyperlink2:active {
	color: #009933;
	text-decoration: none;
}

/* hyperlinks when class="hyperlink3" is used */
a.hyperlink3 {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
}
a.hyperlink3:link {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #003399;
}
a.hyperlink3:visited {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #003399;
}
a.hyperlink3:hover {
	color: #009933;
	text-decoration: none;
}
a.hyperlink3:active {
	color: #009933;
	text-decoration: none;
}

/* class="text1" */
.text1 {
	font-family: verdana;
	font-size: 8px;
}

/* class="text2" */
.text2 {
	font-family: verdana;
	font-size: 10px;
}

/* class="text3" */
.text3 {
	font-family: verdana;
	font-size: 12px;
}

/* class="text4" */
.text4 {
	font-family: verdana;
	font-size: 14px;
}

/* class="textColor1" */
.textColor1 {
	font-family: verdana;
	font-size: 8px;
	color: #003399
}

/* class= "textColor2" */
/* used in bottom menu */
.textColor2 {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #003399;
}

/* class="textColor1" */
.textColor3 {
	font-family: verdana;
	font-size: 12px;
	color: #003399
}

/* class="textColor4" */
.textColor4 {
	font-family: verdana;
	font-size: 14px;
	color: #003399
}

/* used to indent paragraphs <p class="indented"> */
.indented {
	padding-left: 50 pt;
	padding-right: 50 pt;
}
	
/* below here are colors for
   admin, opportunity, organization,
   and story search results pages */
h1 {
	color: #384b54;
	font-size: 28px;
	font-weight: 900;
	margin-bottom: 15px;
	padding: 5px;
}
th {
	text-align: left;
	margin: 0px;
	background-color: #c3d2d9;
}
.zebra1 {
	text-align: left;
	margin: 0px;
	background-color: #f5f8fa;
}
.zebra2 {
	text-align: left;
	margin: 0px;
	background-color: #dfe3e5;
}