/* CSS Document */

body, td {
	background-color: #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

h2 {
	font-size : 16px;
	color : #3333CC;
}

h3 {
	font-size : 13px;
	font-weight : bold;
}

td.tableHead {
	font-size : 12px;
	font-weight : normal;
	text-decoration: underline;
	text-align: left;
}

a {
	color : #3333CC;
}

a:visited {
	color : #336666;
}

p.footer {
	font-size : 11px;
	color : #3333CC;
}

p.footer a {
	color : #3333CC;
}

table {
	margin: 0px;
	padding: 0px;
}

table.buttonBar {
	border : 0px solid Black;
	padding : 2px;
	margin : 2px;
}

table.buttonBar td {
	font-size : 9px;
	font-weight : bold;
	margin : 0px 2px 0px 2px;
	padding-left : 0px 2px 0px 2px;
	background-color : #3333FF;
	color : #FFFFFF;
	white-space : nowrap;
	border-left : 2px solid #9999FF;
	border-top : 2px solid #9999FF;
	border-bottom : 2px solid #333399;
	border-right : 2px solid #333399;
}

table.buttonBar a {
	color : #FFFFFF;
	text-decoration : none;
}

table.buttonBar a:visited {
	color : #FFFFFF;
	text-decoration : none;
}

table.buttonBar a:hover {
	color : #66FFCC;
	text-decoration : underline;
}

.centered {
	text-align: center;
	vertical-align: middle;
}

.content {
	margin-left:10px;
}

td.thinLine {
	background-color: #3333CC;
}

/* added 4-18-07 */
table.content {
	width : 97%;
	margin: 10px;
	border-width:1px;
	border-style: solid;
	border-color: #3333FF;
}
.smallNote {
	font-size:10px;
}

.grouviaBox {
	text-align: center;
	float:right;
	border: 2px double #0055A4;
	height: 125px;
	width: 330px;
	margin-right: 25px;
	margin-top: 18px;
	padding: 4px;
	background: #FFFFFF;
}

.grouviaBox img {
	border: 0px;
}