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

body {
margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	color: #333333;
	background: #F7F6F6 url(images/background.gif) repeat-x 0 0;
}
.h1{
font-family: Arial, Helvetica, sans-serif;
   font-size:29px;
	font-weight: bold;
	color: #000000;
	letter-spacing: -1px;
	 padding:10px 10px 10px 10px;
}
.text2{
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
	 padding:10px 10px 10px 10px;
}
.text {
	font-family: arial, Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	margin: 0 0 0 15px;
	 padding:10px 10px 10px 10px;
	font-size: 12px;
	color: #333333;
}
.title {
    padding-bottom: 20px;
	padding-left: 5px;
	color: #000000;
}
a {
	color: #ff0000;
	text-decoration: underline;
}

a:hover {
	color: #ff0000;
	text-decoration: underline;
}
