body {
	background-color: #cecece;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial;
	font-size: 10pt;
	color: #ffffff;
}
a:link {
	color: #fd7001;
	text-decoration: none;
}
a:visited {
	color: #1aaaaa;
	text-decoration: none;
}
a:hover {
	color: #cd2525;
	text-decoration: none;
	border-bottom: 1px dotted #cd2525;
}
a:active {
	color: #1aaaaa;
	text-decoration: none;
}
#navigation1 a:link, a:hover{
	border-bottom: 0px;
}
#navigation2 a:link, a:hover{
	border-bottom: 0px;
}
.title{
	background-color: transparent;
	border-bottom: 1px #1aaaaa dotted;
	color: #cecece;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	text-transform: none;
	text-align: justify;
	letter-spacing: 2; 
	font-weight: normal; 
	height: 30px;
	padding-top:10px;
	padding-left:50px;
	margin-left:25pt;
	margin-right:25pt;
}
.title:first-letter {
	color:#1aaaaa;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight:normal;
	font-style:italic;
}
.center {
	text-align: center;
}
p {
	letter-spacing:1;
	line-height:16pt;
	word-spacing:2;
	margin-left:25pt;
	margin-right:25pt;
	text-align:justify;
}
strong, b {
	color: #fff7b5;
	font-family:georgia;
	text-transform: none;
	text-align: justify;
	letter-spacing: 2; 
	font-weight: bold; 
	font-size: 9.5pt;
	line-height:12pt;
}

em, i {
	color: #f5696b;
	font-family:georgia;
	text-transform: none;
	text-align: justify;
	word-spacing: 2pt;
	letter-spacing: 2; 
	font-weight: normal; 
	font-size: 9.5pt;
	font-size: italic;
	line-height:12pt;
}
input, textarea, .codesort input, .codesort textarea, .codesort select, select{
	font-family: Georgia; 
	color: #fff; 
	font-weight: normal;
	font-style:italic;
	font-size: 9pt; 
	background-color:#585858;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
}