body {
	margin: 0px;
	padding: 0px;
    background-color: #B0BB8C
}

body, th, td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #616161
}

/** BACKGROUND **/

.bg1 {
	background-color: #6699CC;
	background-image: url(images/index16.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/** TEXT **/

.align-justify {
	text-align: justify;
}

.text1 {
	font-size: 9px;
	color: #477779;
}

.text2 {
	color: #EE9800;
}

.text3 {
	color: #666666;
}

.text4 {
	font-size: 11px;
	color: #FFFFFF;
}

/** LINK **/

a {
	color: #9B9F31;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	color: #FFFFFF;
}

a.link1:hover {
    color: #EE9800;
	text-decoration: none;
}

a.mini {
	color: #EE9800;
	font-family: Arial;
	text-decoration: none;
	text-align: center;
	font-size: 10px;
}

a.mini:hover {
	text-decoration: underline;
}