body
{
	background-image: url(images/06.gif);
}

#main
{
	line-height: 1.5;
}

#menu
{
	float: left;
	width: 150px;
	margin:	10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#menu ul
{
	margin: 0px;
	padding: 0px;
	color: #333333;
	list-style: none;
	border: 1px solid #FC7F01;
	background-color: #FFFFCC;
	border-top-width: 2px;
}

#menu ul li
{
	padding: 5px;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FC7F01;
	/*
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border: 1px solid #FC7F01;
	*/
}

#menu ul li a
{
	display: block;
	color: #333333;
	text-decoration: none;
}

#menu a:hover
{
	color: #3366FF;
}

#content
{
	float: left;
	width: 550px;
	margin: 10px;
	padding: 15px;
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFCC;
	border: 2px solid #FC7F01;
	text-align: justify;
}

#content h1
{
	font: bold 20px/1.5 "strong Verdana", Arial, Helvetica, sans-serif;
	color: #3366FF;
	text-align: center;
}

#content h2
{
	text-align: center;
	font: bold 16px "strong Verdana", Arial, Helvetica, sans-serif;
	color: #3366FF;
}

#content h3
{
	font: bold 14px "strong Verdana", Arial, Helvetica, sans-serif;
	color: #3366FF;
}

#content a
{
	color: #3366FF;
}

#content a:hover
{
	text-decoration: none;
	background-color: #FFCC66;
}

#content a:active
{
	text-decoration: none;
	color: #333333;
}

#content a:visited
{
	color: #009900;
}

#font_table
{
	width: 100%;
	margin: 10px;
}

#font_table table
{
	border: 1px dashed #FC7F01;	
}

#font_table table tr, td
{
	border: 1px solid #FC7F01;	
}

#title
{
	color: #3366FF;
	font-weight: bold;
}

#copy
{
	padding: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FC7F01;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FC7F01;
}

div.ss
{
	text-align: center;
	padding: 10px 5px;
}

div.ss img
{
	border: 1px dashed #FFCC33;
	padding: 3px;
	width: 513px;
	height: 289px;
}

#font_list
{
	margin: 0px;
	padding: 0px;
}

#font_list ul
{
	margin: 0px;
	padding: 5px;
	padding-top: 0px;
	list-style: none;
	text-align: center;
}

#font_list ul li
{
	margin: 3px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FC7F01;
}

#sample_font1
{
	font-family: "Agency FB", sans-serif;
}

#sample_font2
{
	font-family: Arial, sans-serif;
}

#sample_font3
{
	font-family: "Bradley Hand ITC", sans-serif;
}

#sample_font4
{
	font-family: "Century Schoolbook", sans-serif;
}

#sample_font5
{
	font-family: "Comic Sans MS", sans-serif;
}

#sample_font6
{
	font-family: "Courier New", sans-serif;
}

#sample_font7
{
	font-family: "Georgia", sans-serif;
}

#sample_font8
{
	font-family: "Goudy Old Style", sans-serif;
}

#sample_font9
{
	font-family: "Monotype Corsiva", sans-serif;
}

#sample_font10
{
	font-family: Tahoma, sans-serif;
}

#sample_font11
{
	font-family: "Times New Roman", sans-serif;
}

#sample_font12
{
	font-family: Verdana, sans-serif;
}

#back_links
{
	margin: 5px;
	padding: 5px;
}

#reflist
{
	list-style-image: url(images/arrow.gif);
}