/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	BACKGROUND-COLOR: white;
	FONT-FAMILY: "times new roman", Verdana, Helvetica, sans-serif;
	FONT-SIZE: 9px;
	FONT-WEIGHT: normal;
	LETTER-SPACING: normal;
	TEXT-TRANSFORM: none;
	WORD-SPACING: normal;
	color: #000000;

}

a:link {
	color: #000000;


	text-decoration: ;
	text-decoration: none;
	font-weight: bold;


}
a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;

}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 20px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;

}
h2 {
	font-size: 16px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 14px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;

}
h4 {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}


#mainlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	letter-spacing: 6%;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;

}


div#mainlinks a:link {
	color: #000000;
	text-decoration: none;
}
