/* CSS Document */

.p {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	color: #CCCCCC;
	text-align: justify;
	font-style: normal;
	line-height: normal;

}
.h1 {
	font-family: "Courier New", Courier, mono;
	color: #FFFFFF;
	font-size: 18px;
	font-style: normal;
	text-align: left;

}
a:link {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	color: #CCCCCC;
	text-decoration: underline;
}
.list {
	list-style-position: inside;
	list-style-image: none;
	list-style-type: square;
	font-size: 14px;
	color: #006666;
	text-align: justify;
	position: static;
	font-family: "Times New Roman", Times, serif;



}
.h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #999999;
	text-align: left;

}
.p2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #CCCCCC;
	text-align: center;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}
.dottedborder {
	border: thin ridge #666666;
	color: #999999;
	padding: 2px;
	font-family: "Courier New", Courier, mono;
}
