/*BODY RULES*/

body {
	background-image: url("images/back1.jpg");
	background-repeat: repeat;
	font: normal 14px/16px Arial, Helvetica, sans-serif;
	color: #999999;
}

/*LINK RULES*/
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #b89c40;
}
a:active {
	text-decoration: none;
}

/*PARAGRAPH RULES*/
td p.left {
	width: 350px;
	margin-left: 10px;
	padding: 5px;
	text-align: justify;
}
td p.right {
	width: 350px;
	margin-left: 175px;
	padding: 5px;
	text-align: justify;
}

td {
	background-color:#000000;
}

td h1.head {
	text-align: center;
}
td h1 {
	font-size: 14px;
	color: #b89c40;
	text-align: center;
	padding-top: 5px;
}

p.center {
	font-weight: bold;
	margin-left: 20px;
	padding-left: 30px;
	text-align: justify;
}

p.footer {
	text-align: center;
	font-size: 10px;
}
img.head {padding: 5px;}
td.menu {vertical-align:top;}
img.left {padding-left: 25px;}
object.right {padding: 5px;}
form {padding-left: 2px;}
iframe {text-align:center;}
