@charset "ISO-8859-7";
body {
	font-family: Trebuchet MS,Verdana, Arial, Helvetica,sans-serif; 
	font-size:12px; 
	/*font-weight: bold;*/
	color: #FFFFFF;
     background: #000000; 
	/* background: url(../images/SPACE1.JPG) ;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/*text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
a:link {
	color: #FFFFFF;
	/*font-weight: bold;*/
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	/*font-weight: bold;*/
	color: #FFCC66;
}
a:hover {
	text-decoration: none;
	/*font-weight: bold;*/
	color: #FFCC66;
}
a:active {
	text-decoration: none;
	/*font-weight: bold;*/
	color: #FFFFFF;
}
.header {
	width: 80em;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.top {
	width: 80em;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.main {
	width: 80em;
	background: #000000;
	/* background: url(../images/SPACE1.JPG) ;
	/*margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin:0 5px;
	/*padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.bold_italic {
	font-style: italic;
	font-weight: bold;
}
.italic_9 {
	font-size: 9px;
	/*font-weight: bold;*/
	font-style: italic;
}
.buton_1{
background-color: #CCCCCC;
font-size:9px;
/*font-weight: bold;*/
text-align: left;
width:60px;
}
.buton_2{
font-size:12px;
/*font-weight: bold;*/
width:80px;
background-color: #CCCCCC;
}
.simple_9 {
	font-size: 10px;
	/*font-weight: bold;*/
}
.simple_10 {
	font-size: 11px;
	/*font-weight: bold;*/
}
