@charset "utf-8";
/* CSS Document */

body,td,th,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:20px;
	color: #006699;
}
body {
	background-color: #df000b;
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1 {
	color:#df000b;
	font-size:20;
	padding-top:18px;
	padding-bottom:0px;
	padding-left:34px;
}

p {
	padding-left:34px;
}

.content_image {
	padding-left:28px;
}

.red {
	color: #df000b;
}

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