body {
	background-color:#ffffff;
	margin:0px 0;
	padding:0px;
	text-align:left;
	color:333333;
	font-size:12px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
}
A:Active,A:link,A:visited{
	text-decoration : underline;
	color :#9e1b34;
}
A:Hover{
	text-decoration : none;
	color :#000000;
}
h1 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 16px;
	color: #666666;
}
p, h1 {
	margin: 0px 0 10px 0;
	padding: 0px;
}
ul {
	margin: 0 0 10px 10px;
	padding: 0px;
}
li {
	margin: 0 0 0px 10px;
	padding: 0px;
}
A:Active.link,A:link.link,A:visited.link{
	text-decoration : underline;
	color :#9e1b34;	
}
A:Hover.link{
	text-decoration : none;
	color :#000000;
}
img {
	border:0px;
}
.nospace {
	margin: 0px;
}
.imageleft {
	float:left;
	margin:0 20px 0 0;
	padding: 5px;
}
.imageright {
	float:right;
	margin:0 10px;
}
.center {
	text-align:center;
	margin:0px auto;
}
.justify {
	text-align:justify;
}
.small {
	font-size:10px;
	font-weight:normal;
}
.clear {
	clear:both;
}
.center {
	text-align:center;
}
.text {
	font-size:12px;
	font-weight:normal;
	color: #414141;
}
.red {
	color: #9e1b34;
	text-transform: none;
	font-size: 16px;
	font-weight: bold;
}
.border {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.content_right {
	float: left;
	width: 500px;
	margin: 0 0 30px 0;
}
#container {
	background-color: #FFFFFF;
	width: 780px;
	margin: 0px auto;
	padding: 0px;
	border: 0px solid #000000;
}

