/* CSS Document */


body {
	text-align: center;
}

body, td {
	background-color: #FFFFDD;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}
	
h2 {
	font-size : 16px;
	color : #006600;
}

h3 {
	font-size : 13px;
	font-weight : bold;
}

td.tableHead {
	font-size : 12px;
	font-weight : normal;
	text-decoration: underline;
	text-align: left;
}

a {
	color : #006600;
}

a:visited {
	color : #CC9900;
}

p.testimonialLeft {
	font-size : 11px;
	font-style : italic;
	margin-left : 10px;
	margin-right: 300px;
	color : 003300;
}

p.testimonialRight {
	font-size : 11px;
	font-style : italic;
	margin-left : 300px;
	margin-right: 10px;
	text-align : right;
	color : #003300;
}
	
p.footer {
	font-size : 11px;
	color : #CC9900;
}

p.footer a {
	color : #CC9900;
}

table {
	margin: 0px;
	padding: 0px;
}

table.buttonBar {
	border : 0px;
	padding : 0px;
	margin : 5px;
}

table.buttonBar td {
	font-size : 11px;
	font-weight : bold;
	background-color : #009900;
	color : Yellow;
	white-space : nowrap;
	border-left : 2px solid #33CC33;
	border-top : 2px solid #33CC33;
	border-bottom : 2px solid #006600;
	border-right : 2px solid #006600;
	text-align : center;
}

table.buttonBar a {
	color : #FFFF99;
	text-decoration : none;
}

table.buttonBar a:visited {
	color : #FFFF99;
	text-decoration : none;
}

table.buttonBar a:hover {
	color : white;
	text-decoration : underline;
}

.centered {
	text-align: center;
	vertical-align: middle;
}

table.content {
	width : 97%;
	margin: 10px;
	border-width:1px;
	border-style: solid;
	border-color: #006600;
}
.smallNote {
	font-size:10px;
}

.grouviaBox {
	float:left;
	border: 2px double #7AC142;
	height: 112px;
	width: 432px;
	margin-left: 60px;
	margin-top: 18px;
	padding: 4px;
	background: #FFFFEE;
}

.grouviaBox img {
	border: 0px;
}
