
/*********TABLE STYLES***********/

table.dataTableBorder {
	border-collapse: collapse;
}

tr.dataTable {
	vertical-align: top;
}

td.dataCell {
	padding-right: 10px;
	padding-bottom: 10px;
}

td.dataCellBorder {
	padding: 5px;
	border: 1px solid #5a9d44;
}


/*********TEXT STYLES***********/

h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: lighter;
	font-size: 2.3em;
	margin-top: 0em;
	margin-bottom: .8em;
	color: #5a9d44;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.9em;
	margin-top: 0em;
	margin-bottom: 1em;
	color: #4b5457;
}

h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.7em;
	margin-top: 0em;
	margin-bottom: 0.3em;
	color: #4b5457;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.7em;
	margin-top: 0em;
	margin-bottom: 0.3em;
	color: #4b5457;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.7em;
	margin-top: 0em;
	margin-bottom: 0.3em;
	color: #4b5457;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.7em;
	margin-top: 0em;
	margin-bottom: 0.3em;
	color: #4b5457;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin-top: 0em;
	margin-bottom: 1em;
	color: #4b5457;
}

li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin-top: 0em;
	margin-bottom: .5em;
	color: #4b5457;
}


/*LINK STYLES*/
.ms-rteCustom-LinkStyle {
	color: #5a9d44;
	text-decoration: underline;
}

a:visited span.ms-rteCustom-LinkStyle {
	color: #4b5457;
	text-decoration: underline;
}

a:hover span.ms-rteCustom-LinkStyle {
	color: #5a9d44;
	text-decoration: underline;
}

/*For SharePoint to work in FF (order of rendering the A and Span tag is different in FF) */
.ms-rteCustom-LinkStyle a:link {
	color: #5a9d44;
	text-decoration: underline;
}

.ms-rteCustom-LinkStyle a:visited {
	color: #4b5457;
	text-decoration: underline;
}

.ms-rteCustom-LinkStyle a:hover {
	color: #5a9d44;
	text-decoration: underline;
}