/* RESET */

html,div,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}

ul,ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

caption,th {
	text-align: left;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	margin: 0;
	padding-left: 0px;
	padding-right: 0px;
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	vertical-align: middle;
	width: 100%;
	position: relative;
}

/* My Comment */

a {
	color: #2300ff;
	background-color: transparent;
	text-decoration: none;
	font-weight: normal;
}

a:visited {
	color: #003399;
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
	background-color: transparent;
}

/* Globals */

.nopad {
	padding: 0;
	border: 0;
	margin: 0;
}

.center_image {
	padding: 0;
	margin: 0;
	text-align: center;
	top: 0;
}
