@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFF;
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #030;
	text-align: center;
}
#header{
	font:
	font-family: Arial;
	text-align: left;
}
a:link {
	color:#333;
	text-decoration: none;
	font-weight: bold;
}
a:visited{
	color:#666;
	text-decoration: none;
	font-weight:bold;
}
a:hover{
	color:#999;
	text-decoration:underline;
	font-weight:bold;
}
.top-menu a:link {
	color: #999;
	text-decoration: none;
}
.top-menu a:visited {
	text-decoration: none;
	color: #333;
}
.top-menu a:hover {
	text-decoration: none;
	color: #666;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.top-menu a:active {
	text-decoration: none;
	color: #666;
}
#menu {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #030;
	background-color: #FFF;
	height: 35px;
	margin-bottom: 2px;
	border: 1px solid #CCC;
}
.top-menu {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000;
}
#content {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	margin-bottom: 2px;
	border: 1px solid #CCC;
	text-align: center;
}

h1 {
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666;
	text-align: left;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CCC;
	margin-left: 10px;
	text-indent: 10px;
}
.readit {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	color: #000;
}
#issue {
	border:#999;
	border:1px solid #CCC;
}
#img {
	border: 2px solid #333;
}
#subform {
	border: 1px solid #CCC;
}
