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

* {
	margin: 0;
	padding: 0;
}

html {
	padding-bottom: 100px;
}

body {
	font-size: 11px;
	line-height: 1.2;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
}

p {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

a {
  outline: none;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.2;
	color:#000;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.2;
	color:#000;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	line-height: 1.2;
	color:#000;
	padding-top: 10px;
	padding-bottom: 10px;
}

.text {
	margin:0 auto;
	position: relative;
    border-top: #000 1px dotted; 
}

.container {
	margin:0 auto;
	top: 100px;
	position: relative;
	width: 400px;
	overflow: hidden;
	background-color:#ffffff;
	padding-bottom: 100px;
}

.top_left {
	margin:0 auto;
	top: 0px;
	left: 0px;
	position: fixed;
	width: 300px;
	padding-left: 10px;
	text-align: left;
}

.top_right {
	margin:0 auto;
	top: 0px;
	right: 0px;
	position: fixed;
	width: 300px;
	padding-right: 10px;
	text-align: right;
}

.title {
	text-transform: none;
	font-weight: bold;
}

.lighter {
	text-transform: none;
	color:#000;
}

.content{
	font-size: 11px;
	line-height: 1.5;
	color: #000;
}

.caption{
	font-size: 11px;
	line-height: 1.5;
	color: #000;
	font-style: italic;
}

h1 a:link { text-decoration: none; color: #000; }
h1 a:visited { text-decoration: none; color: #000;}
h1 a:active { text-decoration: none; color: #00f; }
h1 a:hover { text-decoration: none; color: #00f; }

.s2 a:link{ text-decoration: none; color: #000; }
.s2 a:visited { text-decoration: none; color: #000;}
.s2 a:active { text-decoration: none; color: #000;}
.s2 a:hover { text-decoration: none; color: #000;}

li{
	text-transform: none;
	list-style:none;
}

li.inline{
	text-transform: none;
	display: inline;
}

ul{
	padding-top: 10px;
	padding-bottom: 10px;
}

li a:link{ text-decoration: none; color: #000; }
li a:visited { text-decoration: none; color: #000;}
li a:active { text-decoration: none; color: #00f;  }
li a:hover { text-decoration: none; color: #00f;  }

.lighter a:link{ text-decoration: none; color: #000; }
.lighter a:visited { text-decoration: none; color: #000;}
.lighter a:active { text-decoration: none; color: #00f;}
.lighter a:hover { text-decoration: none; color: #00f;}

.content a:link { text-decoration: none; color: #000; border-bottom: 1px dotted #000; }
.content a:visited { text-decoration: none; color: #000; border-bottom: 1px dotted #000; }
.content a:active { text-decoration: none; color: #000; border-bottom: 1px dotted #00f; }
.content a:hover { text-decoration: none; color: #000; border-bottom: 1px dotted #00f; }

.caption a:link { text-decoration: none; color: #000; border-bottom: 1px dotted #000; }
.caption a:visited { text-decoration: none; color: #000; border-bottom: 1px dotted #000; }
.caption a:active { text-decoration: none; color: #000; border-bottom: 1px dotted #00f; }
.caption a:hover { text-decoration: none; color: #000; border-bottom: 1px dotted #00f; }

.img a:link{ text-decoration: none; color: #000; }
.img a:visited { text-decoration: none; color: #000;}
.img a:active { text-decoration: none; color: #000;}
.img a:hover { text-decoration: none; color: #000;}
