@import "http://";
@charset "utf-8";

/***** default styles
*******************************************/

body {
	font-size: 13px;
	*font-size: small; /* IE7 */
	*font: x-small; /* IE6 */
}

* {line-height: 1.6;font-size: 100%;}


/***** text styles
*******************************************/



html {
	padding: 0;
	margin: 0;
}

body {
	text-align: center;
	color: #222222;
	margin:0 auto;
	padding:0;
	font-family: monospace;
}


p {
	line-height: 1.9;
	text-align: justify;
	text-justify: distribute;
}


p, ul, ol, dl, table, pre {
	font-size: 100%;
	letter-spacing: 0.01em;
}

img {border: 0;	vertical-align: bottom;}


/***** Link styles
*******************************************/

#out a {text-decoration: none;font-family:monospace;}

#out a:link {
	color: #000080;
	border-bottom: 1px solid #000080;
	font-family:monospace;
}

#out a:visited {
	color: #000080;
	border-bottom: 1px solid #000080;
	font-family:monospace;
}

#out a:hover {
	color: #0000ff;
	border-bottom: 1px solid #0000ff;
	font-family:monospace;
}

/***** layout styles
*******************************************/


#out {
	margin:0px auto 10px auto;
	text-align: left;
}



#head {

	text-align: left;
	margin:0px auto 20px auto;
	padding:8px 0px 5px 35px;
	border-bottom: 1px solid #c0c0c0;
	background-color:#123456;
	color:#f5f5f5;
}

#menu  {
	text-align:left;
	font-size:100%;
	color:#CCCCCC;
	margin-bottom:10px;

}

h1 {
	font-size: 160%;
	margin:0 0 5px 0;
	padding:0;
}

h2 {
	font-size: 130%;
	font-weight:normal;
	margin:1.5em 0 1em 0;
	padding:0 0 0 10px;
	border-left: 3px solid #cccccc;
}

h4 {
	font-size: 130%;
	font-weight:normal;
	margin:2.5em 0 1em 0;
	padding:0 0 5px 10px;
	border-bottom: 1px solid #cccccc;
}


#main{
	letter-spacing: 0.1em;
	font-size: 110%;
	margin:0 3em;
	line-height: 1.9;
}

#main ul {
	margin:0 5px 5px 0;
	padding: 0px 3px;

}

#main li {
	margin: 0.2em 0 0.2em 1.5em;
	letter-spacing: 0.01em;
	padding: 0.1em 0 0.1em 0.1em;
}


#footer {
	margin: 3em 0 0 0;
	padding: 2em 0;
	border-top: 1px solid #cccccc;
	background-color:#FFFFFF;
	line-height: 1.1;
	text-align: center;
	letter-spacing: 0.1em;
}

.copyright {
	font-size: 75%;
	margin: 0 15px 0 0;
	padding: 5px 10px 10px 10px;
	text-align: left;
	color:#606060;
	letter-spacing: 0.1em;
	line-height: 1.1;
}



.copyright a:link,a:visited,a:hover {
	color: #888888;
	border-bottom:none;
	text-decoration: none;
}

.ads{
	font-size:12px;
	color:#999999;

}

