body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.5em;
	color: #8A8C8F;
	background-color: #000;
	text-align: center;
}

h1, h2, h3, h4, h5, h6, p { margin: 0; padding: 0;}
h1, h2, h3, h4, h5, h6 { font-family: "Times New Roman", Times, serif;}

h1{font-size: 5em; line-height: 1; margin-bottom: 0.5em; font-weight: normal;}
h2{font-size: 2em; margin-bottom: 0.75em;}
h3{font-size: 1.5em; line-height: 1; margin-bottom: 1em;}
h4{font-size: 1.3em; line-height: 1.25; margin-bottom: 1.25em;}
h5{font-size: 1.1em; margin-bottom: 1.5em;}
h6{font-size: 1em;}
p {font-size: 1.2em; margin-bottom: 1.5em;}

.navigation {font-size:1em; color: #fff; font-family: Georgia, "Times New Roman", Times, serif; }
.content {font-size:1.1em; color: #8A8C8F;}
.footer {font-size:1em; color: #fff; font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal;}
INPUT, SELECT, TH, TD {font-size:1em;}

.primaryColor{ color:#741315;}  
.important{ font-weight: bold; }
.brod {font-size:1.1em; color: #000000;}

.text{ width: 470px; height: auto; text-align: left; padding-top: 150px;}
.text2{ width: 470px; height: auto; text-align: left; padding-top: 90px;}

a{color: #8A8C8F; text-decoration: underline;}
a:hover {color: #8A8C8F; text-decoration: underline;}

a.bottlink:link {font-weight: normal; color: #ffffff; text-decoration: none;}
a.bottlink:hover {font-weight: normal; color: #ffffff; text-decoration: underline;}

/*Menu*/
.menu{margin:0 auto; padding:0; height:25px; width:100%; display:block; background:url(../images/topMenuImages.png) repeat-x;}
.menu li{padding:0; margin:0; list-style:none; display:inline;}
.menu li a{float:left; padding-left:15px; display:block; color:rgb(255,255,255); text-decoration:none; cursor:pointer; background:url(../images/topMenuImages.png) 0px -25px no-repeat;}
.menu li a span{line-height:25px; float:left; display:block; padding-right:15px; background:url(../images/topMenuImages.png) 100% -25px no-repeat;}
.menu li a:hover{background-position:0px -50px; color:rgb(255,255,255);}
.menu li a:hover span{background-position:100% -50px;}
.menu li a.active, .menu li a.active:hover{line-height:25px; background:url(../images/topMenuImages.png) 0px -75px no-repeat; color:rgb(255,255,255);}
.menu li a.active span, .menu li a.active:hover span{background:url(../images/topMenuImages.png) 100% -75px no-repeat;}
