/* CSS Document */

Body { background-color: #FFFFFF; 

	background-image: url(images/);   }


P  {
	color: #666600;
	text-decoration: none;
	font-weight: normal;
	font-size:13px;
	font-family: "Courier New", Courier, monospace;
}

.title {
	color:#FF9900;
	font-weight: normal;
	font-size:14px;
	text-align: left;
}

.large {
	color:#FF9900;
	font-weight: normal;
	font-size:15px;
	text-align: left;
}

.smtitle {
	color:#333366;
	font-weight: normal;
	font-size:14px;
}


A {
	color: #669900;
	text-decoration: none;
	font-weight: normal;
	font-size:14px;
	font-family: "Courier New", Courier, monospace;
}


A:hover {
	color: #FFCC00;
	text-decoration: underline;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}


A.small {
	color: #999933;
	text-decoration: none;
	font-weight: normal;
	font-size:10px;
	font-family: "Courier New", Courier, monospace;
}
.bold {
	font-weight: bold;
}
b {
	font-weight: bold;
}
p {
	text-align: left;
}
.b {
	font-weight: bold;
}
