@charset "UTF-8";
/* CSS Document */

.blockquote {
	font-size:13px!important;
	padding:10px;
	margin:25px;
}


/* Floats */
.floatLeft {
float:left;
}

.floatRight {
float:right;
}

/* Green Font Sizes*/
.greenNormal {
font-size:13px!important;
color:#005337;
}

.greenLarge {
font-size:16px!important;
color:#005337;
}

.greenXlarge {
font-size:18px!important;
color:#005337;
}

.greenSmall {
font-size:10px!important;
color:#005337;
}

/* Grey Font Sizes*/
.greyNormal {
color:#cccccc;
font-size:13px!important;
}

.greyLarge {
color:#cccccc;
font-size:16px!important;
}

.greyXlarge {
color:#cccccc;
font-size:18px!important;
}

.greySmall {
color:#cccccc;
font-size:10px!important;
}

/* White Font Sizes*/
.whiteNormal {
font-size:13px!important;
color:#FFFFFF;
}

.whiteLarge {
font-size:16px!important;
color:#FFFFFF;
}

.whiteXlarge {
font-size:18px!important;
color:#FFFFFF;
}

.whiteSmall {
font-size:10px!important;
color:#FFFFFF;
}

/* Black Font Sizes*/
.blackNormal {
color:#000000;
font-size:13px!important;
}

.blackLarge {
color:#000000;
font-size:16px!important;
}

.blackXlarge {
color:#000000;
font-size:18px!important;
}

.blackSmall {
color:#000000;
font-size:10px!important;
}

/* Background Colors */
.bkgGreen {
color:#FFFFFF;
background-color:#005337;
padding:2px;
}

.bkgBlack {
color:#FFFFFF;
background-color:#000000;
padding:2px;
}

.bkgGrey {
color:#FFFFFF;
background-color:#cccccc;
padding:2px;
}

table .stripeME {
	border-collapse: collapse;
	width: 95%;
	font-size: 1.1em;
}
.stripeME th {
	background: #004A2F;
	color: #fff;
	font-weight: bold;
	padding: 2px 11px;
	text-align: left;
	line-height: 1.2;
}
.stripeME th a:link, .stripeME th a:visited {
	color: #FFF!important;
	text-decoration:none;
}
.stripeME th a:hover, .stripeME th a:active {
	color: #FFF!important;
	text-decoration:underline;
}
.stripeME td {
	padding: 6px 11px;
	border-bottom: 1px solid #95bce2;
	vertical-align: top;
}
.stripeME tr.alt td {
	background: #efefef;
}
.stripeME tr.over td {
	background: #dedede;
}