@charset "utf-8";
/* CSS Document */
body {
	background-image:url(images/body_bg.jpg);
	background-color:#F2FFC7;
	margin:0 0 0 0;
	font-family:Tahoma;
	font-size:12px;
	color:#333;
}
.normal {
	font-family:Tahoma;
	font-size:12px;
	color:#333333;
}
.normal-justify {
	font-family:Tahoma;
	font-size:12px;
	color:#333333;
	text-align:justify;
}
.button_bg {
	background-image:url(images/but_bg.jpg);
}
.more {
	font-family:Tahoma;
	font-size:11px;
	color:#CC0000;
}
#content_bg {
	background-image:url(images/content_bg.gif);
}
#padding_1 {
	padding-left:15px;
}
#padding_2 {
	padding-right:25px;
}
#contact_lineheight {
	line-height:18px;
}
.icon_padding {
	padding-top:5px;
}
a:link, a:visited {
	font-family:Tahoma;
	font-size:12px;
	color:#000;
	text-decoration:none;
}
a:hover {
	font-family:Tahoma;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}
a:active {
	font-family:Tahoma;
	font-size:12px;
	color:#CC0000;
	text-decoration:none;
}
a.more:link, a.more:visited {
	font-family:Tahoma;
	font-size:11px;
	color:#CC0000;
	text-decoration:none;
}
a.more:hover {
	font-family:Tahoma;
	font-size:11px;
	color:#000;
	text-decoration:underline;
}
a.more:active {
	font-family:Tahoma;
	font-size:11px;
	color:#CC0000;
	text-decoration:underline;
}
a.mail:link, a.mail:visited {
	font-family:Tahoma;
	font-size:12px;
	color:#CC0000;
	text-decoration:none;
}
a.mail:hover {
	font-family:Tahoma;
	font-size:12px;
	color:#000;
	text-decoration:underline;
}
a.mail:active {
	font-family:Tahoma;
	font-size:12px;
	color:#CC0000;
	text-decoration:underline;
}
