body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	color: #FFFFFF;
	line-height: 16px;
	padding: 10px 0px 0px;
	background-color: #424242;
}

.main {
	background-color: #424242;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	position: static;
	height: auto;
	margin-bottom: 0px;
	background-position: top;
}
.header  {
	background-image: url(../images/01title.jpg);
	height: 188px;
}
.menu  {
	height: 25px;
	width: 700px;
	background-color: #424242;
}
.side  {
	font-size: 9px;
	float: left;
	height: 100%;
	width: 200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	padding-top: 10px;
	line-height: 12px;
	background-color: #424242;
}
.dagesh {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	padding-right: 5px;
	padding-left: 5px;
}
.content  {
	float: left;
	height: auto;
	width: 495px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-color: #424242;
}
.footer   {
	float: left;
	padding-bottom: 5px;
	font-weight: bold;
	padding-top: 15px;
	width: 500px;
	height: auto;
	padding-left: 200px;
	position: relative;
	background-color: #424242;
}
a:link {
	color: #FF9900;
}
a:visited {
	color: #FF9900;
}
a:hover {
	color: #FF9900;
}
a:active {
	color: #FF9900;
}
em {
	font-style: italic;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
	display: inline;
}

h3 {
	color: #FF9900;
	font-weight: normal;
}

.firstline {
	color: #FF9900;
}
.small {
	font-size: 10.5px;
	line-height: 12px;
}
