/* CSS Document */

body{
margin:0px;
margin-top:10px;
font-family:Arial, Helvetica, sans-serif;
color:#ffffff;
font-size:11px;
background:#162633 url(images/bgr.jpg) repeat-x top;
}

p{
font-size:12px;
color:#ffffff;
margin:10px;
}

.top-bg{
background:url(images/top.jpg) no-repeat center;
height:177px;
}

.under-menu{
background:url(images/bgr_bellow_menu.jpg) repeat-x;
height:24px;
}

.pic-right{
background:url(images/main_pic_right.jpg) no-repeat center;
height:300px;
}


.dark-blue{
background:#0b1c2a;
}


.dark-gray{
background:#5e6a72;
}

.headline-bg{
background:url(images/headline_bgr.jpg) center no-repeat;
height:27px;
}

h1{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#FFFFFF;
margin:5px;
margin-left:10px;
}

h2{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
margin:5px;
margin-right:10px;
}

.yellow{
color:#d9ca17;
}

/*Link*/
a:link {
color : #d9ca17; 
text-decoration : none; 
} 
a:visited {
color : #d9ca17; 
text-decoration : none; 
} 
a:hover {
color : #ffffff; 
text-decoration : none; 
} 
a:active {
color : #d9ca17; 
text-decoration : none; 
} 

.bottom{
background:url(images/bottom_bgr.jpg) repeat-x top;
height:53px;
}

.bott-dots{
border-bottom:1px dotted #FFFFFF;
}

.font14{
font-size:16px;
}

.black{
color:#000000;
font-weight:bold;
}

.txtblue{
color:#263649;
}

.right{
float:right;
border:1px solid #FFFFFF;
margin-left:5px;
}

.brdr-white{
border:1px solid #FFFFFF;
}

.txttable{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
}


.margin5{
margin:5px;
margin-left:10px;
}


.txtbox{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
}

.margin0{
margin:0px;
}

.red{
color:#FF0000;
}