a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
body {
	background-color:  #CCCC99;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

h2 {
	text-align: center;
	text-transform: uppercase;
}

h3 {
	text-align: center
}

/* DIV ID */
div#main {
	width: 750px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

div#head {
	width: 750px;
	height: 200px;
	text-align: left;
	background-image: url(Images/logo1.gif);
	background-repeat: no-repeat;
	padding-left: 250px;
	padding-top: 35px;
	margin-top: 10px;
}

div#nav {
	width: 750px; 
	height: 40px;
	margin-left: auto;
	margin-right: auto;
}

div#body {
	width: 750px;
	height: auto; 
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-image: url(Images/body.png);
	background-repeat: repeat-y;
}

div#bottom {
	width: 750px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(Images/bottom.png);
	background-repeat: no-repeat;
}

div#text {
	padding-left: 20px;
	padding-right: 30px;
}

div#text2 {
	padding-left: 60px;
	padding-right: 30px;
}

div#text3 {
	padding-left: 20px;
	padding-right: 30px;
	margin-left: 200px;
	width: 400px;
}

div#footer {
	width: 750px;
	height: auto;
}

/* TABLE ID */
table#head {
	font-size: 18px;
	font-weight: bolder;
	margin: inherit;
}

table#head td {
	width: 225px;
}

table#add {
	margin-left: auto;
	margin-right: auto;
	width: 650px;
	line-height: 25px;
}

table#size {
	width: 725px;
	padding-left: 25px;
	margin-right: auto;
	margin-left: auto;
	line-height: 35px;
}

.bold	{ 
	font-weight: bold;
}

/* SPAN CLASS */
span.copy {
	font-size: 12px;
}

/* ID */
#Rgt {
	text-align: right;
}
