
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background: gray;
	background-position: center 0;

	font-family: "Arial",helvetica,sans-serif;
	/*font-family: "Courier New", Courier, monospace;*/
	font-size: 14px;
	color: white;
	line-height: 1.0;
}

.small {
	font-size: 12px;
}

#container {
	/*height: 100%;*/
	margin: 10px auto;
	width: 900px;
	background: black;
}

#header {
	background: #f30; /*#234c8f;*/
	color: white;
}

h1 {
	margin: 0;
	padding: 10px;

	font-size: 22px;
	font-weight: normal;
	color: white;
}

h1 a:link, h1 a:visited, h1 a:hover {
	color: darkgray;
	text-decoration: none;
}

h1 b {
	color: gray;
}

#menu {
	float: right;
	padding-bottom: 6px;
	margin: -25px 5px 0 0;

	font-family: "Arial",helvetica,sans-serif;
	font-size: 14px;
	letter-spacing: -1px;
}

#menu a {
	padding: 0 1px;
	margin: 1px 3px;
}

#menu .current {
	border-bottom: 5px solid #000;
}

#menu a:link, #menu a:visited {
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid #fff;
}

#menu a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 5px solid #000;
}


#content {
	margin: 0;
	margin-right: 20px;
	padding: 0 0 0 20px;
	/* min-height: 450px; */
}

p {
	margin: 0;
	padding: 5px 0;
	padding-left: 10px;
	padding-right: 20px;
	text-align: justify;
	line-height: 1.3;
}

a:link, a:visited {
	color: #c6c6c6;
	text-decoration: underline;
/*	border-bottom: 1px solid #A4ABB7; */
}

a:hover {
	color: #f30;
	text-decoration: underline;
/*	border-bottom: 1px solid #f30; */
}

/*
a img, a:link img, a:visited img{
	text-decoration: none;
	border-bottom: 1px solid black;
}

a:hover img{
	color: #f30;
	text-decoration: none;
	border-bottom: 1px solid yellow;
}
*/

.cloud {
	font-family: "Arial",helvetica,sans-serif;
}

pre {
	color: black;
	background-color: white;
}

pre a:link, pre a:visited {
	color: black;
	text-decoration: none;
	border-bottom: 1px solid #A4ABB7;
}

pre a:hover {
	color: #f30;
	text-decoration: none;
	border-bottom: 1px solid #f30;
}

h2 {
	margin: 0;
	padding: 18px 0 12px 0;

	font-size: 18px;
	font-weight: bold;
	color: #f30;
}

h3 {
	padding-left: 5px;
	font-size: 16px;
	font-weight: bold;
	color: gray;
}

h4 {
	margin: 0;
	padding-left: 5px;

	font-size: 15px;
	font-weight: bold;
	color: #2a2f37;
}

h5 {
	margin: 0;
	padding: 10px 0 10px 0;

	font-size: 13px;
	font-weight: bold;
	color: #2a2f37;
}

img { 
	border:none; 
}

.to-right {
	text-align: right;
	margin: 10px;
	float: right;
}




ul {
	margin: 10px 0 8px 26px;
	padding: 0;

	line-height: 1.3;
	list-style-type: disc;
}

li {
	padding-bottom: 8px;
}

/*li a:link, li a:visited {
	color: #2a2f37;
	text-decoration: none;
	border-bottom: 1px solid #A4ABB7;
}

li a:hover {
	color: #2a2f37;
	text-decoration: none;
	border-bottom: 1px solid #f30;
}
*/

table {
	width: 100%;
}

td {
	vertical-align: top;
}

#footer {
	background: white;
	text-align: center;
	font-size: 11px;
	color: black;
	line-height: 1.3;
}

#footer a:link, #footer a:visited {
	color: black;
	text-decoration: none;
}

#footer a:hover {
	color: #f30;
	text-decoration: none;
	border-bottom: 1px solid #f30;
}
