/* Redefined Tags */

body {

	margin: 0px auto 10px auto;
	text-align: center;
	background-color: #ed174c;
	background-image:url(graphics/bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	width: 773px;
}
div {
	overflow: hidden;
	margin: 0px;
}
table {
	margin: 0px;
	font-family: Trebuchet MS, Verdana, Arial, arial, sans-serif;
}
tr {
	margin: 0px;
	padding: 0px;
}
td {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
	margin: 0px 0px 0px 0px; 
}
a {
	color: #ed174c;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
p {
	font-family: Verdana, Arial, arial, sans-serif;
	font-size: 12px;
	color: #515050;
	line-height: 17px;
	margin: 0px 0px 10px 0px;
}
#bodyconent {
	width: 773px;
	text-align:left;
	background-image:url(graphics/pagebg.gif);
	background-repeat:repeat-y;
}
#leftcolumn {
	width: 464px;
	padding-left:39px;
	float: left;
}
#numbers {
	width: 449px;
}
.margin10 {
	margin-bottom: 10px;
}
#rightcolumn {
}

