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

BODY,P,td,th {
	background-color: #cccccc;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	font-variant: small-caps;
	background-image: url(../images/back.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-attachment: fixed;
}	
	
/**************** Text Settings ****************/

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

.style5 {
	font-size: 14px;
	color: Black;
	font-weight: bold;
}

.style6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	color: Black;
	font-weight: bold;
}

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

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FF0000;
}

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

.PictureFrame {
	border-color: #000000;
	border-style: solid;
	border-width: thin;
}

