#container {
	width: 100%;
	background-image: url(img/bg_head.jpg);
	clear: both;
	float: left;
	background-repeat: no-repeat;
	background-position: center 30px;
}

body,h1,h2,h3,h4,h5,h6,div,ul,li,p,table,td,tr,img,dl,dd,dt {
	margin: 0px;
	padding: 0px;
}
table {
	clear: both;
	float: left;
	background-color: #FEF7FA;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #AE0082;
	border-left-color: #AE0082;
}
td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #AE0082;
	border-bottom-color: #AE0082;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	vertical-align: top;
}



a {
	text-decoration: none;
	color: #AE0082;
}
a:link {
	color: #AE0082;
	text-decoration: none;
}
a:visited {
	color: #AE0082;
	text-decoration: none;
}
a:hover {
	color: #AE0082;
	text-decoration: underline;
}
a:active {
	color: #AE0082;
	text-decoration: none;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

li {
	list-style-type: none;
}
