/* CSS Document */
/*------------------------------Gobal veriable----------------------*/
body {
			padding:0;
			margin:0;
			background-color:#076892;
			background-image:url(images/back2.gif);
			background-repeat:repeat-yes;
			background-position:top;
			
			}

/*------------------------------links----------------------*/

A:link{
font-size:12px;
color:white;
text-decoration:none;
font-family: Garamond, arial,  sans-serif;
font-weight:bold;
}

A:visited{
font-size:12px;
color:white;
text-decoration:none;
font-family: Garamond, arial, sans-serif;
font-weight:bold;
}
A:active{
font-size:12px;
color:white;
text-decoration:none;
font-family: Garamond, arial, sans-serif;
font-weight:bold;
}
A:hover{
font-size:12px;
color:white;
text-decoration:none;
font-family: Garamond, arial, sans-serif;
font-weight:bold;
}

/*------------------------------menupart----------------------*/

.menu_top{
text-align:center;
font-size:12px;
color:white;
font-family: Garamond, arial, sans-serif;
font-weight:bold;
}

.company{
background-image:url(images/company.jpg);
width:105; 
height:27;
background-repeat:no-repeat;
text-align:center;
font-size:12px;
color:white;
font-family: Garamond, arial, sans-serif;
font-weight:bold;
}

.center_pic{
background-image:url(Center_Image/main.jpg);
background-repeat:no-repeat;
}

