@charset "utf-8";
a:link {
	color: #5d6967;
	text-decoration: none;
	background-color: #E1E1E1;
}


a:visited {
	text-decoration: none;
	color: #5d6967;
	background-color: #E1E1E1;
}
a:active {
	text-decoration: none;
	color: #FFF;
	background-color: #e2383f;
}

a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #e2383f;
}
.link_active {
	color: #FFF;
	background-color: #E2383F;
}
.small  {
	font-size: 10pt;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #5d6967;
	font-style: normal;
	margin-top: 50px;
}
th, td {
	border-top-color: #333;
	border-top-width: 0px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #999;
}


body {
	background-color: #FFF;	
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
	background-image: url(bg.jpg);
}

* {
	border: 0;
	margin: 0;
	padding: 0;
}
	
/* CSS Document */
	
#container {
	width: 550px;
	margin-top: 100px;
	margin-left: 50px;
	height: auto;
}
#top {
	position: absolute;
	top: 0px;
}

	
/* Header */
#header {
	height: 55px;
	width: 530px;
	padding-left: 20px;
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	}
/* Header */
#menu {
	height: 20px;
	width: 350px;
	float: right;
	text-align: right;
	margin-top: 35px;
	margin-right: 20px;
}
.content		{
	width: 550px;
	margin-top: 5px;
	background-image: url(txt_bg.png);
	background-repeat: repeat;
	}
.content_text       {
	width: 540px;
	font-size: 16px;
	padding-left: 10px;
	color: #5d6967;
}
img {
	padding-right: 15px;
	padding-left: 0px;
	float: left;
}
.spacer {
	height: 1px;
	overflow: hidden;
	background-color: #5d6967;
	width: 530px;
	margin-left: 10px;
}

.footer {
	text-align: right;
	font-size: 9pt;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
}
