/* CSS Document */
@font-face {
    font-family: 'Swis721CnBTRoman';
    src: url('../fonts/swz721c.eot');
    src: url('../fonts/swz721c.eot') format('embedded-opentype'),
         url('../fonts/swz721c.woff') format('woff'),
         url('../fonts/swz721c.ttf') format('truetype'),
         url('fonts/swz721c.svg#Swis721CnBTRoman') format('svg');
    font-weight: normal;
    font-style: normal;
}

::-moz-selection {
    background-color: #81bc17;
    color: #fff;
}

::selection {
    background-color: #81bc17;
    color: #fff;
}

.header {
    width: 100%;
    height: 207px;
    padding-top: 0px;
    padding-bottom: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
	background-image:url(../images/header.png);
    text-align:center;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.footer {
    bottom: 0px;
    left: 0px;
    text-align: center;
    width: 100%;
    position: absolute;
    height: 86px;
	background-image:url(../images/footer.png);
    padding-top: 0px;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.para {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	padding: auto;
	text-align:justify;
}

.para2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
	padding: auto;
}

.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#4A9C1A;
}

.bold2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
}

.bold3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#4A9C1A;
	font-style:italic;
}

.image_border {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#007ab5;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#e50800;
	text-align:right;
}

.body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	text-align:justify;
	padding:6px;
	line-height:20px;
}