/* Personnel page */

html,body{
	margin: 0;
	padding: 0;
	height: 100%;
	border: none;
	background-color: #FFFFFF;
}

body {
	background-color: #FFFFFF;
}

td, th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	line-height: 14px;
	color: #333333;
}

/* Link formatting */			
a, a:link 			{ color: #6699CC; text-decoration: none; }
a:visited 			{ color: #6633CC; }	
a:focus, a:hover 	{ color: #66CCFF; text-decoration: underline; }
a:active 			{ color: #6699CC; }

/* Specific */

.name {
	font-size: 12px;
	font-weight: bold;
}

#container{
	width: 531px;
	vertical-align: top;
}

#textcontainer{
	text-align: left;
	vertical-align: top;
	padding: 10px 0 10px 0;
}
