/* SETS BASIC HTML DEFINITIONS */

html {
	height: 100%; 
	margin-bottom: 1px;
}

body {
	background-color: #b0b272;
	color: #000;
	font-family: Arial, Verdana, sans-serif; 
	font-size: 80%;
	text-align: center; 
	margin: 5px 0;
}

table, td {
	padding: 0px; 
	margin: 0; 
	border-collapse: collapse; 
	font-size: 100%;
}


/* SETS HEADING PROPERTIES */

h1 {
	font-family: Georgia, Times, serif; 
	color: #ab3563; 
	text-align: left; 
	font-size: 22px; 
	font-weight: bold;
	letter-spacing: 1px;
}

h2 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	color: #5f6c52; 
	text-align: left; 
	font-size: 20px; 
	font-weight: normal; 
}

h3 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	color: #ab3563; 
	text-align: left; 
	font-size: 20px; 
	font-weight: normal; 
}

h4, h5, h6 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	color: #ab3563; 
	font-size: 14px; 
	font-weight: normal; 
}

/* SETS THE VARIOUS HYPERLINK PROPERTIES */

a:link  { color: #006600; text-decoration: none; font-weight: bold; }
a:visited { color: #006600; text-decoration: none; font-weight: bold; }
a:hover { color: #ca5a89; text-decoration: none; font-weight: bold; }
a:active { color: #006600; text-decoration: none; font-weight: bold; }


/* SETS THE CLASS PROPERTIES */

.tableset {
	width: 750px;
	background: #ffffff;
	color: #000; 
	text-align: center;
	border: 1px solid #000;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px;
}

.r1c1 {
	text-align: right;
	background-color: #339933;
	color: #fff;
	font-weight: normal;
	padding: 0 0;
	height: 40px; width: 40px;
}

.r1c2 {
	text-align: right;
	background-color: #339933;
	color: #fff;
	font-weight: normal;
	padding: 10px 0;
	height: 40px; width: 180px;
}

.r1c3 {
	text-align: right;
	background-color: #339933;
	color: #fff;
	font-size: 150%; 
	font-weight: normal;
	padding: 10px 0;
	height: 40px; width: 480px;
}

.r1c4 {
	text-align: right;
	background-color: #006600;
	color: #fff;
	font-size: 100%; 
	font-weight: normal;
	padding: 10px 0;
	height: 40px; width: 40px;
}

.r2c1 { color: #000; padding-left: 15px; padding-right: 15px; padding-top: 0; padding-bottom: 0;
}

.r2c2  { 
	color: #000; text-align: left; line-height: 24px; height: 250px; 
        padding-left: 0px; padding-right: 15px; padding-top: 0; padding-bottom: 0;
}

.r2c2 ul li {
	margin: 0; padding: 0;
}

.r2c2 a {
	letter-spacing: 2px;
} 

.r2c3 {
	background-color: #339933; margin: 0; padding 0; 
}

.r2c4  { 
	background-color: #339933;
	color: #61db1f;
	padding: 0px 0px 0px 0px; 
	vertical-align: center;
	text-align: left;
}

.r3c1 {
	background-color: #339933;
	color: #fff;
	padding: 5px 10px; 
	vertical-align: center;
	font-size: 90%; 
	text-align: center;
	height: 250px; 
}

.r3c1 h4 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	color: #fff; 
	text-align: left; 
	font-size: 20px; 
	font-weight: normal;
}

.r3c2 {
	background-color: #339933;
	color: #61db1f;
	padding: 50px 40px 0px 0px; 
	vertical-align: top;
	text-align: justify;
	width: 140;
}

.r3c3 {
	padding: 40px 0px 40px 40px; 
	vertical-align: top; 
	text-align: justify;
	letter-spacing: 1px;
	color: #000000;
}
	
.r3c3 a:link  { color: #ab3563; text-decoration: none; font-weight: normal; }
.r3c3 a:visited { color: #ab3563; text-decoration: none; font-weight: normal; }
.r3c3 a:hover { color: #006600; text-decoration: underline; font-weight: normal; }
.r3c3 a:active { color: #ab3563; text-decoration: none; font-weight: normal; }

.r3c4 {
	padding: 10px 5px 10px 15px; 
	vertical-align: top; 
	text-align: justify;
}

.r4c1 {
	text-align: center;
	background-color: #006600;
	color: #fff; 
	font-size: 150%; 
	font-weight: normal; 
	height: 40px;
}

.r4c2 {
	text-align: center;
	background-color: #006600;
	color: #fff;
	font-size: 100%; 
	font-weight: normal;
	padding: 10px 0;
}

.r4c3 {
	text-align: center;
	background-color: #339933;
	color: #fff;
	font-size: 150%; 
	font-weight: normal;
	padding: 10px 0;
}

.r4c4 {
	text-align: center;
	background-color: #339933;
	color: #fff;
	font-size: 150%; 
	font-weight: normal;
	padding: 10px 0;
}

.imageleft {
	margin: 3px 10px 2px 0px; 
	float: left; 
	border: 3px double #c0c0c0;
}


.imagecenter {
	margin: 0px 0px 0px 0px;
	float: left;
	border: 0px;
}

.imageright {
	margin: 0px 0px 0px 0px; 
	float: right; 
}