/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-image:   url(../images/graphic/backwall.gif);
	background-repeat: repeat;
	background-color: #FFFFAE;
}
p {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
}
a:link {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #003399;
}
a:visited {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #993300;
}
a:hover {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #0000FF;
}
a:active {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
}
h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-align: center;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #006600;
}
h3 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #336666;
}
ul {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #000000;
	background-color: transparent;
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	list-style-position: outside;
	list-style-image: url(../images/design/bullet.gif);
	list-style-type: square;
}
.section {  
	font-family: "Times New Roman", Times, serif;
	font-size: 16px; 
	font-weight: bold; 
	color: #993300
}
