/*_____________________________________________ Start - Global Styles _____________________________________________*/

* {
    margin: 0;
    padding: 0;
}

body {
background-color: rgb(256,256,256);
font-family:Arial, Helvetica, sans-serif;
font-size:14px;

}
    label {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-weight: normal;
    }
    h1, h2, h3, h4, h5, h6 {
        font-family: "Times New Roman", Times, serif;
        font-size: 130%;
        font-weight: bold;
        line-height: 200%;
    }
    h3 {
        font-size: 110%;
    }
        h1.announcement {
            text-align: center;
            color: #000;
        }    
    a.menu {
	font-family:Arial, Helvetica, sans-serif;
        outline: none;
		font-weight:bold;
        text-decoration: none;
        color: #ffffff;
    }
        a.menu:hover, a:active {
            color: #ffffff;
			font-weight:bold;
            border-bottom: 1px solid;
        }
		
.watch {
	font-family:Arial, Helvetica, sans-serif;
        outline: none;
		font-weight:bold;
        text-decoration: none;
        color: #214D8C;
}
	
.text {
	font-family:Arial, Helvetica, sans-serif;
        outline: none; font-size:14px;
          	
        text-decoration: none;
        color: #414143;	}	
.text_s {
	font-family:Arial, Helvetica, sans-serif;
        outline: none; font-size:16px;
	 
        text-decoration: none;
        color: #217539;	}			
		
.text_v {
	font-family:Arial, Helvetica, sans-serif;
        outline: none; font-size:12px;
	 
        text-decoration: none;
        color: #000000;	}					
.border { border:#003366; border-width: medium; }
a.all { font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold; color:#217539; }

content {
	position: relative;
	min-width: 405px;
	margin-left: 270px;
	padding: 30px 25px 0px 70px;
/*	border:1px solid red;*/
}
catalog {
	float: left;
	width: 290px;
	height: 95px;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 30px 0px;
/*border:1px solid red;*/
}
#catalog IMG {
	float:left;
	margin-right: 10px;
	border: 1px solid #4193D2;
}
#catalog B {
	line-height: 1.4;
/*border: 1px solid yellow;*/
}
#catalog.cert {	margin-bottom: 40px; }
a.gallery { 
	text-decoration:none;
}

       
 
    
 
