body {
	margin: 0px;
	padding: 0px;
}

body, th, td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
}

.align-justify {
	text-align: justify;
}

.text1 {
	font-size:9px;
}

.text2 {
	color: #0000FF;
	font-weight:bold;
}
.text3 {
	color: #C9C9C9;
	font-size:9px;
}

.text4 {
	line-height: 18px;
	color: #009900;
}
/*
mediumblue
*/
.text5 {
	color: #0000CD;
}
a {
	color: #0000CD;
}

a:hover {
	text-decoration: none;
}

/* 009900 darkgreen
   0000CD darkblue
*/

/*
Styles that are applied on the containing element
like <TD></TD>. When applied, this will change both
the text and the text links inside them.
*/

.style1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #525252;
}

.style1 a {
	color: #CECECE;
	text-decoration: none;
}

.style1 a:hover {
	text-decoration: underline;
}

