/**************** Body Settings ****************/

BODY,P,td,th {
	background-color: #000000;
	/*background-image:url(../images/back_black_speckled.jpg);
	background-position:center;
	background-repeat:repeat;
	background-attachment:fixed;*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
	color: #808080;
	font-variant: normal;
}	
	
/**************** Text Settings ****************/

.style2 {
	font-size: 10px;
	color: #808080;
}
.style3 {
	font-size: 12px;
	color: #808080;
}
.style4 {
	font-size: 20px;
	color: #808080;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

.Unsorted_List {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: inherit;
	color: #808080;
}
.pat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: inherit;
	color: #808080;
	list-style-position: outside;
	list-style-type: square;
}

/**************** Link Settings ****************/

a:link {
	color: #66ffcc;
}
a:visited {
	color: #66ffcc;
}
a:hover {
	color: #996633;
}
a:active {
	color: #996633;
}

/**************** IMG Settings ****************/

IMG {
	border-color:#996633;
	border-style:solid;
	border-width:thin;
}

.BottomLine {
	border: thin solid #333333;
	border-bottom-color: #333333;
}
.PictureFrame {
	border-color:#996633;
	border-style:solid;
	border-width:thin;
}.Bullets {
	list-style-position: outside;
	list-style-image: url(../images/bullet_green.gif);
	list-style-type: square;
}

