/*--------------------------------------*/
/* initialize.css                       */
/*--------------------------------------*/

/* Global reset */
body, div, img, h1, h2, h3, h4, h5, h6, ul, p {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;

	list-style-type: none;

	margin: 0px;
	padding: 0px;
}

table {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;

	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

	empty-cells: hide;
	border-collapse: collapse;
	border-spacing: 0;
}

td, th{
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0;
}

/* default anchor */
a:link {
	color: #00a6be;
	text-decoration: underline;
}

a:visited {
	color: #6f95be;
	text-decoration: underline;
}

a:hover {
	color: #ff9900;
	text-decoration: underline;
}

/* end of file */
