@charset "utf-8";
/* CSS Document */

.headerFrame{
background-color:#FFFFFF;
border:1px solid #000000;
width:700px;
height:100px;

}

.hMenuHeader{
background-color:#FFFFFF;
border:1px solid #000000;
width:697px;
height:17px;
padding-left:3px;
margin-left:0px;
text-align:center;
}

.linkedImage {
border:1px #000000 solid;
}

.vMenuFrame{
background-color:#FFFFFF;
border:1px solid #000000;
width:150px;
height:auto;
padding-left:3px;
float:left;
}

.mainFrame{
width:541px;
height:auto;
padding-left:2px;
float:right;
}

.container {
width:702px;
text-align:left;
}

.newsFrame{
background-color:#FFFFFF;
border:1px solid #000000;
height:auto;
}

.mainHeader{
text-align:center;
font-size:14px;
font-weight:bold;
}

.mainItem{
font-size:12px;
padding:3px;
}

.vMenuHeader{
text-align:center;
font-size:14px;
font-weight:bold;
}

.languageField{
position:absolute;
left:650px;
top:10px;
background-color:#FFFFFF
}

.mainHR{
width:400px;
}

.mainLeft {
float:left;
width:300px;
}

.mainRight {
float:right;
width:220px;
}

.vMenuItem{
background-color:#FFFFFF;
}
.vMenuInnerItem{
background-color:#FFFFFF;
padding-left:6px;
}

.space{
height:5px;
}

.window{
background-color:#FFFFFF;
border:1px solid #000000;
}

.copyright{
text-align:center;
color:#000000;
}

body{
background-color:#999999;
margin-left:5px; 
margin-top:5px; 
margin-right:5px;
}

div{
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}

a{
border:none;
}

hr {
width:100px;
color:#999999;
text-align:center;
}

img{
border:none;
}

a:link{
text-decoration:none;
color:#0033FF;
}

a:visited{
text-decoration:none;
color:#0033FF;
}

a:hover{
text-decoration:underline;
color:#0066FF;
}