/*Reset*/

@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, noscript, script {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}



ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

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

/*Reset end*/




body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	line-height: 1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
}
p {
	font-size: 1em;
	line-height: 1.2em;
	text-align: left;
}

a:link {
	color: #53831f;
	font-size: 0.6em;
}

a:visited {
	color: #53831f;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #000000;
}

.tablebg {
	background-color: #E6E6E6;
	background-image: url(../images/bg_gradient.jpg);
	background-repeat: repeat-x;
	margin: 8px;
	padding: 8px;
}


#footer {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding: 0px;
}
#footer tr td p {
	margin: 10px;
	font-size: 1em;
}
#flash {
	position: absolute;
	top: 130px;
	margin-left: 190px;
}
