/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-image: url(images/tile.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center top;
}
#container {
	position:absolute;
	top:120px;
	width:100%;
	height:760px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-family: Times New Roman, Times, serif;
}
h2 {
	font-size: 14px;
	color: #F1439C;
}
a:link {
	color: #F1439C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F1439C;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}p {
	text-align: justify;
}
