* {
	margin: 0;
	padding: 0;
}
html, body {
	text-align: center;
	background-color: #FFFFFF;
}
acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
}
script {
	background-color: #808080;
}
a {
	font : bold 12px Georgia, "Times New Roman", serif;
	color : #4a679f;
}
a:hover {
	color : #FFAA00;
}
a.v2 {
	font : bold 12px Arial, sans-serif;
	font-variant : small-caps;
	text-decoration: underline;
}
h1 {
	font : bold 18px Arial, sans-serif;
	text-align: center;
}
h2 {
	font : bold 14px Georgia, "Times New Roman", serif;
	text-align : center;
	padding : 5px;
	padding-top: 20px;
	color: #4a679f;
	background-color : #FFFFFF;
}
h3 {
	font : bold 14px Georgia, "Times New Roman", serif;
	text-align : center;
	color: #4a679f;
	background-color : #FFFFFF;
	border-bottom: 1px dashed #999;
	padding: 5px;
}
#container {
	width: 950px;
	margin: 0 auto !important;
	text-align: center;
	background-color: #FFFFFF;
	letter-spacing: 1px;
}
#sponsor {
	display: none;
	visibility: hidden;
	background-color: #808080;
	padding: 10px;
	padding-top: 20px;
}
#title {
	border: 1px dashed #000;
	font-variant : small-caps;
	letter-spacing : 3px;
	text-indent : 30px;
	color : #666666;
	background-color: #FFCC00;
	padding: 5px;
}
#content {
	padding: 20px;
	text-align: center;
	border-left: 1px dashed #666;
	border-right: 1px dashed #666;
}
#content p,ul {
	font : 12px Georgia, "Times New Roman", serif;
	text-align: justify;
	margin: 15px 0;
	color: #666666;
	background-color : #FFFFFF;
	line-height: 20px;
}
#content li {
	list-style-position: inside;
}
#nav_lat{
	display: none;
	visibility: hidden;
	float: left;
	padding: 20px 0 20px 20px;
	text-align: left;
	width: 200px !important;
	width: 220px;
	color: #666;
}
#nav_lat p {
	font : bold 14px Georgia, "Times New Roman", serif;
	text-align : center;
	color: #4a679f;
	background-color : #FFFFFF;
	border-bottom: 1px dashed #999;	
}
#nav_lat ul {
	font : 12px Georgia, "Times New Roman", serif;
	text-align: left;
	background: #FFFFFF;
	margin: 10px;
	list-style: square inside;
	
}
#nav_lat li {
	margin: 0 0 10px 0;
}
#nav_lat a {
	font : 12px Georgia, "Times New Roman", serif;
	text-decoration: none;
	color : #4a679f;
}
#nav_lat a:hover {
	color : #FFAA00;
}
#footer {
	clear: both;
	border: 1px dashed #000000;
	font : bold 12px Arial, sans-serif;
	color : #666666;
	background-color: #FFCC00;
	padding: 5px;
	font-variant : small-caps;
	letter-spacing : 3px;
	text-align: center;
}
.date {
	font : 12px Georgia, "Times New Roman", serif;
	text-align: justify;
	margin: 15px 0;
	color: #4a679f;
	background-color : #FFFFFF;
}
.comment {
	border-left: 5px solid #4a679f;
	font : italic 12px Georgia, "Times New Roman", serif;
	text-align: justify;
	margin: 15px 0;
	padding-left: 20px;
	padding-right: 100px;
	color: #666666;
	background-color : #FFFFFF;
	line-height: 20px;
}
.marked {
	font : bold 12px Georgia, "Times New Roman", serif;
	text-align: justify;
	margin: 15px 0;
	color: #4a679f;
}
.code {
	margin: 50px;
	border: 1px dashed #999999;
	overflow: auto !important;
	overflow: scroll;
	font : 12px "Courier new", serif;
	color: #000000;
	background-color : #FFFFCC;
	text-align: left;
	white-space: pre !important;
	white-space: nowrap;
	padding: 10px;
}
.quote {
	margin: 50px;
	border: 1px dotted #999999;
	font : 12px Georgia, "Times New Roman", serif;
	text-align: justify;
	margin: 15px auto;
	padding: 15px;
	color: #666666;
	background-color : #FFFFEE;
}
.codequote {
	margin: 50px auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 8px;
	border: 1px dashed #999999;
	overflow: auto !important;
	overflow: scroll;
	font : 12px "Courier new", serif;
	color: #000000;
	background-color : #FFFFCC;
	text-align: left;
	white-space: pre !important;
	white-space: nowrap;
	padding: 10px;
}
.codecomment{
	color: #999;
}
.micro {
	font : 10px Verdana, sans-serif;
	text-align: justify;
	margin: 15px 0;
	color: #666666; 
}
.italic {
	font : italic 12px Georgia, "Times New Roman", serif;
	text-align: justify;
	margin: 15px 0;
	color: #666666;
	background-color : #FFFFFF;
	line-height: 20px;
}