@charset "utf-8";
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: url(images/home_bg.jpg);
	background-repeat: repeat-x;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.content {
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	font-weight: normal;
	color: #494949;
	text-decoration: none;
	text-indent: 25px;
	text-align: justify;
	line-height: 20px;
}

#header {
	font-family: "Microsoft Sans Serif";
	font-size: 11px;
	font-weight: normal;
	color: #454545;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
}
#header a {
	font-family: "Microsoft Sans Serif";
	font-size: 11px;
	font-weight: normal;
	color: #454545;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#header a:hover {
	font-family: "Microsoft Sans Serif";
	font-size: 11px;
	font-weight: normal;
	color: #057498;
	text-decoration: underline;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#navigation {
	font-family: "Microsoft Sans Serif";
	font-size: 11px;
	font-weight: normal;
	color: #454545;
	text-decoration: none;
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x;
}
#content {
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	font-weight: normal;
	color: #595959;
	text-decoration: none;
	line-height: 20px;
}
#content a {
	font-family: "Microsoft Sans Serif";
	font-size: 14px;
	font-weight: normal;
	color: #595959;
	text-decoration: none;
}
#content a:hover {
	font-family: "Microsoft Sans Serif";
	font-size: 14px;
	font-weight: normal;
	color: #595959;
	text-decoration: underline;
}
#footer {
	font-family: "Microsoft Sans Serif";
	font-size: 10px;
	font-weight: normal;
	color: #a2a2a2;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	line-height: 18px;
}
#footer a {
	font-family: "Microsoft Sans Serif";
	font-size: 10px;
	font-weight: normal;
	color: #a2a2a2;
	text-decoration: none;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#footer a:hover {
	font-family: "Microsoft Sans Serif";
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.contact {
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	font-weight: normal;
	color: #494949;
	text-decoration: none;
	line-height: 20px;
}
