/* CSS Document */

body {
	background-color: #CCC4CA;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	color: #000000;
	font-size: 14px;

}
h1 {
	font-size: 24px;
	color: #4F5B33;
	
}

h2 {
	font-size: 20px;
	color:#80578F;
	
}

h3 {
	font-size: 18px;
	
	
}

a:link {
	text-decoration: none;
	color: #C27344;
}
a:visited {
	text-decoration: none;
	color: #C27344;
}
a:hover {
	text-decoration: underline;
}

.borderyellow {
	border-color: #ffcc33;
	background-color: #FFFFFF;
	border-style: solid solid solid solid;
	border-width: 1px 1px 1px 1px;
	
}

	.backgroundwhite {
	background-color: #ffffff;
}



.redtitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-size: 20px;
	font-weight: bold;
}

.redtext {
color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	
}

.yellowbkg {
	background-color: #FFFF55;
}

.table { border:#895D98;
background-color: #FFFFFF;
border-style:solid;
border-width:medium;
}

.table2 { border:#6D6A8A;
background-color: #EDE8EB;
border-style:solid;
border-width: thin;

}

.orange {color: #C27344;}

.style1 {
	font-size: 16px;
	font-weight: bold;
}

.greentext {color: #4F5B33;}