body {
	background-color: #CCCCCC;
	background-image: url('images/bg.jpg');
	font-size:12pt;
	font-family:Verdana, Arial, Helvetica, sans-serif
}

a {
	color:#FFFFFF;
}
a:hover {
	color: #FFFF33;
	background-color: #000099;
	text-decoration: none;
}

img {
	border: none;
}

.btn {
	width:19%;
	text-align:center;
	float:left;
	height: 190px;
	vertical-align:middle;
}

.legal {
	font-size:x-small;
	color:silver;
}

.centered {
	width: 100%;
	border: none;
	text-align:center;
}

.menu {
	font-size:x-small;
	font-weight:bold;
}

.menu a {
	font-weight:normal;
}

.menu .selected {
	background-color:#66CCFF;
}

.name {
 font-size:x-large;
 }

.jobTitle {
font-weight:bold;
font-size:x-small;
}

h1 {
 font-weight:bold;
 font-size:x-large;
 }

h3 {
	font-weight:bold;
	font-size:small;
}

.last {
 float: none;
 }
 
td {
 width: 200px;
 vertical-align:top;
 text-align:center;
 }
 
sup {
	font-size:x-small;
}
 