body {
	background-color: #D7D7D7;
	font-family: "Times New Roman", Times, serif;
	color: #black;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

a {
	color: #000099;
	text-decoration: none;
}
a:visited {color: #000099;}
a:hover {color: #ff9900;}
a:active { color: #000099;}

img.picRight {
	margin: 0px 0px 10px 10px;
	border: 1px solid Black;
}
img.picLeft {
	margin: 0px 10px 10px 0px;
	border: 1px solid Black;
}
img.picCenter {
	margin: 0px 0px 0px 0px;
	border: 1px solid Black;
}

#content { 	
text-align: left;
vertical-align: middle;	
margin: 0px auto;
padding: 0px;
width: 800px;
}

#sub-content {
	width: 700px;
	margin: 0px 0px 0px 45px;
}

#warning {
	text-align: center;
	background-color: White;
	padding: 10px 10px 10px 10px;
	font-style: oblique;
	font-weight: normal;
}

#button-nest {
	height: 40px;
	border: thick solid Black;
	border-left-width: 0px;
	border-right-width: 0px;
	padding: 0px 0px 0px 0px;
	margin: 10px 25px 0px 25px;
}

#buttons {
	height: 26px;
	border: thin solid Black;
	border-left-width: 0px;
	border-right-width: 0px;
	margin: 3px 0px 0px 0px;
	padding: 6px 5px 0px 5px;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	text-align: center;
}

#nothing {
	border: thin solid;
}

#copyr {
	text-align: center;
	font-size: 10px;
	margin-bottom: 15px;
}