@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d7df21;
}

body {
	background-color: #818174;
	background-image: url(/images/intro-back.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 90px;
	margin-right: 0px;
	margin-bottom: 25px;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	color: #d7df21;
	margin: 100px 0 16px 0;
}

.FontSize14 {font-size: 14px}

p { color:#ffffff;}

a.image { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 221px; /* width of reactive image */
     height: 23px; /* height of reactive image */
     background-image: url(../images/btn-general.gif); /* source for start image */
     background-repeat: no-repeat;
	 text-align:center;
	 padding-top:6px;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:12px;
	 text-decoration:none;
	 color:#ffffff;
     }
	 
a.image:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../images/btn-general-ovr.gif); /* source for target image */
	 color: #ffffff;
	 text-decoration:none;
     }

td.news {
	padding:0 10px 0 10px;
}