﻿.page {
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.view {
	margin-left: auto;
	margin-right: auto;
	width: 686px;
	text-align: center;
}
.logo {
    position:absolute;
    left:14px;
    top:12px;
}
.logoswrw {
    position:absolute;
    right:34px;
    top:12px;
}
.footer 
{
    width:100%;
    position:relative;
    top:4pt;
    font-family: Tahoma, Sans-Serif;
    font-size: xx-small;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-align: center;
    color: black;
}
.top {
    vertical-align:top;
}
.middle {
    vertical-align:middle;
}
.bottom {
    vertical-align:bottom;
}
.left {
    text-align:left;
}
.center {
    text-align:center;
}
.right {
    text-align:right;
}
a:hover {
    color: #FF0000;
}
a:link.blue {
    color: blue;
}
a:visited.blue {
    color: blue;
}
a:hover.blue {
    color: #FF0000;
}
a:active.blue {
    color: #FFFF00;
}

a:link.black {
    color: black;
    text-decoration:none;
}
a:visited.black {
    color: black;
    text-decoration:none;
}
a:hover.black {
    color: #FF0000;
    text-decoration:none;
}
a:active.black {
    color: #FFFF00;
    text-decoration:none;
}

body {
	background-color:#FFFFFF;
	background-image: url(media/background.jpg);
	background-repeat:no-repeat;
    background-position:center center;
    background-attachment:fixed;
	color:black;
	font-family:Tahoma, sans-serif;
	font-size:10pt;
	margin:0;
	padding:0;
	text-align:left;
}+

/*  WIDTH PROCENT  */
.w2p {
    width:2%;
}
.w4p {
    width:4%;
}
.w15p {
    width:15%;
}
.w20p {
    width:20%;
}
.w30p {
    width:30%;
}
.w36p {
    width:36%;
}
.w40p {
    width:40%;
}
.w50p {
    width:50%;
}
.w60p {
    width:60%;
}
.w70p {
    width:70%;
}
.w80p {
    width:80%;
}
.w90p {
    width:90%;
}
.w96p {
    width:96%;
}
.w98p {
    width:98%;
}
.w100p {
    width:100%;
}

/*  WIDTH PIXELS  */
.w2 {
    width:2px;
}
.w12 {
    width:12px;
}
.w50 {
    width:50px;
}
.w100 {
    width:100px;
}
.w150 {
    width:150px;
}
.w180 {
    width:180px;
}

/*  HEIGHT PROCENT  */
.h100p {
    height:100%;
}

/* HEIGHT PIXELS */
.h2 {
    height:2px;
}
.h4 {
    height:4px;
}
.h100 {
    height:100px;
}
.h120 {
    height:120px;
}

/* STYLES */
.bold {
    font-weight: bold;
}
.normal {
    font-weight: normal;
}
.italic {
    font-style:italic;
}

/* DECORATION */
.underline {
    text-decoration:underline;
}
.overline {
    text-decoration:overline;
}

/* COLORS */
.black {
    color: Black;
}
.white {
    color: White;
}
.red {
    color: Red;
}
.blue {
    color: Blue;
}
.green {
    color: #666666;
}
.brown {
    color: Maroon;
}

/* FONT SIZE */
.txt06 {
    font-size: 6pt;
}
.txt08 {
    font-size: 8pt;
}
.txt10 {
    font-size: 10pt;
}
.txt11 {
    font-size: 11pt;
}
.txt12 {
    font-size: 12pt;
}
.txt14 {
    font-size: 14pt;
}
.txt16 {
    font-size: 16pt;
}
.txt18 {
    font-size: 18pt;
}
.txt24 {
    font-size: 24pt;
}
