@charset "utf-8";
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background-color:  #666666;
	color:#11BB00;	/* This text color is helpful in identifying */
	margin: 0;      /* paragraphs without css formats.*/
	padding: 0;
	text-align: center;
	/*font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	background-image:url(../images_background/black-gray_transition.jpg);
	background-repeat:repeat-x;
}
body.myBookmarkList {
	font-family:Helvetica, sans-serif;
	font-size:12px;
}
h1, h2, h3 {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	padding-top:5px;
	padding-bottom:10px;
}
h1 {
	font-size:130%;
}
h2 {
	font-size:115%;
}
h3 {
	font-size:110%;
}
p {
	color:#000000;
	text-align:justify;
	padding-bottom:10px;
}
p.left {
	color:#000000;
	text-align:left;
	padding-bottom:10px;
}
p.center {
	color:#000000;
	text-align:center;
	padding-bottom:10px;
}
p.right {
	color:#000000;
	text-align:right;
	padding-bottom:10px;
}
ul {
	color:#000000;
	text-align:justify;
	margin-left:25px;
	margin-right:25px;
}
ul .ulLeft {
	text-align:left;
}
li {
	padding-bottom:5px;
}
.imageFloatLeft {
	float:left;
	border:2px solid #000000;
	margin-top:5px;
	margin-right:15px;
	margin-bottom:5px;
	margin-left:0px;
}
.imageFloatRight {
	float:right;
	border:2px solid #000000;
	margin-top:5px;
	margin-right:0px;
	margin-bottom:5px;
	margin-left:15px;
}
a {
	font-weight:bold;
	color: #000000;
	border: none;
	text-decoration: underline;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
/*--------------------------------------*/
#container {
	width:860px;
	background-color:#FFFFFF;
	margin:5px auto;
	border: 1px solid #000000;
	text-align:left;
}

