@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/img_bg.jpg);
	background-repeat: repeat-x;
}

.linkHeader, .linkHeader a:link, .linkHeader a:active, .linkHeader a:visited{

 font-family:tahoma;
 font-size:11px;
 color:#828282;
 text-decoration:none;
 height:22px;
 background-position:bottom;
 background-repeat:no-repeat;
 background-image:url(./images/img_header_curve.jpg);
 vertical-align:bottom;

}

.linkHeader a:hover{

 text-decoration:underline;

}

.linkFooter, .linkFooter a:link, .linkFooter a:active, .linkFooter a:visited{

 font-family:tahoma;
 font-size:11px;
 color:#828282;
 text-decoration:none;

}

.linkFooter a:hover{

 text-decoration:underline;

}

.title1stWord{

 font-family:tahoma;
 font-size:15px;
 color:#83b007;
 font-weight:bold;

}

.title{

 font-family:tahoma;
 font-size:15px;
 color:#000000;
 font-weight:bold;

}

.content{

 font-family:tahoma;
 font-size:11px;
 color:#3b3b3b;

}

