@charset "utf-8";
/* CSS Document */
body
{
margin: 0;
margin-top: 10px;
padding: 0;
font-size: 14px;
text-align: center;
font-family: Trebuchet, arial, helvetica, sans-serif;
background:#FFF url('../i/') no-repeat fixed top center;
}

p
{
text-align:;
color: #000;
}

h1 {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #CC0000;
	font-weight:bold;
	text-align:center;

}
h2 {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #FF9900;
	font-weight:bold;
	text-align:center;
}
h3 {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #CC0000;
	font-weight:bold;
	text-align:center;
}
h4 {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	font-weight:bold;
	text-align:center;
}

.style3 {font-size: 16px}

.style1 {font-size: 12px}

.style4 {font-size: 14px; color: #000000;}

li {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight:normal;
	text-align:left;
	line-height: 20px;
}
ul {
	list-style-type: square;
	line-height:14px;
	margin-top:0px;
	margin-bottom:18px;
}
ol {
	list-style-type:decimal;
	line-height:14px;
	margin-top:0px;
	margin-bottom:18px;
}

#container
{
width: 780px;

margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
margin-top: 10px;
text-align: left;
background-color:#fff;
color: #333;
border: 0px solid gray;
line-height: 130%;
}

#header
{
height: 170px;
padding: 0px 0px 0px 0px;
background-color: #fff;
background-image: url();
}

#menu
{
height: 25px;
padding: 10px 0px 0px 100px;
font-size: 13px;
color: #333;
font-weight:bold;
background-color: #fff;
background-image: url(../i/);
}

#content
{
float:right;
display: block;
width: 720px;
padding: 0px 30px 10px 20px;
border: 0px solid gray;
background-color: #fff;
}

#footer
{
display: block;
height: ;
margin: 0px;
clear: both;
padding: 8px 20px 0px 20px;
font-size: 12px;
color: #757575;
background-color: #FFF;
}

a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
    font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #fff;
}

/*link na footer */

#footer a:link {
	color: #4B9BDA;
	text-decoration: none;
}
#footer a:visited {
	color: #4B9BDA;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}
#footer a:active {
	color: #4B9BDA;
	text-decoration: none;
}

.border 
{
	border: 3px solid #D6D6D6;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.borderright {

	border: 3px solid #A4CBEC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
}

.border-refer {

	border: 3px solid #D6D6D6;
}
.bordercenter {

	border: 5px solid #D6D6D6;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
}
