body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/end.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.scndmenu, .scndmenu a:link, .scndmenu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.scndmenu a:hover, .scndmenu a:active {
	color: #999999;
	text-decoration: none;
}
.toplinks {
	position:absolute;
	top:0;
	right:0;
	padding-top: 4px;
	padding-right: 9px;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.top, .top a:link, .top a:visited {
	font-size:10px;
	color: #FFFFFF;
	text-decoration: none;
}
.top a:hover, .top a:active {
	color: #CCCCCC;
	text-decoration:none;
}
.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	width: 800px;
	text-align: justify;
}
.content a:link, .content a:visited {
	color: #FF6600;
         text-decoration: none;
}
.content a:hover, .content a:active {
	color: #000000;
         text-decoration: none;
}
.content h1 {
	font-size: 36px;
	color: #FF6600;
	font-weight: bold;
	padding-left: 15px;
         text-align: left;
}
.content h2 {
	color: #999999;
         font-weight: bold;
         font-size: 24px;
         padding-left: 20px;
         text-align: left;
}
.smalltext{
        font-family: Verdana;
        color: #000000;
        font-size: 10px;
        text-decoration: none;
        font-style: italic;
}
input, textarea, button, select {
       font-family: Georgia, "Times New Roman", Times, serif;
       font-size: 11px;
       color: #000000;
       border: 1px solid #CCCCCC;
       background-color: #efefef;
       padding: 3px;
}.code, .code h1, .code h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	background-color: #efefef;
	padding: 6px;
         width: 650px;
	border: 1px solid #999999;
	margin-left: 9px;
         text-align: left;
         white-space: normal;
}