/* CSS Document */

body {
	background-color:#666666;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

/* style2 for bio page */

.style2 {
	color: #784a1b;
	font-size:90%;
	line-height:20px;
	margin-top:25px;
	margin-right:120px;
	margin-left:120px;
	text-align:justify;
	text-indent: 1cm;
}

.style3 {
	color: #784a1b;
	font-size:90%;
	line-height:20px;
	text-align:right;
}

.style4 {
	color: #784a1b;
	font-size:90%;
	line-height:20px;
	text-align:left;
	margin-left:10px;
}

.style5 {
	color: #784a1b;
	font-size:100%;
	font-weight:500;
	line-height:20px;
	text-align:center;
}

.style6 {
	color: #784a1b;
	font-size:85%;
	text-align:center;
}

.style7 {
	color:#CC0000;
	font-size:100%;
	font-weight:500;
	line-height:20px;
	text-align:center;
}

a:link {
	color: #784A1B;
}

a:visited {
	color: #784A1B;
}

a:hover {
	color: #784A1B;
	text-decoration:none;
}

td img {display: block;}

/* footer styles */

.style1 {	
	color: #CCCCCC;
	font-size: 12px;
}
.style1 a:link {
	color: #CCCCCC;
	text-decoration: underline;
}
.style1 a:visited {
	text-decoration: underline;
	color: #CCCCCC;
}
.style1 a:hover {
	text-decoration: none;
	color: #999999;
}
.style1 a:active {
	text-decoration: underline;
}